Tom Tromey <tromey at redhat.com>
[emacs.git] / lisp / ChangeLog
blob448f92cdca5f8a692a2140e5b98d3a7956b46ab2
1 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
5 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8         macros within lambdas.
10 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * minibuffer.el (completion-try-completion): Add `point' argument.
13         Change return value.
14         (completion-all-completions): Add `point' argument.
15         (minibuffer-completion-help): Pass the new `point' argument.
16         (completion--do-completion): Pass the whole field to try-completion.
17         (completion--try-word-completion): Rewrite, making fewer assumptions.
18         (completion-emacs21-try-completion, completion-emacs21-all-completions)
19         (completion-emacs22-try-completion, completion-emacs22-all-completions)
20         (completion-basic-try-completion, completion-basic-all-completions):
21         New functions.
22         (completion-styles-alist): Use them.
24 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
26         * ispell.el (ispell-set-spellchecker-params): New function to make sure
27         right params and dictionary alists are used after spellchecker changes.
28         (ispell-aspell-dictionary-alist, ispell-last-program-name)
29         (ispell-initialize-spellchecker-hook): New variables and hook.
30         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
31         (ispell-maybe-find-aspell-dictionaries): Remove.
32         Calls replaced by (ispell-set-spellchecker-params) calls.
33         (ispell-have-aspell-dictionaries): Remove.
34         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
35         ispell-set-spellchecker-params.
37 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * complete.el (PC-do-completion): Be more robust in the presence of
40         unexpected values in minibuffer-completion-predicate.
42         * minibuffer.el (read-file-name): Don't let-bind default-directory.
43         Only abbreviate default-filename if it's a file.
45         * minibuffer.el (read-file-name-function, read-file-name-predicate)
46         (read-file-name-completion-ignore-case, insert-default-directory):
47         New vars, moved from fileio.c.
48         (read-file-name): New fun, moved from fileio.c.
49         * cus-start.el: Remove insert-default-directory and
50         read-file-name-completion-ignore-case.
52         * Makefile.in (emacs-deps): Leave it empty.
54 2008-04-23  Magnus Henoch  <mange@freemail.hu>
56         * tar-mode.el (tar-untar-buffer): If the entry has directory
57         link type, extract it as a directory even if its file name doesn't
58         end with a slash.  Fixes extraction of NetBSD tar archives.
60 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * server.el (server-start): Also don't get confused by CRs since we
63         don't quote them.
65 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
67         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
68         (gdb-set-gud-minor-mode-existing-buffers)
69         (gdb-info-breakpoints-custom, gdb-get-location)
70         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
71         Previously gdb-create-define-alist wasn't always run and added to
72         after-save-hook.
74         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
76 2008-04-12  Kevin Ryde  <user42@zip.com.au>
78         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
79         comments like unindented ones.
81 2008-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
83         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
84         parameter origins.
86 2008-04-11  Kevin Ryde  <user42@zip.com.au>
88         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
89         Bind print-level to ensure output forms aren't truncated if
90         print-level is set to eval-expression-print-level when going via
91         eval-defun and friends, or has been otherwise fiddled with.
93 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * progmodes/cc-mode.el (c-basic-common-init): Don't set
96         font-lock-extend-after-change-region-function globally.
98 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
100         * speedbar.el (speedbar-use-tool-tips-flag)
101         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
102         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
103         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
104         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
105         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
106         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
107         (speedbar-separator-face): Fix typos in docstrings.
108         (speedbar-stealthy-function-list, speedbar-verbosity-level)
109         (speedbar-supported-extension-expressions, speedbar-update-current-file)
110         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
111         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
112         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
113         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
114         (speedbar-check-vc-this-line, speedbar-files-line-directory)
115         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
116         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
117         (speedbar-recenter): Doc fixes.
118         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
119         declaration and remove redundant info in docstring.
121 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
123         * vc-git.el (vc-git-status-printer): Deal with directories.
125         * vc.el (vc-next-action): Look at more than the first file to
126         determine the state.
128 2008-04-23  Glenn Morris  <rgm@gnu.org>
130         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
131         timers.  Doc fix.
132         (dframe-update-speed): Drop support for XEmacs < 20.
133         (dframe-frame-mode): Drop support for Emacs < 20.
134         (dframe-set-timer-internal): Drop support for Emacs without timers.
135         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
137         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
138         versions.  Add doc-string.  Mark as obsolete.
140         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
142         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
143         rather than using an Emacs version test.
145         * tree-widget.el (tree-widget-image-enable): Use display-images-p
146         rather than an Emacs version test.
148         * calendar/cal-china.el (holiday-chinese-qingming)
149         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
150         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
151         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
153         * calendar/cal-islam.el (holiday-islamic): Doc fix.
155         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
156         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
157         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
159 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
161         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
162         (gdb-previous-frame-pc-address): ...to this.
163         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
164         of "info frame" with Gdb 6.4+.
165         (gdb-stack-list-frames-regexp): New regexp.
166         (gdb-frame-handler-1): Parse output of -stack-info-frame
168 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
170         * tar-mode.el (tar-prefix-offset): New constant.
171         (tar-header-block-tokenize): Support paths with long names
172         which use the "ustar" standard.
174 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
176         * image-dired.el (image-dired-track-original-file)
177         (image-dired-modify-mark-on-thumb-original-file):
178         Use `dired-goto-file' instead of `search-forward'.  This solves
179         a bug with finding files where the file name is a subset of other
180         file names.  Doc fix.
182 2008-04-22  Juri Linkov  <juri@jurta.org>
184         * menu-bar.el (buffers-menu-max-size): Move its definition down to
185         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
186         (yank-menu-length): Change group name `mouse' to `menu'.
187         (buffers-menu-buffer-name-length): New user option.
188         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
189         instead of the hard-coded number 27.
191 2008-04-22  Juri Linkov  <juri@jurta.org>
193         * isearch.el (eval-when-compile): Require `help-macro'.
194         (isearch-help-for-help-internal): Isearch specific Help screen
195         created by `make-help-screen'.
196         (isearch-help-map): New variable that binds "b", "k", "m" to
197         isearch-specific commands, and binds other keys to
198         isearch-other-control-char, thus allowing other Help keys to
199         exit isearch mode and execute their global definitions.
200         (isearch-help-for-help, isearch-describe-bindings)
201         (isearch-describe-key, isearch-describe-mode): New commands.
202         (isearch-mode-help): Define alias to isearch-describe-mode
203         and remove its old function definition.
204         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
205         Remove old comments because this issue is settled now.
206         (isearch-forward): Describe three new Help commands in the docstring.
207         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
208         leave the single sentence at the first line of the docstring,
209         and prepend the word "function" before `isearch-forward'
210         to make the Help link to the function instead of variable.
212 2008-04-22  Juri Linkov  <juri@jurta.org>
214         * isearch.el (isearch-success-function): New variable with default
215         to `isearch-success-function-default'.
216         (isearch-search): Call a function from `isearch-success-function'
217         instead of calling the hard-coded `isearch-range-invisible'.
218         (isearch-success-function-default): New function that calls
219         `isearch-range-invisible' and inverts its return value.
221         * info.el (Info-search): In two similar places that skip
222         undesired search matches move code to Info-search-success-function,
223         and call `isearch-success-function' instead.
224         (Info-search-success-function): New function copied from code
225         in Info-search.  Replace isearch-range-invisible with
226         text-property-not-all that checks for 'invisible and 'display
227         properties to skip partially invisible matches (whose display
228         properties were set by Info-fontify-node).
229         (Info-mode): Set buffer-local isearch-success-function
230         to Info-search-success-function.
232 2008-04-22  Juri Linkov  <juri@jurta.org>
234         * minibuffer.el (internal-complete-buffer-except): New function.
236         * files.el (read-buffer-to-switch): New function.
237         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
238         Change interactive spec to call read-buffer-to-switch instead of
239         using the letter "B".
241         * simple.el (minibuffer-default-add-shell-commands): New function.
242         Use declare-function for mailcap-file-default-commands from "mailcap".
243         (shell-command): Set local minibuffer-default-add-function to
244         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
245         before calling read-shell-command.  Set 4th arg default-value of
246         read-shell-command to relative buffer-file-name in file buffers.
248         * dired-aux.el (dired-read-shell-command-default): Move it to
249         gnus/mailcap.el and change its name to more general name
250         mailcap-file-default-commands.
251         (minibuffer-default-add-dired-shell-commands): New function.
252         Use declare-function for mailcap-file-default-commands from "mailcap".
253         (dired-read-shell-command): Set local minibuffer-default-add-function
254         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
255         before calling read-shell-command.  Remove dired-read-shell-command-default
256         from the default value arg because default values are not set in
257         minibuffer-default-add-dired-shell-commands.  Doc fix.
259         * dired-x.el (dired-smart-shell-command): Sync arguments and
260         interactive spec with changes in `shell-command'.
261         Use dired-get-filename to get the dired file name at point
262         as the default value in dired mode.
264 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
266         * info.el (Info-complete-menu-item): Add missing parenthesis.
268 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * info.el (Info-complete-menu-item): Save point.
272 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
274         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
276 2008-04-22  Andreas Schwab  <schwab@suse.de>
278         * Makefile.in (emacs-deps): Define.
279         Use it instead of $(lisp)/subdirs.el.
281 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
283         * vc.el (vc-next-action): Do not consider directories when
284         checking for state compatibility.
285         (vc-transfer-file): Use when not if.
286         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
287         (vc-dir-mark-file): Use them.
288         (vc-deduce-fileset): Also return the backend.
289         (vc-diff-internal): Take as argument the value returned by
290         vc-deduce-fileset instead of just the fileset.
291         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
292         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
293         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
295 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
297         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
298         set-window-vscroll but image-scroll-down.  Fixes a bug where a
299         command following SPC scrolled up again.
301 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
303         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
304         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
305         (gud-watch): Add "$" prefix when in registers buffer.
307 2008-04-22  Glenn Morris  <rgm@gnu.org>
309         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
311         * whitespace.el (whitespace-display-table)
312         (whitespace-display-table-was-local): Move definitions before use.
314         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
315         (copyright-limit): Respect copyright-at-end-flag.
316         (copyright-re-search, copyright-start-point)
317         (copyright-offset-too-large-p): New functions.
318         (copyright-update-year): Use copyright-re-search.
319         (copyright-update, copyright-fix-years): Use copyright-start-point,
320         and copyright-re-search.
321         (copyright): Use copyright-offset-too-large-p.
322         * add-log.el (change-log-mode): Set copyright-at-end-flag.
324         * add-log.el (top-level): Require 'cl when compiling.
326 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
329         Treat minibuffer-completion-predicate as a predicate.
331         * minibuffer.el (completion--file-name-table): Accept both the old
332         `dir' arg or the new `pred' arg.
334         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
335         `predicate' argument to pass non-predicate data.
336         (ffap-read-url-internal, ffap-read-file-or-url-internal):
337         Use second arg as proper predicate.
339         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
340         (vc-bzr-revision-completion-table): Use completion-table-with-context
341         instead.
343         * simple.el (choose-completion-string): Use minibuffer-completion-table.
345 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
347         * term.el (term-emulate-terminal): Perform redisplay after the
348         process filter has finished running.
350 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
354         * minibuffer.el (completion-try-completion): Change magic symbol
355         property name.  Rename from minibuffer-try-completion.
356         (completion-all-completions): Rename from minibuffer-all-completions.
357         Remove hide-spaces argument.
358         (completion--do-completion): Rename from minibuffer--do-completion.
359         (minibuffer-complete-and-exit): Call just try-completion rather than
360         completion-try-completion to fix up the case.
361         (completion--try-word-completion): Try to add space or hyphen before
362         making `string' a prefix of `completion'.
363         (completion--insert-strings): Rename from minibuffer--insert-strings.
365 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
367         * net/tls.el (tls-program): Add -ign_eof argument to call the
368         openssl commands.
369         (tls-checktrust): Ditto.
371 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
373         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
375         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
376         (vc-check-master-templates, vc-file-not-found-hook)
377         (vc-kill-buffer-hook):
378         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
379         (vc-find-position-by-context, vc-buffer-context)
380         (vc-restore-buffer-context, vc-responsible-backend)
381         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
382         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
383         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
384         (vc-version-diff, vc-diff, vc-insert-headers)
385         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
386         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
387         (vc-revert, vc-rollback, vc-version-backup-file)
388         (vc-rename-master, vc-delete-file, vc-rename-file)
389         (vc-branch-part, vc-default-retrieve-snapshot)
390         (vc-annotate-display-autoscale, vc-annotate-display-select)
391         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
392         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
393         (vc-dir-update): Handle directories.
394         (vc-default-status-printer): Simplify.
396         * progmodes/asm-mode.el (asm-mode-map):
397         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
399         * progmodes/m4-mode.el (m4-mode-map): Add menu.
401 2008-04-21  Kenichi Handa  <handa@m17n.org>
403         * select.el (xselect-convert-to-string): Send a C_STRING only if
404         the polymorphic target TEXT is requested.
406 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
408         * minibuffer.el (completion-setup-hook, display-completion-list)
409         (completion--file-name-table): Fix typos in docstrings.
410         (completion-table-dynamic): Fix typo, and reflow docstring.
412 2008-04-20  Andreas Schwab  <schwab@suse.de>
414         * server.el (server-switch-buffer): Also consider clients in the
415         selected frame.
417 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
419         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
420         Select window clicked on first (regression in 22.2).
421         (gdb): Display thread number in mode-line.
422         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
423         (gdb-breakpoints-header): New variable.
424         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
426 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
429         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
430         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
431         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
432         (vc-sccs-print-log): Use it.
434         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
436         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
437         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
439         * tooltip.el (tooltip-previous-message): New var.
440         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
441         the C code (avoid overwriting a minibuffer, restore previous echo
442         message, ...).
443         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
444         Simplify.
446 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
448         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
449         (gdb-init-1): Initialise it.
450         (gdb-annotation-rules): New entry for "new-thread".
451         (gdb-thread-identification): New function to customize
452         mode-line-buffer-identification.
453         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
454         (gdb-assembler-mode): Use it.
455         (gdb-threads-mode): Force "info threads" onto queue.
457 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * files.el (locate-file-completion-table): Rename from
460         locate-file-completion and make it use `pred' in the normal way.
461         (locate-file-completion): New compatibility wrapper.
462         (load-library): Use locate-file-completion-table.
463         * finder.el (finder-commentary):
464         * subr.el (locate-library):
465         * emacs-lisp/find-func.el (find-library): Likewise.
466         * info.el: Use with-current-buffer and inhibit-read-only.
467         (Info-read-node-name-2): Change to use `predicate' in the normal way.
468         (Info-read-node-name-1): Adjust uses accordingly.
470         * minibuffer.el (completion-table-with-context): Add support for `pred'.
471         (completion-table-with-terminator): Don't use complete-with-action
472         since we have to distinguish all three cases anyway.
473         (completion-table-with-predicate): New function.
474         (dynamic-completion-table): Add obsolete alias.
476         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
478 2008-04-18  Sam Steingold  <sds@gnu.org>
480         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
481         Use quit-window instead of bury-buffer.
483 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * minibuffer.el (completion-table-with-terminator): Fix last fix.
487 2008-04-18  Andreas Schwab  <schwab@suse.de>
489         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
490         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
491         Depend on $(lisp)/subdirs.el.
493 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
495         * descr-text.el (describe-char-after):
496         Use `define-obsolete-function-alias'.
498         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
500         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
502         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
503         Remove redundant obsolescence info in docstring.
505         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
506         (vc-header-alist): Add WHEN to obsolescence declaration.
507         (vc-state): Fix typo in docstring.
509         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
510         Use `define-obsolete-variable-alias'.
512         * emulation/tpu-edt.el (tpu-have-ispell):
513         * international/codepage.el (codepage-setup):
514         Fix typo in obsolescence declaration.
516         * international/mule.el (char-coding-system-table):
517         Remove redundant obsolescence info in docstring.
518         (charset-list, generic-char-p, set-char-table-default):
519         Fix typos in obsolescence decarations.
521         * international/mule-diag.el (non-iso-charset-alist):
522         Fix typo in obsolescence declaration.
523         (decode-codepage-char): Remove redundant obsolescence info in docstring.
525         * font-core.el (font-lock-defaults-alist):
526         * font-lock.el (font-lock-reference-face):
527         * frame.el (screen-height, screen-width, set-screen-width)
528         (set-screen-height):
529         * hilit-chg.el (highlight-changes-initial-state):
530         * isearch.el (isearch-return-char):
531         * log-edit.el (cvs-commit-buffer-require-final-newline)
532         (cvs-changelog-full-paragraphs):
533         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
534         (mouse-popup-menubar-stuff):
535         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
536         (mouse-wheel-click-button):
537         * outline.el (outline-visible):
538         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
539         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
540         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
541         * progmodes/compile.el (compile-internal):
542         Add WHEN to obsolescence declarations.
544 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
547         is not better anyway.
549 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
551         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
552         properly.
554 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
557         (python-use-skeletons): Remove, unused.
558         (python-skeletons): Remove.  Use the abbrev table instead.
559         (python-mode-abbrev-table): Fix regexp;
560         add enable-function and case-fixed.
561         (def-python-skeleton): Simplify.
562         (python-expand-template): Use the abbrev-table and abbrev-insert.
563         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
564         Remove.
565         (python-mode): Don't set pre-abbrev-expand-hook.
567         * skeleton.el: Set coding-tag.
569         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
570         (expand-abbrev): Use it.
571         (abbrev-table-menu): New function.
573         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
575         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
577 2008-04-17  Sam Steingold  <sds@gnu.org>
579         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
580         idiosyncratic bury-buffer/delete-window logic.
582 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
584         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
585         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
587 2008-04-17  Kenichi Handa  <handa@m17n.org>
589         * international/characters.el: Don't make the width of U+00AD to 0.
591 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
593         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
594         (gdb, gdb-starting, gdb-frames-mode): Use it.
595         (gdb-invalidate-frames): Advise to call "info stack" only if
596         execution has occurred.
597         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
598         selected frame if no execution has occurred.
599         (gdb-frames-force-update): New interactive function.
600         (gdb-frames-mode-map): Bind it to "F".
602 2008-04-17  Michael Olson  <mwolson@gnu.org>
604         * textmodes/remember.el (remember-version): Release Remember 2.0.
606 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
608         * textmodes/artist.el:
609         * progmodes/vhdl-mode.el:
610         * progmodes/verilog-mode.el:
611         * progmodes/vera-mode.el:
612         * progmodes/simula.el:
613         * progmodes/ps-mode.el:
614         * progmodes/cmacexp.el:
615         * obsolete/hilit19.el:
616         * emulation/viper.el:
617         * ediff.el: Cleanup the bug-report email addresses and make sure the
618         maintainer is still willing to handle bug reports.
620 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
622         * vc.el (vc-dir-kill-query): Fix thinko.
624 2008-04-16  Glenn Morris  <rgm@gnu.org>
626         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
627         by diary-sexp-entry.
629 2008-04-16  Markus Triska  <markus.triska@gmx.at>
631         * proced.el (proced-command-alist): Add support for darwin.
633 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * proced.el (proced-mode): Redefine as just the major-mode.
636         (proced): Separate it from proced-mode.
638         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
640 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
642         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
643         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
644         `tab-width' setting from user.  New version 10.0.  Doc and docstring
645         fix.
646         (whitespace-style, whitespace-chars): Remove options.
647         (whitespace-style-mark): New option, replace whitespace-style deleted
648         option.  Fix docstring.
649         (whitespace-style-color): New option, replace whitespace-chars deleted
650         option.  Fix docstring.
651         (whitespace-space, whitespace-hspace, whitespace-tab)
652         (whitespace-newline, whitespace-trailing, whitespace-line)
653         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
654         (whitespace-space-after-tab, whitespace-hspace-regexp)
655         (whitespace-space-regexp, whitespace-tab-regexp)
656         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
657         (whitespace-empty-at-eob-regexp, whitespace-line-column)
658         (whitespace-toggle-option-alist): Fix docstring.
659         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
660         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
661         docstring and initialization.
662         (global-whitespace-mode): Autoloaded global minor mode.
663         (whitespace-chars-value-list, whitespace-style-value-list)
664         (whitespace-active-chars, whitespace-active-style)
665         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
666         (whitespace-color-value-list): New var, replace
667         whitespace-chars-value-list removed var.
668         (whitespace-mark-value-list): New var, replace
669         whitespace-style-value-list removed var.
670         (whitespace-active-color): New var, replace whitespace-active-chars
671         removed var.
672         (whitespace-active-mark): New var, replace whitespace-active-style
673         removed var.
674         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
675         removed var.
676         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
677         removed var.
678         (whitespace-toggle-option-alist, whitespace-report-list)
679         (whitespace-report-text, whitespace-help-text): Fix initialization.
680         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
681         (whitespace-toggle-options, global-whitespace-toggle-options)
682         (whitespace-cleanup-region, whitespace-report-region)
683         (whitespace-interactive-char): Fix docstring and code.
684         (whitespace-cleanup, whitespace-report): Fix docstring.
685         (whitespace-replace-spaces-by-tabs): Remove fun.
686         (whitespace-replace-action): New fun, replace
687         whitespace-replace-spaces-by-tabs removed fun.
688         (whitespace-regexp, whitespace-indentation-regexp)
689         (whitespace-space-after-tab-regexp, whitespace-insert-value)
690         (whitespace-kill-buffer): New funs.
691         (whitespace-insert-option-mark, whitespace-help-on)
692         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
693         (whitespace-color-on, whitespace-color-off)
694         (whitespace-display-char-on): Fix code.
696 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
699         (mouse-throw-magnifier-with-mouse-movement): Remove.
700         (mouse-throw-magnifier-base): New const.
701         (mouse-drag-scroll-delta): New fun.
702         (mouse-drag-throw): Use it.
704 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
706         * international/uni-bidi.el, international/uni-category.el:
707         * international/uni-combining.el, international/uni-comment.el:
708         * international/uni-decimal.el, international/uni-decomposition.el:
709         * international/uni-digit.el, international/uni-lowercase.el:
710         * international/uni-mirrored.el, international/uni-name.el:
711         * international/uni-numeric.el, international/uni-old-name.el:
712         * international/uni-titlecase.el, international/uni-uppercase.el:
713         * international/charprop.el: Regenerate.
715 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
717         * vc.el (vc-status-fileinfo): Add new member directoryp.
718         (vc-default-status-printer): Print directories.
719         (vc-status-update): Sort files before subdirectories.
721         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
722         Add alternative implementation based on "cvs update".
724 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
726         * doc-view.el: Changed requirements section to tell that only one
727         of dvipdf or dvipdfm is needed.
728         (doc-view-already-converted-p): Fix bug that forced reconversion
729         if doc was already converted.
731 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * minibuffer.el (minibuffer-message):
734         Make sure we can put-text-property.
736         * emacs-lisp/crm.el: Complete rewrite.
738         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
739         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
740         case of an error in display-completion-list.
742         * filecache.el (file-cache-completions-keymap): Move init from
743         file-cache-completion-setup-function into declaration.
744         (file-cache-minibuffer-complete): Simplify.
745         (file-cache-completion-setup-function): Use standard-output,
746         preserve current-buffer.
748         * vc.el (vc-status-update): Fix typo.
749         (vc-status-update): Set needs-update.
750         (vc-status-refresh): η-reduce.
752 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
754         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
755         to image-eol.
757 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
759         * vc.el (vc-status-update): Undo the previous revert.
761 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * minibuffer.el (completion-table-with-terminator): Those completions
764         are never valid w.r.t test-completion.
765         (completion--file-name-table):
766         Check completion-all-completions-with-base-size.
768 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
770         * doc-view.el (doc-view-dvipdf-program): New variable.
771         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
772         (doc-view-mode-p): Check for doc-view-dvipdf-program as
773         alternative for doc-view-dvipdfm-program.
774         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
776         * doc-view.el (doc-view-start-process): Don't set
777         default-directory to "~/" if the current value is valid.
778         This broke PS files that run other files in the same directory.
780 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
782         * vc.el (vc-status-kill-query): New function.
783         (vc-status-mode): Add it to kill-buffer-query-functions.
784         (vc-status-show-fileentry): New function.
785         (vc-status-menu-map): Bind it.  Bind vc-next-action.
787 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
789         * minibuffer.el (minibuffer-message): Put cursor at the right place.
791 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
793         * proced.el (proced-send-signal): Fix error recognition.
795 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
797         * proced.el (proced-command-alist): Remove sort column.
798         (proced-command, proced-procname-column):
799         Use make-variable-buffer-local.
800         (proced-signal-function): Rename from proced-kill-program.
801         Allow for elisp symbols and string values representing system calls.
802         (proced-marker-regexp, proced-success-message): New functions.
803         (proced): Use defalias.  Add autoload cookie.
804         (proced-unmark-backward, proced-toggle-marks)
805         (proced-hide-processes): New commands.
806         (proced-do-mark): Simplify code.
807         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
808         (proced-update): Remove sorting.
809         (proced-send-signal): Display number of processes to operate on.
810         Allow for system calls or elisp functions to send signals.
811         Check if signal was sent successfully.
813 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * minibuffer.el (completion-all-completion-with-base-size): New var.
816         (completion--some): New function.
817         (completion-table-with-context, completion--file-name-table):
818         Return the base-size if requested.
819         (completion-table-in-turn): Generalize to multiple arguments.
820         (complete-in-turn): Compatibility alias.
821         (completion-styles-alist): New var.
822         (completion-styles): New customization.
823         (minibuffer-try-completion, minibuffer-all-completions):
824         New functions.
825         (minibuffer--do-completion, minibuffer-complete-and-exit)
826         (minibuffer-try-word-completion): Use them.
827         (display-completion-list, minibuffer-completion-help): Use them.
828         Handle all-completions's new base-size info to set completion-base-size.
829         * info.el (Info-read-node-name-1): Use completion-table-with-context,
830         completion-table-with-terminator and complete-with-action.
831         Remove the now obsolete completion-base-size-function property.
832         * simple.el (completion-list-mode-map): Move init into declaration.
833         (completion-list-mode): Use define-derived-mode.
834         (completion-setup-function): Use any completion-base-size that may
835         have been set before.  Remove handling of completion-base-size-function.
836         * loadup.el: Move abbrev.el up earlier.
838 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
840         * vc-git.el (vc-git-after-dir-status-stage)
841         (vc-git-dir-status-goto-stage): New functions.
842         (vc-git-after-dir-status-stage1)
843         (vc-git-after-dir-status-stage1-empty-db)
844         (vc-git-after-dir-status-stage2): Remove, functionality moved
845         into the new generic stage functions.
846         (vc-git-dir-status-files): New function.
848         * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
849         comments.
850         (vc-status-refresh-files): New function.
851         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
852         state of up-to-date files.
853         (vc-default-dir-status-files): New function.
855 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
857         * minibuffer.el (completion--embedded-envvar-table)
858         (read-file-name-internal): Fix typos in 2008-04-11 change.
860         * faces.el (read-face-name): Use `completion-table-in-turn',
861         not `complete-in-turn'.
863 2008-04-13  Andreas Schwab  <schwab@suse.de>
865         * progmodes/etags.el: Require 'cl when compiling.
867 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
869         * progmodes/gud.el (gud-menu-map): Expand tooltip.
871         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
872         (menu): Add/expand menu tooltips.
874 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
876         * progmodes/sh-script.el (sh-show-indent): Fix typo.
877         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
879         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
880         considered registered.
882 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
884         * emacs-lisp/copyright.el (copyright-update-directory): New command.
886         * ediff-wind.el (ediff-split-window-function)
887         (ediff-merge-split-window-function): Improve custom type.
889 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
891         * loadup.el ("minibuffer"): Move after "faces".
893 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * progmodes/hideif.el (hif-factor): Handle unary minus.
897 2008-04-12  Glenn Morris  <rgm@gnu.org>
899         * calendar/cal-china.el (chinese-calendar-time-zone):
900         Mark obsolete name as risky too.
902         * calendar/calendar.el (calendar-faces): New custom group.
903         (calendar-today, diary, holiday): Doc fix.
904         Move to calendar-faces group.
905         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
906         (diary-button): Doc fix.  Move to calendar-faces group.
908         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
909         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
910         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
911         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
912         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
913         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
914         not in dumped files before the associated defcustom.
916 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
918         * minibuffer.el (lazy-completion-table): Fix debug spec.
920 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * minibuffer.el (complete-with-action, lazy-completion-table):
923         Move from subr.el.
924         (apply-partially, completion-table-dynamic)
925         (completion-table-with-context, completion-table-with-terminator)
926         (completion-table-in-turn): New funs.
927         (completion--make-envvar-table, completion--embedded-envvar-table):
928         New funs.
929         (read-file-name-internal): Use them.
930         (completion-setup-hook): Move from simple.el.
931         * subr.el (complete-with-action, lazy-completion-table):
932         * simple.el (completion-setup-hook): Move to minibuffer.el.
934 2008-04-11  Glenn Morris  <rgm@gnu.org>
936         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
938 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
940         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
942         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
944         * textmodes/fill.el (fill-forward-paragraph-function): New var.
945         (fill-forward-paragraph): New fun.
946         (fill-paragraph, fill-region): Use it.
948         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
949         (vc-status-create-fileinfo): Make `extra' optional.
950         (vc-status-busy): New fun.
951         (vc-status-menu-map): Use it.
952         (vc-status-crt-marked): Remove.
953         (vc-status-update): Rename from vc-status-add-entries.
954         Add argument so as to prevent addition of entries.  Rewrite.
955         (vc-update-vc-status-buffer): Remove.
956         (vc-status-refresh): Don't remove old entries, set them to
957         up-to-date instead.  Also do it after the update is complete.
958         (vc-status-marked-files): η-reduce.
960         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
961         for non-dialogs.
963         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
965         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
967 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
969         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
970         to t and don't truncate msg.
972 2008-04-11  Glenn Morris  <rgm@gnu.org>
974         * calendar/calendar.el (diary, holidays):
975         Move custom groups to other files.
976         (holiday-general-holidays, holiday-oriental-holidays)
977         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
978         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
979         (holiday-hebrew-holidays, holiday-christian-holidays)
980         (holiday-islamic-holidays, holiday-bahai-holidays)
981         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
982         * calendar/diary-lib.el: Move custom group here from calendar.el.
983         * calendar/holidays-lib.el: Move custom group and variables here
984         from calendar.el.
986         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
988         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
989         Fix custom group.
990         (calendar-current-time-zone-cache): Autoload riskiness.
992         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
994 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
996         * woman.el (woman2-TH): Use string-equal instead of string-match.
998 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1001         (smerge-resolve): Merge the "2-way refinement" case with one half of
1002         the "mere whitespace" resolution.
1004 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1006         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1008 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
1010         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1011         Add WHEN to obsolescence declaration.
1013         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1015 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
1017         * vc-hooks.el (vc-state): Add new state `conflict'.
1018         (vc-after-save): Use when not if.
1019         (vc-default-mode-line-string): Deal with the conflict state.
1020         (vc-prefix-map):
1021         (vc-menu-map): Bind vc-status instead of vc-directory.
1023         * vc.el (vc-editable-p):
1024         (vc-default-status-printer):
1025         (vc-next-action): Deal with the conflict state.
1026         (vc-mark-resolved): New function.
1027         (vc-status-mode): Fix mode name.
1028         (vc-default-comment-history): Use when not if.
1029         (Todo): Add new entries, remove old ones.
1031         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1032         (vc-cvs-parse-status):
1033         (vc-cvs-after-dir-status):
1034         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1035         Detect the conflict state.
1037         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1039 2008-04-10  Glenn Morris  <rgm@gnu.org>
1041         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1042         Respect truncate-partial-width-windows in non-full windows,
1043         with regards to :toggle and :enable state.
1045         * simple.el (toggle-truncate-lines): Doc fix.
1047         * Makefile.in (MH_E_DIR): New variable.
1048         (MH_E_SRC): Restore variable removed 2008-03-13.
1049         (mh-loaddefs.el): Depend on $MH_E_SRC.
1050         (CAL_DIR, CAL_SRC): New variables.
1051         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1052         Depend on CAL_SRC.
1054         * calendar/calendar.el (calendar, diary): Add :prefix.
1055         (holidays): Change :prefix.
1056         (calendar-today, holiday, calendar-holiday-marker)
1057         (european-calendar-style): Change custom groups.
1059         * calendar/calendar.el (diary-hook, diary-display-hook):
1060         Move to diary-lib.el.
1061         * calendar/diary-lib.el (diary-hook, diary-display-hook):
1062         Move here from calendar.el.
1063         * calendar/appt.el: Require diary-lib rather than calendar.
1064         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1066         * calendar/appt.el (appt): Add :prefix.
1068         * calendar/diary-lib.el (diary-hook): Doc fix.
1069         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1071 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1074         New functions.
1076         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1077         the arg to recursive calls.
1079 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1081         * minibuffer.el (completion-auto-help): Fix typo.
1083 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1087 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
1089         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1090         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1092 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1096         * minibuffer.el (minibuffer): Move group from cus-edit.el.
1097         (completion-auto-help): Move from C code.
1098         (minibuffer--maybe-completion-help): Remove.
1099         (minibuffer--bitset): New function.
1100         (minibuffer--do-completion): Rename from minibuffer-do-completion.
1101         Renumber a bit.  Really complete on string *before* point.
1102         Add argument used for word-completion.
1103         Join trailing / in completion with following text, as done in
1104         minibuffer-complete-word.
1105         Handle new value `lazy' for completion-auto-help.
1106         (minibuffer-try-word-completion): New function extracted from
1107         minibuffer-complete-word.
1108         (minibuffer-complete-word): Use minibuffer--do-completion.
1109         (minibuffer--insert-strings): Rename from
1110         minibuffer-complete-insert-strings.
1111         (exit-minibuffer): Fix typo.
1112         * cus-edit.el (minibuffer): Move group to minibuffer.el.
1113         * cus-start.el: Remove completion-auto-help.
1115 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
1117         * vc.el (vc-status-add-entries): New function.
1118         (vc-status-add-entry): Remove.
1119         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1120         Use vc-status-add-entries.
1122         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1123         order.
1125 2008-04-09  Jason Rumney  <jasonr@gnu.org>
1127         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1128         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1129         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1130         (AUTOGENEL): New variable.
1131         (distclean, maintainer-clean): New targets.
1133 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1135         * emacs-lisp/regexp-opt.el (regexp-opt):
1136         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1138 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
1140         * nxml/nxml-mode.el (nxml-cleanup): New function.
1141         (nxml-mode): Add it to change-major-mode-hook.
1143 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1145         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1147 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
1149         * calc/.cvsignore: New file.
1151 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
1153         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1155         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1156         show-help-function when turning tooltip off.
1157         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1158         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1160 2008-04-09  Alan Mackenzie  <acm@muc.de>
1162         * font-lock.el (font-lock-extend-after-change-region-function):
1163         Make it buffer local.
1165 2008-04-09  Glenn Morris  <rgm@gnu.org>
1167         * calendar/calendar.el (diary-file, european-calendar-style):
1168         Remove autoload cookies.
1170 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1172         * outline.el (outline-mode-menu-bar-map):
1173         * log-view.el (log-view-mode-menu):
1174         * log-edit.el (log-edit-menu): Add :help.
1176 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
1178         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1179         Use substring-no-properties for correct handling of unibyte strings.
1181 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * add-log.el (change-log-next-buffer): Handle the case where version<
1184         signals an error.
1186         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1187         mouse-major-mode-menu.
1188         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1189         (mouse-major-mode-menu, mouse-popup-menubar)
1190         (mouse-popup-menubar-stuff): Use them.
1191         (C-down-mouse-3): Bind to a dynamic map rather than to
1192         mouse-popup-menubar-stuff.
1194         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1195         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1197 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1199         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1200         file:// access method.
1202 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * minibuffer.el: New file.
1205         * loadup.el: Load it.
1207 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1210         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
1212         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1213         (calc-mode-map, calc-digit-map, calc-dispatch-map):
1214         Move initialization into declaration.
1215         * calc/calc-yank.el:
1216         * calc/calc-misc.el:
1217         * calc/calc-embed.el:
1218         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
1220 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
1222         * ps-samp.el (ps-add-printer, ps-remove-printer)
1223         (ps-make-dynamic-printer-menu): New functions.
1225         * net/zeroconf.el: New file.
1227 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1231 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
1233         * vc-rcs.el (vc-rcs-modify-change-comment):
1234         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1236         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1238 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
1240         * international/mule-cmds.el (set-locale-environment): Don't warn if
1241         coding system doesn't agree with system locale (this reverts changes
1242         by Dave Love, dated 2002-10-27 and 2002-10-09).
1244         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1245         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1247         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1249 2008-04-08  Glenn Morris  <rgm@gnu.org>
1251         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1252         * textmodes/remember.el (remember-diary-convert-entry):
1253         Require calendar.
1255         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1256         diary-file, since it is the default for make-diary-entry anyway.
1258         * calendar/cal-menu.el (cal-menu-event-to-date):
1259         Rename calendar-event-to-date.  Update callers.
1260         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1261         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1262         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1263         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1264         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1265         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1266         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1267         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1268         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1269         (calendar-mouse-tex-month-landscape):
1270         Rename cal-tex-mouse-month-landscape.
1271         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1272         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1273         (calendar-mouse-tex-year-landscape):
1274         Rename cal-tex-mouse-year-landscape.
1275         (cal-menu-context-mouse-menu): Update for above name changes.
1277         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1278         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1279         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1280         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1281         * calendar/holidays.el: Replace int-to-string with number-to-string.
1283 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
1285         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1286         region if point moves.
1288 2008-04-08  Kenichi Handa  <handa@m17n.org>
1290         * faces.el (font-slant-table): Change numeric values for `r',
1291         `roman', and `normal'.
1293 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1295         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1297 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
1299         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1300         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
1302 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1305         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
1307 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1309         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1311 2008-04-07  Sam Steingold  <sds@gnu.org>
1313         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1314         Add helper functions.
1315         (lisp-do-defun): Extract the common part of lisp-eval-defun and
1316         lisp-compile-defun; DEFVAR forms reset the variables to the init
1317         values, just like in emacs-lisp mode eval-defun.
1318         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1319         (lisp-compile-region): Use lisp-compile-string.
1321 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * subr.el (combine-and-quote-strings): Also quote strings that contain
1324         the separator.
1326         * pcvs-util.el (cvs-map): Avoid recursion :-(
1328 2008-04-07  Glenn Morris  <rgm@gnu.org>
1330         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1332         * calendar.el (diary-view-entries-initially-flag): Rename
1333         view-diary-entries-initially.  Keep old name as alias, update users.
1334         (calendar-mark-diary-entries-flag): Rename
1335         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
1336         (calendar-view-holidays-initially-flag): Rename
1337         view-calendar-holidays-initially.  Keep old name as alias, update users.
1338         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1339         Keep old name as alias, update users.
1340         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1341         Keep old name as alias, update users.
1342         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1343         Keep old name as alias, update users.
1344         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1345         Keep old name as alias, update users.
1346         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
1347         (diary-american-date-forms): Rename american-date-diary-pattern.
1348         Keep old name as alias, update users.
1349         (diary-european-date-forms): Rename european-date-diary-pattern.
1350         Keep old name as alias, update users.
1351         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1352         Keep old name as alias, update users.
1353         (calendar-european-date-display-form): Rename
1354         european-calendar-display-form.  Keep old name as alias, update users.
1355         (calendar-american-date-display-form): Rename
1356         european-calendar-display-form.  Keep old name as alias, update users.
1357         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1358         Keep old name as alias, update users.
1359         (holiday-general-holidays): Rename general-holidays.
1360         Keep old name as alias, update users.
1361         (holiday-oriental-holidays): Rename oriental-holidays.
1362         Keep old name as alias, update users.
1363         (holiday-local-holidays): Rename local-holidays.
1364         Keep old name as alias, update users.
1365         (holiday-other-holidays): Rename other-holidays.
1366         Keep old name as alias, update users.
1367         (holiday-hebrew-holidays): Rename hebrew-holidays.
1368         Keep old name as alias, update users.
1369         (holiday-christian-holidays): Rename christian-holidays.
1370         Keep old name as alias, update users.
1371         (holiday-islamic-holidays): Rename islamic-holidays.
1372         Keep old name as alias, update users.
1373         (holiday-bahai-holidays): Rename bahai-holidays.
1374         Keep old name as alias, update users.
1375         (holiday-solar-holidays): Rename solar-holidays.
1376         Keep old name as alias, update users.
1377         (diary-fancy-buffer): Rename fancy-diary-buffer.
1378         Keep old name as alias, update users.
1379         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1380         Update users.
1381         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1382         Update users.
1383         (calendar-increment-month): Rename increment-calendar-month.
1384         Keep old name as alias, update callers.
1385         (calendar-increment-month-cons): Rename old calendar-increment-month.
1386         Update callers.
1387         (calendar-extract-month): Rename extract-calendar-month.
1388         Keep old name as alias, update callers
1389         (calendar-extract-day): Rename extract-calendar-day.
1390         Keep old name as alias, update callers.
1391         (calendar-extract-year): Rename extract-calendar-year.
1392         Keep old name as alias, update callers.
1393         (calendar-generate-window): Rename generate-calendar-window.
1394         Update callers.
1395         (calendar-generate): Rename generate-calendar.  Update callers.
1396         (calendar-generate-month): Rename generate-calendar-month.
1397         Update callers.
1398         (calendar-redraw): Rename redraw-calendar.  Update callers.
1399         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
1400         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1401         Update callers.
1402         (calendar-update-mode-line): Rename update-calendar-mode-line.
1403         Update callers.
1404         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
1405         update callers.
1406         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1407         Keep old name as alias, update callers.
1408         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1409         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1410         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1411         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1412         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1413         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1414         * calendar/solar.el: Update for calendar.el name changes.
1415         * org/org.el (org-agenda-format-date-aligned)
1416         (org-agenda-execute-calendar-command): Access date elements directly
1417         rather than using calendar functions.
1418         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1419         Also set calendar-view-diary-initially-flag,
1420         calendar-view-holidays-initially-flag
1421         (org-get-entries-from-diary): Also set diary-fancy-buffer.
1422         (org-agenda-execute-calendar-command): No need to set displayed-day.
1424 2008-04-06  Alan Mackenzie  <acm@muc.de>
1426         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1427         typo in the doc string.
1429         * progmodes/cc-mode.el (c-basic-common-init):
1430         Set font-lock-extend-after-change-region-function.
1431         (c-extend-after-change-region): New function, used in
1432         font-lock-extend-after-change-region-function, thus superseding
1433         advice on the Font Lock after change functions.
1434         (c-advise-fl-for-region): Remove this macro.
1436 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1438         * textmodes/flyspell.el (flyspell-duplicate-distance):
1439         Improve custom type.
1441 2008-04-06  Glenn Morris  <rgm@gnu.org>
1443         * calendar/diary-lib.el (diary-sexp-entry-symbol):
1444         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
1445         (diary-list-entries-hook): Rename list-diary-entries-hook.
1446         Keep old name as alias, update users.
1447         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1448         Keep old name as alias, update users.
1449         (diary-nongregorian-listing-hook): Rename
1450         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
1451         (diary-nongregorian-marking-hook): Rename
1452         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
1453         (diary-print-entries-hook): Rename print-diary-entries-hook.
1454         Keep old name as alias, update users.
1455         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1456         Keep old name as alias, update users.
1457         (diary-number-of-entries): Rename number-of-diary-entries.
1458         Keep old name as alias, update users.
1459         (view-diary-entries, list-diary-entries, show-all-diary-entries):
1460         Give version of obsolescence.
1461         (diary-view-other-diary-entries): Rename view-other-diary-entries.
1462         Keep old name as alias, update callers.
1463         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
1464         update callers.
1465         (diary-include-other-diary-files): Rename include-other-diary-files.
1466         Keep old name as alias, update callers.
1467         (diary-simple-display): Rename simple-diary-display.
1468         Keep old name as alias, update callers.
1469         (diary-fancy-display): Rename fancy-diary-display.
1470         Keep old name as alias, update callers.
1471         (diary-print-entries): Rename print-diary-entries.
1472         Keep old name as alias, update callers.
1473         (diary-marking-entries-flag): Rename marking-diary-entries.
1474         Update users.
1475         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
1476         (diary-mark-entries): Rename mark-diary-entries.
1477         Keep old name as alias, update callers.
1478         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1479         Keep old name as alias, update callers.
1480         (diary-mark-included-diary-files): Rename mark-included-diary-files.
1481         Keep old name as alias, update callers.
1482         (calendar-mark-days-named): Rename mark-calendar-days-named.
1483         Keep old name as alias, update callers.
1484         (calendar-mark-month): Rename mark-calendar-month.
1485         Keep old name as alias, update callers.
1486         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1487         Keep old name as alias, update callers.
1488         (diary-sort-entries): Rename sort-diary-entries.
1489         Keep old name as alias, update callers.
1490         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1491         Keep old name as alias, update callers.
1492         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
1493         update callers.
1494         (diary-insert-entry): Rename insert-diary-entry.
1495         Keep old name as alias.
1496         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1497         Keep old name as alias.
1498         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1499         Keep old name as alias.
1500         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1501         Keep old name as alias.
1502         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1503         Keep old name as alias.
1504         (diary-insert-block-entry): Rename insert-block-diary-entry.
1505         Keep old name as alias.
1506         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1507         Keep old name as alias.
1508         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1509         Keep old name as alias, update users.
1510         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1511         Keep old name as alias, update callers.
1512         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1513         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1514         * calendar/icalendar.el: Update for diary-lib name changes.
1516 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
1518         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1520         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1521         for copy, move, and link operations.
1523 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
1525         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1526         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1528         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1529         'require' statements with 1-argument ones (wrapped in if's).
1530         For compatibility with the current stable version of XEmacs.
1532 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
1534         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1536 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1538         * language/burmese.el ("Burmese"): Make sample text consistent with
1539         language name.
1541 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
1543         * progmodes/gdb-ui.el (gdb): New group.
1544         (gdb-debug-log-max, gdb-enable-debug)
1545         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1546         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1547         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1548         (gdb-show-changed-values, gdb-max-children)
1549         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1550         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1551         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1552         (gdb-memory-unit): Move to new group from GUD group.
1553         (menu): Allow customization from GDB-UI menu-item.
1555 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1557         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1559 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1562         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1563         Revision numbers can include ".".
1565         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1566         "+" lines not accounted for by counting "-" and context lines.
1568 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1570         * term/mac-win.el (mac-service-open-file): Use file URL instead of
1571         file name string.
1573 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1576         (vc-bzr-annotate-time): Accept space used to preserve alignment.
1578 2008-04-05  Richard Stallman  <rms@gnu.org>
1580         * emacs-lisp/advice.el (defadvice): Add usage pattern.
1582 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
1584         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1585         thread in [h-e-w]).
1587 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
1589         * files.el (abort-if-file-too-large): Fix typo in docstring.
1591 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * subr.el (functionp): Return nil for special forms.
1595 2008-04-05  Glenn Morris  <rgm@gnu.org>
1597         * emacs-lisp/autoload.el (autoload-ensure-default-file):
1598         Provide a feature.
1599         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1600         Require loaddef file rather than loading it.
1601         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1602         autoload-ensure-default-file provides a feature.
1604         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1605         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1606         (compile, compile-always, recompile): Use $LOADDEFS.
1607         (cal-autoloads): Remove.
1609         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1610         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
1612         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1613         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1615         * calendar/calendar.el (diary-hebrew-entry-symbol):
1616         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
1617         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1618         Keep old name as alias.
1619         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1620         Keep old name as alias.
1621         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1622         to diary-bahai-entry-symbol.
1623         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1624         to diary-hebrew-entry-symbol.
1625         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1626         to diary-islamic-entry-symbol.
1627         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1629         * calendar/solar.el (diary-sabbath-candles-minutes)
1630         (diary-sabbath-candles): Move to cal-hebrew.
1631         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1632         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1633         Doc fix.  Keep old name as alias.
1634         (diary-hebrew-sabbath-candles): Simplify.
1635         (solar-setup, solar-sunrise-sunset, calendar-latitude)
1636         (calendar-longitude, calendar-time-zone): Declare for compiler.
1637         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1638         rename.
1640         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1641         Rename coptic-calendar-month-name-array.  Update callers.
1642         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
1643         (calendar-coptic-name): Rename coptic-name.  Update callers.
1644         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1645         Update callers.
1646         (calendar-coptic-last-day-of-month):
1647         Rename coptic-calendar-last-day-of-month.  Update callers.
1648         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1649         Keep old name as alias, update callers.
1650         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1651         Keep old name as alias, update callers.
1652         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1653         Keep old name as alias.
1654         (calendar-ethiopic-month-name-array):
1655         Rename ethiopic-calendar-month-name-array.  Update callers.
1656         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1657         Update callers.
1658         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
1659         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1660         Keep old name as alias, update callers.
1661         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1662         Keep old name as alias, update callers.
1663         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1664         Keep old name as alias.
1666         * calendar/cal-french.el (calendar-french-epoch):
1667         Rename french-calendar-epoch.  Update callers.
1668         (calendar-french-month-name-array): Rename variable and function
1669         french-calendar-month-name-array.  Update callers.
1670         (calendar-french-multibyte-month-name-array):
1671         Rename french-calendar-multibyte-month-name-array.  Update callers.
1672         (calendar-french-day-name-array): Rename variable and function
1673         french-calendar-day-name-array.  Update callers.
1674         (calendar-french-special-days-array): Rename variable and function
1675         french-calendar-special-days-array.  Update callers.
1676         (calendar-french-multibyte-special-days-array):
1677         Rename french-calendar-multibyte-special-days-array.  Update callers.
1678         (calendar-french-accents-p): Rename french-calendar-accents.
1679         Update callers.
1680         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1681         Update callers.
1682         (calendar-french-last-day-of-month):
1683         Rename french-calendar-last-day-of-month.  Update callers.
1684         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1685         Keep old name as alias, update callers.
1686         (calendar-french-print-date): Rename calendar-print-french-date.
1687         Keep old name as alias, update callers.
1688         (calendar-french-goto-date): Rename calendar-goto-french-date.
1689         Keep old name as alias.
1691         * calendar/cal-menu.el, calendar/calendar.el:
1692         Update for Coptic and French name changes.
1694         * calendar/cal-china.el (calendar-chinese): Rename custom group
1695         from chinese-calendar.  Update users.
1696         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1697         Keep old name as alias, update users.
1698         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1699         Keep old name as alias.
1700         (calendar-chinese-daylight-time-offset):
1701         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
1702         update users.
1703         (calendar-chinese-standard-time-zone-name):
1704         Rename chinese-calendar-standard-time-zone-name.
1705         Keep old name as alias, update users.
1706         (calendar-chinese-daylight-saving-start):
1707         Rename chinese-calendar-daylight-savings-starts.
1708         Keep old name as alias, update users.
1709         (calendar-chinese-daylight-saving-end):
1710         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
1711         update users.
1712         (calendar-chinese-daylight-saving-start-time):
1713         Rename chinese-calendar-daylight-savings-starts-time.
1714         Keep old name as alias, update users.
1715         (calendar-chinese-daylight-saving-end-time):
1716         Rename chinese-calendar-daylight-savings-ends-time.
1717         Keep old name as alias, update users.
1718         (calendar-chinese-celestial-stem): Rename
1719         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
1720         (calendar-chinese-terrestrial-branch):
1721         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
1722         update users.
1723         (calendar-chinese-zodiac-sign-on-or-after):
1724         Rename chinese-zodiac-sign-on-or-after.  Update callers.
1725         (calendar-chinese-new-moon-on-or-after):
1726         Rename chinese-new-moon-on-or-after.  Update callers.
1727         (calendar-chinese-month-list): Rename chinese-month-list.
1728         Update callers.
1729         (calendar-chinese-number-months): Rename number-chinese-months.
1730         Update callers.
1731         (calendar-chinese-compute-year): Rename compute-chinese-year.
1732         Update callers.
1733         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
1734         (calendar-chinese-year): Rename chinese-year.  Update callers.
1735         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1736         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1737         Keep old name as alias, update callers.
1738         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1739         Keep old name as alias, update callers.
1740         (calendar-chinese-months-to-alist):
1741         Rename make-chinese-month-assoc-list.  Update callers.
1742         (calendar-chinese-months): Rename chinese-months.  Update callers.
1743         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1744         Keep old name as alias, update callers.
1746         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1747         Rename hebrew-calendar-leap-year-p.  Update callers.
1748         (calendar-hebrew-last-month-of-year):
1749         Rename hebrew-calendar-last-month-of-year.  Update callers.
1750         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1751         Update callers.
1752         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1753         Update callers.
1754         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1755         Update callers.
1756         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1757         Update callers.
1758         (calendar-hebrew-last-day-of-month):
1759         Rename hebrew-calendar-last-day-of-month.  Update callers.
1760         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1761         Keep old name as alias, update callers.
1762         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1763         Keep old name as alias, update callers.
1764         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1765         Keep old name as alias, update callers.
1766         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1767         Keep old name as alias.
1768         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1769         Keep old name as alias.
1770         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1771         Keep old name as alias.
1772         (holiday-hebrew-passover): Rename holiday-passover-etc.
1773         Keep old name as alias.
1774         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1775         Keep old name as alias, update callers.
1776         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1777         Keep old name as alias.
1778         (calendar-hebrew-mark-date-pattern):
1779         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
1780         update callers.
1781         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1782         Keep old name as alias.
1783         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1784         Keep old name as alias.
1785         (diary-hebrew-insert-monthly-entry):
1786         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
1787         (diary-hebrew-insert-yearly-entry):
1788         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
1789         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1790         Keep old name as alias.
1791         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
1792         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
1793         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1794         Keep old name as alias.
1795         (calendar-hebrew-parashiot-names):
1796         Rename hebrew-calendar-parashiot-names.  Update callers.
1797         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1798         (calendar-hebrew-year-Saturday-incomplete-Sunday):
1799         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1800         (calendar-hebrew-year-Saturday-complete-Tuesday):
1801         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1802         (calendar-hebrew-year-Monday-incomplete-Tuesday):
1803         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1804         (calendar-hebrew-year-Monday-complete-Thursday):
1805         Rename hebrew-calendar-year-Monday-complete-Thursday.
1806         (calendar-hebrew-year-Tuesday-regular-Thursday):
1807         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1808         (calendar-hebrew-year-Thursday-regular-Saturday):
1809         Rename hebrew-calendar-year-Thursday-regular-Saturday.
1810         (calendar-hebrew-year-Thursday-complete-Sunday):
1811         Rename hebrew-calendar-year-Thursday-complete-Sunday.
1812         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1813         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1814         (calendar-hebrew-year-Saturday-complete-Thursday):
1815         Rename hebrew-calendar-year-Saturday-complete-Thursday.
1816         (calendar-hebrew-year-Monday-incomplete-Thursday):
1817         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1818         (calendar-hebrew-year-Monday-complete-Saturday):
1819         Rename hebrew-calendar-year-Monday-complete-Saturday.
1820         (calendar-hebrew-year-Tuesday-regular-Saturday):
1821         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1822         (calendar-hebrew-year-Thursday-incomplete-Sunday):
1823         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1824         (calendar-hebrew-year-Thursday-complete-Tuesday):
1825         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1826         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
1827         Update for above name changes of constants.
1829         * calendar/cal-menu.el, calendar/calendar.el:
1830         Update for chinese and hebrew name changes.
1831         * calendar/diary-lib.el: Update for hebrew name changes.
1833 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1835         * subr.el (keymap-canonicalize): Correct thinko.
1837         * server.el: Undo part of the multi-tty change, which is only
1838         needed if server.el is preloaded, and broke server-running-p.
1839         (server-socket-dir): Initialize in the defvar, as before.
1840         (server-start): Remove initialization of server-socket-dir.
1842 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
1844         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1845         3-member cons cells.
1847 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
1849         * cus-face.el (custom-face-attributes): Handle roman slant.
1851         * faces.el (default): Ensure the face-defface-spec property is set.
1853 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
1855         * files.el (abort-if-file-too-large): New function.
1856         (find-file-noselect, insert-file-1): Use it.
1858 2008-04-05  Reto Zimmermann  <reto@gnu.org>
1860         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1861         Replace C-c[a-zA-Z] key bindings.
1863 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1865         * progmodes/hideif.el (hif-token-alist): New var.
1866         (hif-token-regexp, hif-tokenize): Use it.
1867         (hif-mathify-binop): New macro.
1868         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1869         (hif-greater-equal, hif-less-equal): Use it.
1870         (hif-logior, hif-logand): New functions.
1871         (hif-math): Accept | and & as well.
1873         * progmodes/etags.el: Fix problem with completion for buffer-local
1874         tables.  Reported by Radey Shouman <shouman@comcast.net>.
1875         (tags-complete-tag): Remove.
1876         (tags-lazy-completion-table): New function to replace it.
1877         (find-tag-tag, complete-tag): Update users.
1879 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
1881         * vc-rcs.el (vc-rcs-dir-status):
1882         * vc-sccs.el (vc-sccs-dir-status): New function.
1884         * outline.el (outline-mode-menu-bar-map):
1885         * term.el (terminal-signal-menu): Add :help.
1887         * net/eudc.el (eudc-mode-map): Declare and define in one step.
1888         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1890         * emacs-lisp/re-builder.el (reb-mode-map):
1891         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1893         * diff-mode.el (diff-file-junk-re): Recognize the git format for
1894         new files, deleted files and for changing permissions.
1895         (diff-mode): Set beginning-of-defun-function and
1896         end-of-defun-function.
1898         * vc-bzr.el (vc-bzr-state): Use when instead of if.
1900         * vc.el (vc-default-status-fileinfo-extra): New function.
1901         (vc-status-mark-buffer-changed): Use it.
1902         (vc-update-vc-status-buffer): Allow for partial updates.
1904 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * net/tramp.el (after-init-hook): Don't wrap a lambda around
1907         tramp-register-completion-file-name-handler.
1909         * subr.el (keymap-canonicalize): New function.
1910         * mouse.el (mouse-menu-non-singleton): Use it.
1911         (mouse-major-mode-menu): Remove hack made unnecessary.
1913         * simple.el (set-fill-column): Prompt rather than error by default.
1915 2008-04-04  Andreas Schwab  <schwab@suse.de>
1917         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1918         Reset new-rules after each round.
1920         * Makefile.in (cal-autoloads): New target.
1921         (compile, compile-always, recompile): Depend on it.
1922         ($(lisp)/calendar/cal-loaddefs.el)
1923         ($(lisp)/calendar/diary-loaddefs.el)
1924         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1926 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1928         * ediff*.el: Replace load with require in eval-when-compile.
1930         * ediff-hook: Delete all invocations of (autoload ...).
1932         * ediff-util.el (ediff-setup): Make window-min-height a local variable
1933         in ediff control window, and set its min height to 2.
1934         (ediff-setup-control-buffer): Dedicate the control window.
1935         (ediff-toggle-multiframe): Undedicate control window.
1936         Work directly with ediff-setup-windows-multiframe and
1937         ediff-setup-windows-plain.
1939         * ediff-wind (ediff-choose-window-setup-function-automatically):
1940         New function.
1941         (ediff-window-setup-function): Change initialization.
1942         (ediff-setup-windows-automatic): Delete.
1943         (ediff-setup-windows-plain-merge): Make control window dedicated.
1944         (ediff-destroy-control-frame): Do not skip frames if working in a
1945         single frame.
1947         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1948         eval-when-compile.
1950         * emulation/viper-util.el: Move provide's forward, prevent recursion in
1951         eval-when-compile.
1953 2008-04-04  Glenn Morris  <rgm@gnu.org>
1955         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1956         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
1958         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1959         Rename islamic-calendar-leap-year-p.  Update callers.
1960         (calendar-islamic-last-day-of-month):
1961         Rename islamic-calendar-last-day-of-month.  Update callers.
1962         (calendar-islamic-day-number):
1963         Rename islamic-calendar-day-number.  Update callers.
1964         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1965         Update callers, keep old name as alias.
1966         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1967         Update callers, keep old name as alias.
1968         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1969         Keep old name as alias.
1970         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1971         Update callers, keep old name as alias.
1972         (calendar-islamic-mark-date-pattern):
1973         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
1974         name as alias.
1975         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1976         Keep old name as alias.
1977         (diary-islamic-insert-monthly-entry):
1978         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
1979         (diary-islamic-insert-yearly-entry):
1980         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
1982         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1983         calendar-absolute-from-iso.  Update callers, keep old name as alias.
1984         (calendar-iso-print-date): Rename calendar-print-iso-date.
1985         Update callers, keep old name as alias.
1986         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1987         Keep old name as alias.
1988         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1989         Keep old name as alias.
1991         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1992         calendar-absolute-from-julian.  Update callers, keep old name as alias.
1993         (calendar-julian-print-date): Rename calendar-print-julian-date.
1994         Update callers, keep old name as alias.
1995         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1996         Update callers, keep old name as alias.
1997         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1998         Update callers, keep old name as alias.
1999         (calendar-astro-print-day-number):
2000         Rename calendar-print-astro-day-number.  Update callers, keep old
2001         name as alias.
2002         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2003         Update callers, keep old name as alias.
2005         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2006         Rename calendar-string-to-mayan-long-count.  Update callers.
2007         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2008         Update callers, keep old name as alias.
2009         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2010         Update callers.
2011         (calendar-mayan-read-tzolkin-date):
2012         Rename calendar-read-mayan-tzolkin-date.  Update callers.
2013         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2014         Keep old name as alias.
2015         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2016         Keep old name as alias.
2017         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2018         Keep old name as alias.
2019         (calendar-mayan-previous-tzolkin-date):
2020         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
2021         (calendar-mayan-next-round-date):
2022         Rename calendar-next-calendar-round-date.  Keep old name as alias.
2023         (calendar-mayan-previous-round-date):
2024         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
2025         (calendar-mayan-long-count-to-absolute): Rename
2026         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
2027         (calendar-mayan-goto-long-count-date):
2028         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
2030         * calendar/cal-persia.el (calendar-persian-month-name-array):
2031         Rename persian-calendar-month-name-array.  Update callers.
2032         (calendar-persian-epoch): Rename persian-calendar-epoch.
2033         Update callers.
2034         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2035         Update callers.
2036         (calendar-persian-last-day-of-month):
2037         Rename persian-calendar-last-day-of-month.  Update callers.
2038         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2039         Update callers, keep old name as alias.
2040         (calendar-persian-print-date): Rename calendar-print-persian-date.
2041         Update callers, keep old name as alias.
2042         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2043         Keep old name as alias.
2045         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2046         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2047         * calendar/solar.el: Update for cal-julian name changes.
2049         * calendar/cal-dst.el: Update for persian name changes.
2051         * calendar/cal-menu.el, calendar/calendar.el:
2052         Update for islamic, iso, julian, mayan, persian name changes.
2054         * calendar/diary-lib.el: Update for islamic name changes.
2056         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2057         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
2058         as alias.
2059         (calendar-christian-all-holidays-flag):
2060         Rename all-christian-calendar-holidays.  Update callers, keep old
2061         name as alias.
2062         (calendar-islamic-all-holidays-flag):
2063         Rename all-islamic-calendar-holidays.  Update callers, keep old
2064         name as alias.
2065         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2066         Update callers, keep old name as alias.
2067         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2068         Update for the above name changes.
2070 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
2072         * hilit-chg.el (global-highlight-changes-mode)
2073         (highlight-changes-passive-string, highlight-changes-active-string):
2074         Mark as obsolete since 23.1, not 22.1.
2076 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
2078         * hilit-chg.el (highlight-changes-visibility-initial-state)
2079         (hilit-chg-update, highlight-changes-mode-turn-on):
2080         Fix typos in docstrings.
2082 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
2084         * newcomment.el (comment-enter-backward): Be careful to restore
2085         position changed during narrowing.
2087 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
2089         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2090         Recognize `sub ($$)'.
2092 2008-04-03  Richard Sharman  <rsharman@pobox.com>
2094         * hilit-chg.el (highlight-changes-mode): Rename from
2095         highlight-changes; no longer uses sub-modes active and passive;
2096         implemented by define-minor-mode.
2097         (highlight-changes-toggle-visibility): New function, to replace
2098         the old passive/active submodes of global-highlight-changes-mode;
2099         implemented by define-minor-mode.
2100         (global-highlight-changes-mode): Rename from global-highlight-changes;
2101         rewrite using define-globalized-minor-mode.
2102         (hilit-chg-major-mode-hook, hilit-chg-check-global)
2103         (hilit-chg-post-command-hook, hilit-chg-check-global)
2104         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2105         to use of define-globalized-minor-mode.
2106         (highlight-changes-global-initial-state): Change to be boolean.
2107         (highlight-changes-visible-string, highlight-changes-invisible-string):
2108         Rename from highlight-changes-active-string and
2109         highlight-changes-passive-string.
2110         (hilit-chg-update, hilit-chg-set): Use them.
2111         (global-highlight-changes-mode): Rename from global-highlight-changes.
2112         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2113         docstring.
2114         (hilit-chg-hide-changes): Rewrite to use dolist.
2115         (hilit-chg-set-face-on-change, hilit-chg-update)
2116         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2117         variable instead of testing highlight-changes-mode.
2118         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2119         to highlight-changes-mode changed.
2120         (highlight-compare-with-file): Fix problems with interactive
2121         call giving invalid default file.
2123 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
2125         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2126         Fix in disassembly buffer (regression in 22.2).
2128 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2130         * emulation/viper-macs.el (viper-read-fast-keysequence):
2131         Use viper-read-event instead of viper-read-key.
2133         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2135         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2136         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2137         let-statements.
2139         * emulation/viper-ex.el, emulation/viper-macs.el:
2140         * emulation/viper-mous.el:
2141         Replace load with require in eval-when-compile.
2143 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2147         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2148         (archive-try-jka-compr): New function.
2149         (archive-set-buffer-as-visiting-file): Use it.
2151         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2153 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2155         * simple.el (handle-shift-selection): New arg.
2157 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2161         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2163 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
2165         * shell.el (shell-dynamic-complete-filename): New fun.
2166         (shell-dynamic-complete-functions): Use it.
2168         * help-fns.el (describe-variable): Undo 2008-02-25 change.
2170 2008-04-03  Kenichi Handa  <handa@m17n.org>
2172         * international/fontset.el (create-fontset-from-x-resource):
2173         Handle the error of X resource more gracefully.
2175         * international/latin1-disp.el (latin1-display): Don't use make-char.
2176         Fix the argument to set-char-table-range.
2177         (latin1-display-identities): Don't use make-char.
2178         (latin1-display-reset): Use map-charset-chars instead of directly
2179         calling standard-display-default.
2180         (latin1-display-check-font): Don't use make-char.
2181         (latin1-display-setup): Likewise.
2182         (latin1-display-ucs-per-lynx): Likewise.
2184 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2187         name the fields, to make the code clearer.
2188         Rewrite all `aset' and `aref' using the defined accessors.
2189         (timer--time): New pseudo-field.
2190         (timer-set-time, timer-set-idle-time, timer-inc-time)
2191         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2192         (timer--time-less-p): New function.
2193         (timer--activate): New function, extracted from timer-activate.
2194         (timer-activate-when-idle, timer-activate): Use it.
2195         (cancel-function-timers): Use dolist.
2197 2008-04-03  Glenn Morris  <rgm@gnu.org>
2199         * add-log.el (c-beginning-of-defun, c-end-of-defun):
2200         Remove declarations; no longer used.
2201         (c-cpp-define-name, c-defun-name): Declare as functions.
2203         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2204         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2206         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2207         (holiday-passover-etc, holiday-hanukkah): Doc fix.
2208         Add optional argument.  Simplify.
2209         (holiday-tisha-b-av-etc): Use memq rather than unless.
2210         (holiday-julian): Autoload it.
2211         (holiday-hebrew-misc): New function.
2213         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2215         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2216         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2217         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2218         all-hebrew-calendar-holidays.
2219         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2220         Simplify using new functions.
2221         (calendar-holidays): Doc fix.
2222         (generate-calendar-window): Use bound-and-true-p.
2224         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2226         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2227         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
2228         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
2229         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2231         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2233 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2237         * vc-bzr.el (vc-bzr-checkout): Simplify.
2239         * image-mode.el (image-mode-fit-frame): New command.
2241         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2242         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2243         (keyboard-escape-quit): Check region-active-p i.s.o
2244         transient-mark-mode.
2246 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2248         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2249         (imap-message-copyuid-1): Use it.
2250         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2251         J. Williams in
2252         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2254 2008-04-02  Alan Mackenzie  <acm@muc.de>
2256         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2257         New optimised functions to get the name of the current defun/macro.
2259         * add-log.el (add-log-current-defun): Move the functionality which
2260         gets the current function name for C like modes to cc-cmds.el,
2261         thus optimising for speed.
2263 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
2265         * simple.el (deactivate-mark): When the mark is temporarily
2266         active, restore the original value of transient-mark-mode.
2267         (set-mark-command): First deactivate the mark if was temporarily active.
2268         (exchange-point-and-mark): Reactivate the mark if it was
2269         temporarily active.
2270         (handle-shift-selection): New fun.
2271         (transient-mark-mode): Move var documentation here from buffer.c.
2272         (next-line, previous-line, backward-word, move-end-of-line)
2273         (move-beginning-of-line, forward-to-indentation)
2274         (backward-to-indentation, back-to-indentation)
2275         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2277         * mouse.el (mouse-set-region-1): Save the old value of
2278         transient-mark-mode.
2279         (mouse-drag-track): Ignore the now-obsolete value `identity' for
2280         transient-mark-mode.
2282         * textmodes/paragraphs.el (forward-paragraph)
2283         (backward-paragraph, forward-sentence, backward-sentence): Add ^
2284         interactive spec.
2286         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2288 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
2290         * net/tramp.el (tramp-make-tramp-temp-file):
2291         Use `tramp-drop-volume-letter' for the local file name part.
2293 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2295         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
2296         Add menu entries corresponding to all the key bindings.
2298         * emacs-lisp/debug.el (debugger-mode-map):
2299         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2300         (conf-align-assignments): Only work on the region if it is active.
2301         (conf-quote-normal): Use when instead of if.  Remove redundant test.
2303         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2304         for tracing and re-builder.
2306 2008-04-02  Glenn Morris  <rgm@gnu.org>
2308         * calendar/appt.el (appt-disp-window-function): Doc fix.
2309         (appt-display-message): Move beep before display.
2310         (appt-check): Make interactive.  Reduce the number of lets.
2311         Use string-equal to compare mode-line strings.
2312         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
2313         read-only.
2314         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2315         (appt-delete): Simplify.
2317         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2319         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2321         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2322         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2323         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2325         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2326         (calendar-holiday-marker, mark-visible-calendar-date):
2327         * calendar/diary-lib.el (fancy-diary-display):
2328         Check for font-lock-mode before using faces.
2330         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2331         (calendar-gregorian-from-absolute): Reduce the number of lets.
2332         (hebrew-holidays-4, generate-calendar-window): Simplify.
2333         (calendar-for-loop): Make obsolete.
2334         (calendar-nth-named-day): Doc fix.
2336         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2337         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2338         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2339         Reduce the number of lets.
2340         (mark-sexp-diary-entries, calendar-mark-complex):
2341         Expand calendar-for-loops.
2343 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
2345         * find-dired.el (find-dired-filter): Fix last patch to handle
2346         multi-line process input.  Pad link numbers too.
2348 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
2350         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2352 2008-04-01  Jason Rumney  <jasonr@gnu.org>
2354         * international/characters.el (script-list): Add phonetic script,
2355         covering IPA (previously Latin), Phonetic Extensions and
2356         Phonetic Extensions Supplement (both previously unassigned).
2358         * international/fontset.el (setup-default-fontset): Use unicode fonts
2359         that cover bopomofo script for bopomofo.
2360         Likewise for braille and mathematical.
2361         Use unicode scripts that cover the phonetic script for IPA.
2363 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
2365         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2366         return the assigned value.
2368 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * abbrev.el (abbrev-mode): Use define-minor-mode.
2372         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
2373         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2374         Use map-keymap.
2375         (minor-mode-menu-from-indicator): Use it.  Simplify.
2377         * bindings.el (mode-line-mode-menu): Move before (new) first use.
2378         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2379         Bind the key directly to the menu.
2380         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2382 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
2384         * epa.el (epa-decrypt-region): Explain the reason why this
2385         function should not be used in Lisp programs.
2386         (epa-decrypt-armor-in-region): Ditto.
2387         (epa-verify-region): Ditto.
2388         (epa-verify-cleartext-in-region): Ditto.
2389         (epa-sign-region): Ditto.
2390         (epa-encrypt-region): Ditto.
2392         * epg.el (epg-start-receive-keys): Fix typo in docstring.
2394         * epa.el (epa-select-keys): Show menu even if there is no key in
2395         GnuPG's keyring.
2397 2008-04-01  Glenn Morris  <rgm@gnu.org>
2399         * calendar/calendar.el (calendar-make-temp-face): New function.
2400         (mark-visible-calendar-date):
2401         * calendar/diary-lib.el (fancy-diary-display): Use it.
2403         * vc-hooks.el (vc-responsible-backend): Declare as function.
2405         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2406         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2407         * calendar/cal-julian.el (holiday-julian): Use it.
2409         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2410         (calendar-hebrew-date-is-visible-p): Extract some common code into
2411         separate function.
2412         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2414         * calendar/cal-menu.el (cal-menu-holidays-menu):
2415         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2416         rather than obsolete alias.
2418         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2419         for mark characters.
2420         (calendar-unmark): Unmark by removing all overlays, rather than
2421         redrawing.
2422         (calendar-starred-day): Remove.
2423         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
2424         (calendar-cursor-to-date): No need for special star handling now
2425         using overlays.
2426         (calendar-star-date): Use overlays.
2428         * calendar/cal-french.el (calendar-goto-french-date):
2429         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2430         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2431         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2432         * calendar/cal-persia.el (calendar-persian-date-string):
2433         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2434         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2435         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2436         * calendar/solar.el (solar-equinoxes-solstices):
2437         Reduce nesting of some lets.
2439         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2440         (calendar-goto-mayan-long-count-date): Simplify.
2442         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2443         Simplify by using mapcar.
2444         (calendar-list-holidays): Return holiday-list.
2445         (list-holidays): Use let rather than let*.  Remove un-needed locals
2446         `d', `never'.
2447         (calendar-check-holidays): Return result from dolist.
2448         (holiday-float): Use a single let*.  Simplify if-and to and.
2449         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2450         single let*.
2452 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
2454         * calc/calc.el: Autoload `calc-yank'.
2455         (calc-mode-map): Add keybindings for `calc-yank'.
2456         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2457         assignments for `calc-yank'.
2459 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
2461         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2462         (vc-status-mark-buffer-changed): Handle the extra field.
2464         * vc-bzr.el (vc-bzr-after-dir-status):
2465         * vc-cvs.el (vc-cvs-after-dir-status):
2466         * vc-hg.el (vc-hg-after-dir-status):
2467         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2469 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * doc-view.el: Compute displayed pages first (in PDF).
2472         (doc-view-current-converter-processes): Rename from
2473         doc-view-current-converter-process.  Update users.
2474         (doc-view-sentinel): Test buffer's liveness.
2475         (doc-view-pdf/ps->png-sentinel): Remove.
2476         (doc-view-start-process): New function.
2477         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2478         (doc-view-ps->pdf): Use it.
2479         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2480         New functions.
2481         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2482         (doc-view-mode): Kill the processes when leaving the mode.
2484 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
2486         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2487         Use `byte-compile-warning-types'.  Add docstring.
2489 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2491         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2492         (smerge-resolve): Add various resolution heuristics.
2494         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2495         in 3-way conflicts.
2497 2008-03-31  Glenn Morris  <rgm@gnu.org>
2499         * calendar/cal-bahai.el (diary-bahai-mark-entries):
2500         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2501         * calendar/cal-islam.el (mark-islamic-diary-entries):
2502         Fix argument order in call to diary-mark-entries-1.
2504         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2505         pre-Bahai dates.
2506         (holiday-bahai): Use an algorithm actually relevant to this calendar
2507         system.
2509         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2511         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2512         Use and.
2514         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2515         in the last fortnight in Julian October.
2517         * calendar/calendar.el (increment-calendar-month): Optionally handle
2518         systems without 12 months per year.
2520         (calendar-date-is-visible-p): Doc fix.  Simplify.
2522         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2523         from dolist.
2525 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
2527         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2528         (hi-lock-unload-function): New function.
2530 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
2532         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2533         overwriting when NEWNAME is a local file.
2535         * net/trampver.el: Update release number.
2537 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
2539         * vc-git.el: Make vc-status display information about copies,
2540         renames and permission changes.
2541         (vc-git-extra-fileinfo): New defstruct.
2542         (vc-git-escape-file-name, vc-git-file-type-as-string)
2543         (vc-git-rename-as-string, vc-git-permissions-as-string)
2544         (vc-git-status-printer): New functions.
2545         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2546         (vc-git-after-dir-status-stage1): Look for copies, renames and
2547         permission changes.
2548         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2549         (vc-git-dir-status): Ask for staged files and renames.
2551 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2553         * vc.el: Allow backends to display backend specific information in
2554         the vc-status listing.
2555         (vc-status-fileinfo): Add a field for backend specific information.
2556         (vc-status-printer): Rename to ...
2557         (vc-default-status-printer): ... this.
2558         (vc-status-printer): New function.
2559         (vc-update-vc-status-buffer): Set the backend specific file info
2560         if provided.
2562 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * textmodes/remember.el (remember-diary-convert-entry): Revert last
2565         change (ill-conceived).
2567 2008-03-29  Glenn Morris  <rgm@gnu.org>
2569         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2570         * calendar/cal-julian.el (holiday-julian): Simplify.
2572         * calendar/holidays.el (list-holidays): Use or.
2574 2008-03-29  Juri Linkov  <juri@jurta.org>
2576         * window.el (split-window-preferred-horizontally): New function.
2578         * cus-start.el (split-window-preferred-function):
2579         Set choice for "vertically" to nil instead of split-window.
2580         Set choice for "horizontally" to split-window-preferred-horizontally
2581         instead of lambda.
2583 2008-03-29  Juri Linkov  <juri@jurta.org>
2585         * simple.el (minibuffer-default-add-function): New variable with
2586         the default to minibuffer-default-add-completions.
2587         (minibuffer-default-add-done): New variable.  Make it buffer-local.
2588         (minibuffer-default-add-completions): New function.
2589         (goto-history-element): Set minibuffer-default-add-done to t and
2590         call a function in minibuffer-default-add-function when the
2591         specified absolute history position is greater than the length of
2592         the minibuffer-default list and minibuffer-default-add-done is nil.
2593         Change "^End of history; no next item$" to "^End of defaults;
2594         no next item$".
2596         * bindings.el (debug-ignored-errors): Change "^End of history;
2597         no next item$" to "^End of defaults; no next item$".
2599 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2603         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2604         to with-no-warnings.
2606 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
2608         Sync with Tramp 2.1.13.
2610         * net/tramp-ftp.el: Require 'cl when byte-compiling.
2612         * net/trampver.el: Update release number.
2614 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2616         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2617         the current backend.
2619         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2620         (vc-status-refresh): Create a temporary buffer and call the
2621         `dir-status' backend function from that buffer.
2623         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2624         (vc-bzr-after-dir-status): Don't kill the buffer.
2626         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2627         (vc-cvs-after-dir-status): Don't kill the buffer.
2629         * vc-git.el (vc-git-dir-status): Don't create a buffer.
2630         (vc-git-after-dir-status-stage2): Don't kill the buffer.
2632         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2633         (vc-hg-after-dir-status): Don't kill the buffer.
2635         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2636         (vc-svn-after-dir-status): Don't kill the buffer.
2638 2008-03-29  Glenn Morris  <rgm@gnu.org>
2640         * calendar/calendar.el (diary-file, american-date-diary-pattern)
2641         (european-date-diary-pattern, european-calendar-display-form)
2642         (american-calendar-display-form, diary-display-hook): Doc fixes.
2643         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
2644         custom :set.  Mark as obsolete.
2645         (calendar-date-style, iso-date-diary-pattern)
2646         (iso-calendar-display-form): New user variables.
2647         (diary-date-forms, calendar-date-display-form): Set using
2648         calendar-date-style.  Doc fix.
2649         (calendar-set-date-style): New command.
2650         (european-calendar, american-calendar): Use calendar-set-date-style.
2651         Mark as obsolete.
2653         * calendar/diary-lib.el (number): Move declaration where needed.
2654         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2655         (diary-make-date): New function.
2656         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2657         Use diary-make-date.
2658         (diary-date-display-form, diary-insert-entry-1): New functions.
2659         (insert-monthly-diary-entry, insert-yearly-diary-entry):
2660         Use diary-insert-entry-1.
2661         (insert-anniversary-diary-entry, insert-block-diary-entry)
2662         (insert-cyclic-diary-entry): Use diary-date-display-form.
2664         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2665         Autoload diary-insert-entry-1.
2666         * calendar/cal-bahai.el (diary-bahai-insert-entry)
2667         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2668         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2669         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2670         * calendar/cal-islam.el (insert-islamic-diary-entry)
2671         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2672         Use diary-insert-entry-1.
2674         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2675         (diary-yahrzeit): Doc fix.  Use diary-make-date.
2677         * calendar/icalendar.el (icalendar--datetime-to-american-date):
2678         New name for icalendar--datetime-to-noneuropean-date.  Make old name
2679         obsolete alias.
2680         (icalendar--datetime-to-iso-date): New function.
2681         (icalendar--datetime-to-diary-date): Doc fix.  Respect
2682         calendar-date-style if bound.
2684         * textmodes/remember.el (remember-diary-convert-entry):
2685         Respect calendar-date-style if bound.
2687 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2690         (xterm-mouse-handle-delete-frame): Delete.
2692         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2693         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2694         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2695         in xterm-modify-other-keys-terminal-list.
2697         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2698         are conflicts.
2700 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * vc.el (vc-update): Check if the buffer is unsaved only if it
2703         actually exists.
2704         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2705         vc-print-log.
2707 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2709         * net/dns.el (dns-write): Use set-buffer-multibyte.
2711 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2713         * vc-bzr.el (vc-bzr-sha1): New fun.
2714         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2715         (vc-bzr-registered): Use it.
2717 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2719         * vc.el (vc-status-kill-dir-status-process): Simplify.
2720         (vc-status-refresh): Make sure the buffer is live.
2721         (ring): Don't require it, not used.
2723 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
2725         * progmodes/verilog-mode.el (verilog-auto-inout-module):
2726         Add optional regular expression to AUTOINOUTMODULE.
2727         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2728         (verilog-auto-inst-param, verilog-auto-reg)
2729         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2730         (verilog-auto-output-every, verilog-auto-input)
2731         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2732         (verilog-auto-unused, verilog-auto): Update documentation to use
2733         more obvious instance module names versus cell names.
2735 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
2737         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2738         kill if a process is running.
2740         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2742 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
2744         * vc.el: Add new backend function 'status-extra-headers.
2745         (vc-default-status-extra-headers): New function.
2746         (vc-status-headers): Call 'status-extra-headers.  Add colors.
2748         * vc-git.el (vc-git-status-extra-headers): New function.
2750 2008-03-28  Glenn Morris  <rgm@gnu.org>
2752         * calendar/cal-menu.el (cal-menu-holidays-menu)
2753         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2754         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2755         holiday-list is optional.
2756         (calendar-mouse-holidays): Remove un-needed local `l'.
2758         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2759         Remove un-needed local `date'.
2760         (calendar-cursor-to-visible-date): Use let rather than let*.
2761         Remove un-needed local `first-of-month-weekday'.
2763         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2765         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2766         Doc fixes.
2767         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
2768         (diary-header-line-flag, diary-header-line-format): Declare.
2769         (diary-pull-attrs): Check for multiple matches.
2770         (diary-list-entries-2): Simplify finding start of date.
2771         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2772         pop-up-frames.
2773         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2774         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2776 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
2778         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2780         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2782 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2786         * image-mode.el (image-mode-reapply-winprops): Fix last change.
2788 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
2790         * international/mule-conf.el (define-iso-single-byte-charset):
2791         Don't make latin-iso8859-* supplementary.
2792         (#'set-charset-priority): Don't change the priority of charsets
2793         `unicode' and `emacs'.
2795 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2798         temp buffer.
2800 2008-03-27  Glenn Morris  <rgm@gnu.org>
2802         * calendar/cal-bahai.el (diary-bahai-list-entries):
2803         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2804         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2806         * calendar/calendar.el (diary-file): Doc fix.
2808         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2809         (list-diary-entries-hook, mark-diary-entries-hook)
2810         (include-other-diary-files, diary-mail-entries)
2811         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2812         (diary-set-header): New function.
2813         (diary-header-line-flag, diary-header-line-format):
2814         Use diary-set-header for custom :set function.
2815         (diary-set-maybe-redraw): Use symbol-value rather than eval.
2816         (diary-attrtype-convert): Use intern-soft rather than read.
2817         (diary-display-no-entries): New function.
2818         (simple-diary-display, fancy-diary-display): Use it.
2819         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
2820         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2822         * calendar/holidays.el (list-holidays): Doc fix.
2824 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
2826         * calc/calc-store.el (calc-read-var-name-history): New variable.
2827         (calc-read-var-name): Use `calc-read-var-name-history'.
2829 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * image-mode.el (image-mode-reapply-winprops): Simplify now that
2832         window-configuration-change-hook works buffer-locally.
2834 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
2836         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2837         for Emacs Lisp, not Lisp.
2839 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
2841         * help-fns.el (describe-function-1, describe-variable):
2842         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2844         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2845         replacement is provided, don't print "use nil instead".
2847 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
2849         * complete.el (PC-do-completion): Use regexp-quote.
2851 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
2853         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2854         Detect missing files.
2856         * vc-git.el (vc-git-extra-menu-map): New key map.
2857         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2858         New functions.
2860         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2861         and 'missing files.
2863 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * calendar/holidays.el (list-holidays): Make Y2 optional.
2867         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2868         buffers shown to the user.
2869         (appt-disp-window): Disable undo explicitly now that the leading space
2870         is gone.
2872         * simple.el (activate-mark): New function.
2873         (set-mark-command): Use it with region-active-p to clean up the code.
2874         (exchange-point-and-mark): Invert the meaning of C-u when
2875         transient-mark-mode is active.
2877         * dired-aux.el (dired-create-files): Use dolist.
2879         * bindings.el (mode-line-change-eol): Use with-selected-window.
2881         * apropos.el (apropos-command): Include macros.
2883 2008-03-26  Glenn Morris  <rgm@gnu.org>
2885         * calendar/cal-bahai.el: Require calendar, not cal-julian.
2886         (calendar-bahai-epoch): Doc fix.
2888         * calendar/cal-china.el: Explicitly require calendar.
2890         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2891         Require calendar rather than cal-julian.
2892         Autoload calendar-absolute-from-julian.
2893         * calendar/cal-coptic.el (coptic-calendar-epoch):
2894         * calendar/cal-islam.el (calendar-islamic-epoch):
2895         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2897         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2899         * calendar/cal-dst.el: Don't require cal-persia.
2900         (calendar-absolute-from-persian): Autoload it.
2901         (dst-adjust-time): Doc fix.
2903         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2904         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2905         calendar.
2907         * calendar/cal-menu.el: Require calendar rather than declaring
2908         functions.
2909         * calendar/calendar.el: Provide calendar before requiring cal-menu.
2911         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2912         calendar-after-frame-setup-hooks.  Update callers, make old name an
2913         obsolete alias.  Doc fix.
2914         (calendar-frame-1): Doc fix.
2916         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2918         * calendar/calendar.el (oriental-holidays, solar-holidays):
2919         * calendar/holidays.el (list-holidays): Assume atan always bound.
2921         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2922         Explicitly require calendar, not cal-julian.
2923         * calendar/lunar.el: Explicitly require cal-dst.
2925 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2927         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2929         * help-fns.el (describe-function-1, describe-variable): If no
2930         replacement is provided, don't print "use nil instead".
2932 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2934         * proced.el: New file.
2936 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2938         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2940 2008-03-25  Juri Linkov  <juri@jurta.org>
2942         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2943         in battery-mode-line-format.
2945         * bindings.el (minibuffer-local-map): For the command
2946         file-cache-minibuffer-complete replace keymap minibuffer-local-map
2947         with map which is already locally bound to minibuffer-local-map.
2949 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2951         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2952         Remove `sort-first' argument.
2954         * subr.el (redisplay-end-trigger-functions)
2955         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2956         (process-filter-multibyte-p, set-process-filter-multibyte):
2957         Mark as obsolete.
2959 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
2961         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2962         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2963         use the LOCAL arg of `add-hook'.
2964         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2965         Remove spurious * from defcustom docstrings.
2966         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2967         Fix typos in messages.
2968         (reb-mode-buffer-p): New function.
2969         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
2970         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2971         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2972         (reb-update-overlays): Use `unless', `when'.
2973         (re-builder-unload-function): New function.
2975 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
2977         * vc-hooks.el (vc-state): Add documentation for 'missing.
2979 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
2981         * progmodes/verilog-mode.el (verilog-auto-output)
2982         (verilog-auto-input, verilog-auto-inout, verilog-auto)
2983         (verilog-delete-auto): Add optional regular expression to
2984         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2985         (verilog-signals-matching-regexp): New internal function for
2986         signal matching.
2988 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
2990         * info.el (Info-isearch-search): Always return point.
2992 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2994         * diff-mode.el (diff-remembered-defdir): New var.
2995         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2997 2008-03-25  Glenn Morris  <rgm@gnu.org>
2999         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3000         calendar-bahai-prompt-for-date.  Update callers, make old name an
3001         obsolete alias.  Doc fix.
3002         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3003         coptic-prompt-for-date.  Update callers, make old name an
3004         obsolete alias.  Doc fix.
3005         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3006         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
3007         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3008         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
3009         * calendar/cal-iso.el (calendar-iso-read-date): New name for
3010         calendar-iso-read-args.  Update callers, make old name an obsolete
3011         alias.
3012         * calendar/cal-persia.el (calendar-persian-read-date): New name for
3013         persian-prompt-for-date.  Update callers, make old name an
3014         obsolete alias.  Doc fix.  Move definition before use.
3016         * calendar/cal-x.el (diary-frame-parameters)
3017         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3018         (calendar-frame-1): Doc fixes.
3019         (make-fancy-diary-buffer): Remove declaration.
3020         (calendar-dedicate-diary): Replace call to deleted function
3021         make-fancy-diary-buffer.
3022         (calendar-frame-setup): New function.
3023         (calendar-one-frame-setup, calendar-only-one-frame-setup)
3024         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3025         work, and mark as obsolete.
3026         (special-display-buffer-names): Don't mess with this; it's not our
3027         business.
3028         (cal-x-load-hook): Defvar it, and mark as obsolete.
3030         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3031         Default to t.  Add to 'calendar group.
3032         (calendar): Doc fix.  Use calendar-frame-setup.
3033         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
3034         (generate-calendar-window): Doc fix.
3036 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3040 2008-03-24  Drew Adams  <drew.adams@oracle.com>
3042         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3043         New variables.
3044         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
3045         (finder-exit): Ignore errors rather than avoiding them.
3046         Kill *Finder-package* buffer also.
3048 2008-03-24  Andreas Schwab  <schwab@suse.de>
3050         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3052 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
3054         * vc-hg.el (vc-hg-after-dir-status):
3055         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3057         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3058         Detect removed files.
3060         * vc.el (vc-status-printer): Use a different face for missing files.
3061         (vc-status-hide-up-to-date): Rename from
3062         vc-status-remove-up-to-date.  Update all callers.
3063         (vc-status-mode-map): Bind C-m.
3065 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
3067         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3068         code ...
3069         (vc-git--state-code): ... to this new function.
3070         (vc-git-state): Use it.
3072 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3074         * textmodes/remember.el (remember-mail-date)
3075         (remember-store-in-mailbox): Write date and From line in such a
3076         way that Mutt can read it.
3078 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
3080         * simple.el (transient-mark-mode): Turn on by default.
3082 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3084         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3085         'unregistered for unregistered files.
3087         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3089         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3091         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3092         subdirectories.
3094         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3095         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3096         Add :enable for vc-status-refresh.
3097         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3098         (vc-status-tool-bar-map): Add binding for
3099         vc-status-kill-dir-status-process.
3100         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3101         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3102         Reset vc-status-process-buffer.
3103         (vc-status-refresh): Don't run two refreshes at a time.
3104         (vc-status): If the buffer is already in vc-status-mode only refresh.
3105         (vc-status-mark-buffer-changed): Add an optional file parameter.
3106         (vc-resynch-buffer): Use it.
3107         (vc-delete-file): Expand the file name before using it.
3108         Be careful to not create a new buffer with the old file contents.
3109         Update the VC state after performing the operation.
3111 2008-03-23  Andreas Schwab  <schwab@suse.de>
3113         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3114         Fix radio button condition.
3115         [box]: Likewise.
3116         [customize]: Add radio button.
3118 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
3120         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3121         (calc-user-parse-tables, calc-gnuplot-default-device)
3122         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3123         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3124         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3125         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3126         (calc-undo-list, calc-redo-list, calc-main-buffer)
3127         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3128         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3129         (calc-said-hello, calc-executing-macro, calc-any-selections)
3130         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3131         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3132         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3133         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3134         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3135         (calc-create-buffer, calc-quit): Add docstrings.
3137 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
3139         * makefile.w32-in (WINS_ALMOST): Add org.
3141 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
3143         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3144         New functions to implement vc-status support.
3146 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3148         * vc.el (vc-status-prepare-status-buffer): New function.
3149         (vc-status): Use it.
3151         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3152         appropriate.
3154 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
3156         * vc-git.el (vc-git--empty-db-p)
3157         (vc-git-after-dir-status-stage1-empty-db): New functions.
3158         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3159         Add support for empty repositories.
3161 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
3163         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3164         Allow "^" in a version name.
3166         * vc-mtn.el (vc-mtn-state): Support the added state.
3168 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
3170         * org: New directory for Org-mode.
3172         * org/org-export-latex.el: Moved from lisp/texmodes.
3174         * org/org-irc.el: Moved from lisp/texmodes.
3176         * org/org-mac-message.el: Moved from lisp/texmodes.
3178         * org/org-mouse.el: Moved from lisp/texmodes.
3180         * org/org-publish.el: Moved from lisp/texmodes.
3182 2008-03-21  Juri Linkov  <juri@jurta.org>
3184         * comint.el (comint-dynamic-simple-complete):
3185         Use variable `stub' for the second arg `common-substring'
3186         of `comint-dynamic-list-completions'.
3187         (comint-dynamic-list-filename-completions):
3188         Use variable `filenondir' for the second arg `common-substring'
3189         of `comint-dynamic-list-completions'.
3190         (comint-dynamic-list-completions): Add new optional arg
3191         `common-substring'.  Add `common-substring' as the second arg of
3192         the call to `display-completion-list'.  Doc fix.
3194         * comint.el (comint-dynamic-complete-as-filename)
3195         (comint-dynamic-list-filename-completions)
3196         (comint-dynamic-simple-complete): Use `minibuffer-message'
3197         to display message "No completions of %s" when a command
3198         is called in the minibuffer.
3199         (comint-dynamic-simple-complete): Don't display other
3200         completion messages when a command is called in the minibuffer.
3201         (comint-dynamic-list-completions): Use `minibuffer-message'
3202         to display message " [Type space to flush ...]" when a command
3203         is called in the minibuffer.
3205         * shell.el (shell-dynamic-complete-command)
3206         (shell-dynamic-complete-environment-variable): Don't display
3207         completion messages when command is called in the minibuffer.
3209         * emacs-lisp/lisp.el (lisp-complete-symbol):
3210         Use `minibuffer-message' to display message "No completions of %s"
3211         when this command is called in the minibuffer.
3213         * bindings.el (standard-mode-line-modes): Put special help-echo
3214         tooltip on recursive edit %[ %] mode-line constructs.
3216         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3217         "^No dynamic expansion for .* found$" to allow error messages like
3218         "No dynamic expansion for \"%s\" found in this-buffer".
3220 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
3222         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3223         "psftp".
3225 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3228         * vc.el (vc-default-dired-state-info): Use just "modified".
3229         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3230         (vc-cvs-mode-line-string): Make use of the better default.
3231         (vc-cvs-parse-entry): Use the new `added'.
3232         (vc-cvs-dired-state-info): Remove.
3233         * vc-svn.el (vc-svn-dired-state-info): Remove.
3234         * vc-hg.el (vc-hg-dired-state-info): Remove.
3235         * vc-git.el (vc-git-dired-state-info): Remove.
3237 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3239         * vc-git.el (vc-git-status-result): New variable.
3240         (vc-git-dir-status): Split out ...
3241         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3242         ... these new functions and work asynchronously.
3244 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
3246         * vc-git.el (vc-git-after-dir-status): Remove.
3247         (vc-git-dired-state-info): Reimplement.
3249 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
3251         * replace.el (occur-mode-map): Add :help.
3253         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3254         for disassemble.
3256         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3257         the 'added state.
3258         (vc-status-remove-up-to-date): New function.
3259         (vc-status-mode-map, vc-status-menu-map): Bind it.
3260         (vc-status-printer): Use a different face up-to-date files.
3261         (vc-resynch-buffer): Update the vc-status buffer if it exists.
3262         (Todo): Remove solved entries.
3264         * vc-hg.el (vc-hg-state):
3265         * vc-git.el (vc-git-state):
3266         * vc-cvs.el (vc-cvs-parse-status):
3267         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3268         state.
3270 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * progmodes/compile.el (compile):
3273         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3275         * simple.el (minibuffer-local-shell-command-map): New var.
3276         (minibuffer-complete-shell-command, read-shell-command): New funs.
3277         (shell-command, shell-command-on-region): Use them.
3279 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3281         * vc.el (vc-status-mark-buffer-changed): New function to implement
3282         updating of the *vc-status* buffer when a buffer is saved.
3283         (vc-status-mode): Use it for after-change-hook.
3284         (vc-add-to-vc-status-buffer): Rename to ...
3285         (vc-status-add-entry): ... this.
3286         (Todo): Add new entry.
3288 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3292 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
3294         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3295         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3296         Remove spurious * from defcustom docstrings.
3297         (icomplete-compute-delay): Fix docstring and remove spurious *.
3298         (icomplete-delay-completions-threshold): Fix typo in docstring and
3299         remove spurious *.
3300         (icomplete-completions): While collecting the list of prospective
3301         candidates, don't overshoot `icomplete-prospects-length'.
3303 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
3305         * textmodes/refbib.el:
3306         * textmodes/reftex.el:
3307         * textmodes/reftex-global.el:
3308         * textmodes/reftex-vars.el:
3309         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3310         compiler pacifying defvars.
3311         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3312         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3313         not needed.
3315 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
3317         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3318         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3319         (verilog-customize, verilog-font-customize)
3320         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3321         (verilog-mode): Update documentation strings to match tool tips.
3322         (verilog-auto-search-do, verilog-auto-re-search-do)
3323         (verilog-skip-forward-comment-or-string): Fix verilog-auto
3324         expansion when a .* appears inside a string.
3325         (verilog-re-search-forward, verilog-re-search-backward):
3326         Add comment to recall how this works.
3327         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3329 2008-03-20  Glenn Morris  <rgm@gnu.org>
3331         * calendar/calendar.el (calendar-other-dates): New function.
3332         (calendar-print-other-dates): Use calendar-other-dates.
3333         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3334         the declarations it replaces.
3335         (calendar-mouse-print-dates): Use calendar-other-dates.
3337         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3338         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3339         (calendar-absolute-from-bahai): Fix the leap-year case.
3340         (calendar-bahai-from-absolute): Re-use the Gregorian month.
3341         (calendar-bahai-date-string, calendar-bahai-print-date):
3342         Handle pre-Bahai dates.
3344         * calendar/cal-china.el (chinese-calendar-celestial-stem)
3345         (chinese-calendar-terrestrial-branch): Make defcustoms.
3347         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3348         (calendar-mouse-view-diary-entries): Use or.
3349         (calendar-mouse-chinese-date): Remove unused command.
3350         (cal-menu-load-hook): Mark as obsolete.
3352         * calendar/solar.el (calendar-location-name, calendar-latitude)
3353         (calendar-longitude, solar-arctan, sunrise-sunset)
3354         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3356 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
3358         * calc/calc.el: Remove outdated comments.
3359         (defcalcmodevar, calc-mode-var-list-restore-default-values)
3360         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3361         Add docstrings.
3363 2008-03-19  Jason Rumney  <jasonr@gnu.org>
3365         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3367 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3369         * net/tls.el (open-tls-stream): Reindent.
3371 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
3373         * net/tramp.el (tramp-let-maybe): Removed.
3374         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3375         It does not exist under XEmacs.
3376         (tramp-handle-file-truename, tramp-handle-expand-file-name)
3377         (tramp-completion-file-name-handler): Let-bind
3378         `directory-sep-char'.
3380         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3381         `directory-sep-char'.
3383 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3385         * help-fns.el (describe-function-1): Don't signal "missing arglist"
3386         for autoloaded keymaps.
3388         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3389         (electric-verilog-terminate-line, verilog-in-struct-region-p)
3390         (verilog-backward-ws&directives, verilog-forward-ws&directives)
3391         (verilog-in-comment-p, verilog-in-star-comment-p)
3392         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3393         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3394         (verilog-skip-forward-comment-or-string, verilog-in-paren)
3395         (verilog-skip-forward-comment-p): Use it.
3397 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3399         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3400         (org-remember-templates, org-time-stamp-rounding-minutes)
3401         (org-back-over-empty-lines, org-find-base-buffer-visiting)
3402         (org-columns-new): Fix typos in docstrings.
3404 2008-03-19  Glenn Morris  <rgm@gnu.org>
3406         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3407         (tramp-handle-shell-command): Use condition-case rather than
3408         ignore-errors.
3410 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3412         * diff-mode.el (diff-header): Make the color louder.
3413         (diff-refine-change): Tone the color down.
3415 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
3417         * descr-text.el (describe-char): When `describe-char-unidata-list'
3418         is set to show all properties, list them in the right order.
3420 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * international/mule.el (load-with-code-conversion): Avoid setting
3423         default-enable-multibyte-characters.
3425 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
3427         * vc.el (vc-annotate-background): Fix custom type.
3429 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * descr-text.el (describe-char-unidata-list): Allow specifying
3432         just all properties.
3433         (describe-char): Handle that new value.
3435         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3437 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3439         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3440         instead of file name extension to make docs with uncommon
3441         extensions work.
3443 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
3445         * doc-view.el (require): Require cl at compile time because
3446         `assert' needs it.
3448 2008-03-18  Glenn Morris  <rgm@gnu.org>
3450         * calendar/calendar.el (initial-calendar-window-hook)
3451         (today-visible-calendar-hook): Doc fixes.
3453 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
3455         * net/tramp.el (tramp-root-regexp): Simplify.
3456         (tramp-completion-file-name-regexp-separate): Don't insist on
3457         leading "[".  This prevents method or user or host completion.
3458         (tramp-let-maybe): Autoload it.
3459         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
3460         is an alias for `identity'.
3461         (tramp-handle-write-region): Protect `last-coding-system-used'
3462         over the trailing statements.
3463         (tramp-completion-file-name-handler-post-function): Remove.
3464         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3465         instead of calling `tramp-drop-volume-letter'.
3467         * net/tramp.el:
3468         * net/tramp-uu.el:
3469         * net/trampver.el: Move coding cookie at the end.
3471 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3473         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3474         elements which may be something else than characters.
3476 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
3478         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3479         New functions to implement vc-status support.
3481         * vc.el (vc-default-extra-status-menu)
3482         (vc-add-to-vc-status-buffer): New functions.
3484         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3485         for eldoc and ielm.
3487 2008-03-17  Glenn Morris  <rgm@gnu.org>
3489         * calendar/cal-x.el (diary-frame-parameters)
3490         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3491         Fix custom type; add options.
3492         (calendar-frame, diary-frame): Doc fixes.
3493         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3494         new functions.
3495         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3496         Use calendar-frame-1 and calendar-dedicate-diary.
3497         (calendar-one-frame-setup): Also handle only-one-frame case.
3498         (calendar-only-one-frame-setup): Doc fix.  Just call
3499         calendar-one-frame-setup.
3501         * calendar/diary-lib.el: Re-order some definitions before their use.
3502         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3503         (diary-list-entries): Doc fixes.
3504         (make-fancy-diary-display): Remove function.
3506         * calendar/calendar.el (calendar-today-marker)
3507         (initial-calendar-window-hook, today-visible-calendar-hook)
3508         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3509         (calendar-star-date, calendar-mark-today): Doc fixes.
3510         (today-visible-calendar-hook): Add options.
3511         (calendar-in-read-only-buffer): New macro.
3512         (calendar-basic-setup): Adapt for change in calendar-read-date.
3513         Place holiday let inside if.
3514         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3515         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3516         (calendar-print-other-dates): Use one let rather than many.
3518         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3519         (calendar-print-other-dates):
3520         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3521         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3522         * calendar/holidays.el (calendar-list-holidays, list-holidays)
3523         (calendar-cursor-holidays):
3524         * calendar/lunar.el (calendar-phases-of-moon): Use
3525         calendar-in-read-only-buffer to replace previous code and disable undo.
3527 2008-03-16  Juri Linkov  <juri@jurta.org>
3529         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3530         and regexp-search-ring-yank-pointer for the HISTPOS argument of
3531         read-from-minibuffer to provide the correct initial minibuffer
3532         history position in isearch-edit-string when it is called from
3533         isearch-ring-adjust.
3535         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3536         to check if the current buffer is the minibuffer, and in this case
3537         call abort-recursive-edit to kill the minibuffer.  Doc fix.
3538         (kill-this-buffer-enabled-p): Allow this function to return non-nil
3539         when the current buffer is the minibuffer.
3541         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
3543 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
3545         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3546         Use non-nil PARENTS attribute of make-directory instead of
3547         explicitly checking existence the current cache directory.
3549 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
3551         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3552         M-x epa-file-select-keys.
3554 2008-03-16  Kenichi Handa  <handa@m17n.org>
3556         * international/mule.el (auto-coding-alist):
3557         Use no-conversion-multibyte for archive files.
3559 2008-03-16  Glenn Morris  <rgm@gnu.org>
3561         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3562         New functions.
3563         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3564         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3565         Use calendar-mark-1.
3566         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3567         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3568         Use calendar-mark-complex.
3569         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3570         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3571         Use calendar-mark-1.
3573         * calendar/calendar.el (calendar-mod): Remove.
3574         * calendar/cal-china.el (calendar-chinese-from-absolute)
3575         (calendar-chinese-date-string): Expand calendar-mod calls.
3576         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3577         Expand calendar-mod calls.
3579         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3580         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3581         (diary-bahai-insert-yearly-entry): Use let rather than let*.
3582         Move obsolete aliases after the functions that replaced them.
3584         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3585         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3586         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3587         Use let rather than let*.
3588         (calendar-hebrew-prompt-for-date): New function.
3589         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3590         (holiday-tisha-b-av-etc): Use unless, let.
3592         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3593         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3595         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3597         * calendar/calendar.el (calendar-for-loop): Add indent spec.
3599         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3600         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3601         than concat.
3602         (diary): Remove un-needed let.
3603         (view-other-diary-entries): Rename argument.
3604         (diary-list-entries-2): New function.
3605         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3606         (print-diary-entries): Use unless.
3607         (diary-mark-entries-1): Change argument order, make all but
3608         markfunc optional.  Handle the standard (Gregorian) case.
3609         Use match-string-no-properties.  Handle marks.
3610         (mark-diary-entries): Use diary-mark-entries-1.
3611         (diary-font-lock-keywords-1): New macro.
3612         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3614 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
3616         * icalendar.el (icalendar-version): Increase to 0.18.
3617         (icalendar-export-hidden-diary-entries): New variable.
3618         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3619         In case of error, insert full error-val.
3620         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
3621         Use calendar-day-of-week.  Return the day number.
3622         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3624 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
3626         * icalendar.el (icalendar-recurring-start-year): New variable.
3627         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3628         (icalendar-export-region): Ignore hidden diary entries.
3629         (icalendar--convert-ordinary-to-ical): Fix case where event
3630         spans across midnight boundary.
3631         (icalendar-first-weekday-of-year): New function.
3632         (icalendar--convert-weekly-to-ical): Allow user-selectable start
3633         year for recurring events (Mozilla calendars do not propagate
3634         recurring events forever, so year 2000 start date was not working).
3635         (icalendar--convert-yearly-to-ical): Remove extra spaces in
3636         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3638 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
3640         * net/tramp.el (tramp-root-regexp): New defconst.
3641         (tramp-completion-file-name-regexp-unified)
3642         (tramp-completion-file-name-regexp-separate)
3643         (tramp-completion-file-name-regexp-url): Use it.
3644         (tramp-do-copy-or-rename-file-via-buffer):
3645         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
3646         t for `insert-file-contents-literally'.
3647         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3648         Autoload it.
3649         (tramp-completion-file-name-handler-post-function): New defconst.
3650         (tramp-completion-file-name-handler): Use it.
3651         (tramp-maybe-open-connection): Update calls to
3652         `tramp-flush-connection-property' for removed 2nd argument.
3654 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3657         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3658         New functions.
3660 2008-03-15  Glenn Morris  <rgm@gnu.org>
3662         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3663         New functions.
3664         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3665         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3666         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3667         (diary-bahai-list-entries): Use diary-list-entries-1.
3668         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
3669         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3670         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3671         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3672         (list-hebrew-diary-entries): Use diary-list-entries-1.
3673         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
3674         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3675         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3676         (diary-list-entries-1, diary-mark-entries-1): Autoload.
3677         (list-islamic-diary-entries): Use diary-list-entries-1.
3678         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
3680         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3682         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3684         * calendar/cal-china.el (number-chinese-months)
3685         (calendar-chinese-from-absolute): Use nth, caar.
3687         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3689         * calendar/cal-french.el (french-calendar-accents): Doc fix.
3691         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3692         (calendar-hebrew-month-name-array-leap-year)
3693         (hebrew-calendar-parashiot-names): Make constants.
3694         (diary-parasha): Move definition after constants it uses.
3696         * calendar/cal-html.el (cal-html-insert-link-yearpage)
3697         (cal-html-htmlify-list): Doc fix.
3698         (cal-html-htmlify-entry): Use nth.
3700         * calendar/cal-islam.el (calendar-islamic-month-name-array)
3701         (calendar-islamic-epoch): Make constants.
3702         (calendar-islamic-epoch): Doc fix.
3704         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3706         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3707         (cal-tex-month-name): Doc fix.
3708         (cal-tex-last-blank-p): Use zerop.
3710         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3711         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3712         (calendar-cursor-to-date): Doc fix.
3713         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3714         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3715         (calendar-day-number): Use when.
3716         (generate-calendar-month): Use dotimes.
3717         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3718         (calendar-set-mark): Reverse conditional.
3719         (calendar-make-alist): Move definition before use.
3721         * calendar/diary-lib.el (diary-face-attrs)
3722         (diary-glob-file-regexp-prefix, diary-selective-display)
3723         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3724         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3725         (diary-anniversary, diary-cyclic)
3726         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3727         (diary-header-line-format): Change wording.
3728         (diary-list-entries): Set `date-start' in let.
3729         (include-other-diary-files, mark-included-diary-files): Use format.
3730         (simple-diary-display, fancy-diary-display): Use cadr, unless.
3731         (mark-diary-entries): Use 1+.
3732         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3733         (mark-calendar-month): Use dotimes.
3735         * calendar/holidays.el (displayed-month, displayed-year):
3736         Move declarations where needed.
3737         (calendar-list-holidays): Doc fix.
3739         * calendar/parse-time.el (parse-time-string): Simplify.
3741         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3742         Make constants.
3743         (solar-sunrise-sunset): Rename some local variables for clarity.
3744         (sunrise-sunset): Use zerop.
3745         (solar-mean-equinoxes/solstices): Doc fix.
3747         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3748         Use nth.
3749         (timeclock-completing-read, timeclock-generate-report): Use zerop.
3750         (timeclock-mean, timeclock-generate-report): Use dolist.
3752         * calendar/todo-mode.el (todo-add-category): Simplify.
3753         (todo-more-important-p, todo-delete-item, todo-file-item):
3754         Use unless, when.
3755         (todo-top-priorities): Use zerop.
3757 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
3759         * buff-menu.el (list-buffers-noselect): Display buffer name in
3760         tooltip instead of mouse binding when it doesn't fit in the list.
3762 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3764         * faces.el (xw-defined-colors):
3765         * simple.el (widget-convert, shell-mode): Declare as functions
3766         instead of autoloading.
3768         * abbrev.el:
3769         * button.el:
3770         * cus-face.el:
3771         * ediff-hook.el:
3772         * emacs-lisp/backquote.el:
3773         * emacs-lisp/timer.el:
3774         * facemenu.el:
3775         * faces.el:
3776         * menu-bar.el:
3777         * simple.el:
3778         * subr.el:
3779         * textmodes/fill.el:
3780         * textmodes/paragraphs.el: Remove autoloads, redundant when the
3781         files are preloaded.
3783 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3785         * desktop.el (desktop-create-buffer): Don't catch errors if
3786         debug-on-error is set.
3788 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
3790         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3791         ($(lisp)/calendar/diary-loaddefs.el)
3792         ($(lisp)/calendar/hol-loaddefs.el): New targets.
3793         (LOADDEFS): New macro.
3794         (autoloads): Depend on $(LOADDEFS).
3796 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3798         * font-lock.el (featurep): Remove test, not useful anymore.
3799         (facemenu-keymap): Move key binding ...
3800         * facemenu.el (facemenu-keymap): ... here.
3802         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
3803         for each file in the list.
3804         (vc-bzr-log-view-mode): Recognize the file marker.
3806         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3807         for checkdoc and profiling.
3809 2008-03-14  Bastien Guerry  <bzg@altern.org>
3811         * textmodes/flyspell.el (nxml-mode): Add the right
3812         `flyspell-mode-predicate'.
3814         * wid-edit.el (link): Use 'mouse-face for :follow-link.
3816 2008-03-14  Glenn Morris  <rgm@gnu.org>
3818         * calendar/solar.el: Reorder so that functions are defined before use.
3819         (displayed-month, displayed-year): Move declarations where needed.
3820         (solar-get-number): Move definition before use.  Use unless.
3821         (solar-equatorial-coordinates): Simplify.
3822         (solar-sunrise-and-sunset): Use let rather than let*.
3823         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
3825         * startup.el (command-line-1): Rename -internal-script back to
3826         -scriptload (reverts previous change).
3828         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3829         (calendar-bahai-leap-base): Add doc strings.
3830         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3831         Move definition before use.
3832         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3833         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3834         variables outside the loop.  Use dolist.
3835         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3837         * calendar/cal-china.el: Re-order so that functions are defined before
3838         use.
3839         (displayed-month, displayed-year): Move declarations where needed.
3840         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3841         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3842         Add doc strings.
3843         (chinese-year-cache): Recenter on 2010.  Doc fix.
3844         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3845         Doc fix.  Simplify.
3846         (chinese-year-cache-init): New function.
3847         (compute-chinese-year, holiday-chinese-new-year)
3848         (calendar-chinese-date-string, calendar-goto-chinese-date)
3849         (make-chinese-month-assoc-list): Use cadr, nth.
3850         (chinese-months): Remove un-needed let.
3852         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3853         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3854         (coptic-prompt-for-date): Move definition before use.
3856         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3857         (calendar-dst-find-data, calendar-daylight-time-offset)
3858         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3859         (calendar-daylight-savings-starts-time)
3860         (calendar-daylight-savings-ends-time): Use cadr, nth.
3862         * calendar/cal-french.el (french-calendar-epoch)
3863         (calendar-goto-french-date): Doc fix.
3864         (french-calendar-month-name-array)
3865         (french-calendar-multibyte-month-name-array)
3866         (french-calendar-day-name-array, french-calendar-special-days-array):
3867         Add doc strings.
3869         * calendar/cal-hebrew.el (displayed-month, displayed-year)
3870         (original-date): Move declarations where needed.
3871         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3872         Doc fix.
3873         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3874         constant variables outside the loop.  Use dolist.
3876         * calendar/cal-islam.el (displayed-month, displayed-year)
3877         (original-date): Move declarations where needed.
3878         (islamic-calendar-day-number): Remove unused local variable `day'.
3879         (calendar-goto-islamic-date): Doc fix.
3880         (holiday-islamic): Use unless.
3881         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3882         constant variables outside the loop.  Use dolist.
3883         (mark-islamic-calendar-date-pattern): Move definition before use.
3884         Use unless.
3885         (mark-islamic-diary-entries): Doc fix.
3886         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3887         (insert-yearly-islamic-diary-entry): Use let rather than let*.
3889         * calendar/cal-julian.el (calendar-absolute-from-julian):
3890         Move definition before use.  Remove un-needed local `day'.
3891         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3893         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3894         (calendar-mayan-tzolkin-names-array): Add doc strings.
3895         (calendar-mayan-long-count-from-absolute): Use a single let.
3896         (calendar-string-to-mayan-long-count): Simplify.
3897         (calendar-next-haab-date, calendar-previous-haab-date)
3898         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3899         (calendar-previous-calendar-round-date)
3900         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3901         Doc fix.
3902         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3903         (calendar-mayan-date-string, calendar-print-mayan-date)
3904         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3905         (calendar-mayan-long-count-common-era): Move definitions before use.
3907         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3908         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3909         Doc fix.
3910         (calendar-mouse-goto-date): Move definition before use.
3912         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3913         Move definition before use.
3914         (calendar-cursor-to-visible-date): Move definition before use.
3915         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
3916         and place inside the conditional.
3917         (calendar-forward-day): Simplify.
3918         (calendar-end-of-month): Use unless.
3919         (calendar-goto-day-of-year): Doc fix.
3920         Relocate obsolete aliases after their replacements.
3922         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3924         * calendar/diary-lib.el (mark-diary-entries): Move some constant
3925         variables outside the diary-date-forms loop.
3927         * calendar/calendar.el (diary-file): Doc fix.
3928         (calendar-buffer-list): Return buffers rather than strings (fixes
3929         previous change).
3930         (hebrew-holidays-4): Fix typo.
3932         * calendar/holidays.el (displayed-month, displayed-year):
3933         Move declarations where needed.
3934         (calendar-holiday-list, calendar-list-holidays)
3935         (holiday-filter-visible-calendar): Move definitions before use.
3936         (list-holidays): Use cadr.
3937         Relocate obsolete aliases after their replacements.
3939         * calendar/lunar.el (date, displayed-month, displayed-year):
3940         Move declarations where needed.
3941         (lunar-phase-list): Move definition after functions it uses.
3942         (calendar-phases-of-moon, diary-phases-of-moon)
3943         (lunar-new-moon-on-or-after): Use cadr, nth.
3944         (lunar-new-moon-on-or-after): Doc fix.
3946         * textmodes/org-irc.el (top-level): CL not required when compiling.
3947         (org-irc-visit-erc): Replace runtime CL functions.
3949         * textmodes/org-publish.el (declare-function): Add compatibility stub.
3950         (org-publish-delete-dups): Declare as function.
3952 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
3954         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3955         (vc-bzr-show-log-entry): Make regexp match more cases.
3956         (vc-diff-switches-list): Remove autoload, not needed.
3958 2008-03-14  Juri Linkov  <juri@jurta.org>
3960         * isearch.el (isearch-edit-string): Remove one call to
3961         `isearch-push-state' not to push an inconsistent state,
3962         but keep another correct call to `isearch-push-state'.
3963         (isearch-ring-adjust): Call `isearch-push-state' only when
3964         `search-ring-update' is non-nil since `isearch-edit-string'
3965         already pushes its state.
3966         (isearch-message): Improve matching the failed part by checking
3967         if the original message starts with the last successful message.
3969         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3970         (dired-perm-write): Rename from `dired-warn-writable'.
3971         Change parent face from `font-lock-warning-face' to
3972         `font-lock-comment-delimiter-face'.
3973         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3974         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3975         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3976         with `dired-perm-write-face'.
3978 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
3980         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3981         Create cache dir only if it doesn't already exist.
3983 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3986         of \ and '.
3988 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
3990         * net/browse-url.el (browse-url-text-xterm):
3991         Unquote browse-url-text-browser.
3993 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
3995         * textmodes/org-mouse.el: Version number change.
3997         * textmodes/org-publish.el (org-publish-expand-components):
3998         Remove null projects from the list of components.
3999         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4000         Remove unused retrieval of the :publishing-directory property.
4001         (org-publish-file): Bugfix: when using a relative directory as the
4002         publishing directory, convert it to a directory filename.
4003         (org-publish-project): New alias.
4004         (org-publish-get-files): Protect against empty p.
4005         (org-publish-file): Send an error when file is not part of any project.
4006         (org-publish-file): Offer to refresh the list of files in known
4007         project when the current file is not part of any project.
4008         (org-publish-before-export-hook)
4009         (org-publish-after-export-hook): New hooks.
4010         (org-publish-org-to): Use new hooks and kill buffers.
4011         (org-publish-file): Remove the code for killing buffers.
4012         (org-publish-initialize-files-alist): Use interactive.
4013         (org-publish-file): If the publishing function creates a new
4014         buffer, kill it after publishing.
4015         (org-publish-timestamp-filename): Protect ":" in file name path
4016         under windows.
4018         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4019         change that killed the LaTeX buffer.
4021         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4022         in the decision tree.
4023         (org-select-remember-template): Clean the code.
4024         (org-prepare-dblock): Add the extra :content parameter.
4025         (org-write-agenda): New output type ".ics" files.
4026         (org-write-agenda): Call `org-icalendar-verify-function', both for
4027         time stamps and for TODO entries.
4028         (org-agenda-collect-markers, org-create-marker-find-array)
4029         (org-check-agenda-marker-table): New functions.
4030         (org-agenda-marker-table): New variable.
4031         (org-export-as-html): Revert the change that killed the html
4032         buffer.  Side effects first need to be studied carefully.
4033         (org-get-tags-at): Fix the structure of the condition-case statement.
4034         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4035         (org-timestamp-change): Fix regulear expressions to swallow the
4036         extra character for repeat-shift control.
4037         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4038         (org-get-legal-level): Alias to `org-get-valid-level'.
4039         (org-dblock-write:clocktable): Add a :link parameter, linking
4040         headlines to their location in the Org agenda files.
4041         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4042         throwing an error when getting tags before headlines.
4043         (org-timestamp-change, org-modify-ts-extra)
4044         (org-ts-regexp1): Fix timestamp editing.
4045         (org-agenda-custom-commands-local-options): New constant.
4046         (org-agenda-custom-commands):
4047         Use `org-agenda-custom-commands-local-options' to improve customize
4048         type.  "htmlize": Removed hack to fix face problem with htmlize,
4049         it no longer seem necessary.
4050         (org-follow-link-hook): New hook.
4051         (org-agenda-custom-commands): Add "Component" as a tag for each
4052         item in a command serie.
4053         (org-open-at-point): Run `org-follow-link-hook'.
4054         (org-agenda-schedule): Bugfix: don't display marker type when it
4055         is nil.
4056         (org-store-link): org-irc required.
4057         (org-set-regexps-and-options): Parse the new logging options.
4058         (org-extract-log-state-settings): New function.
4059         (org-todo): Handle the new ways of recording state change stuff.
4060         (org-local-logging): New function.
4061         (org-columns-open-link): Fix bug with opening link in column view.
4062         (org-local-logging): New function
4063         (org-todo): Make sure that LOGGING properties are honoured.
4064         (org-todo-keywords): Improve docstring.
4065         (org-startup-options): Cleanup startup options.
4066         (org-set-regexps-and-options): Process the "!" markers.
4067         (org-todo): Respect the new logging stuff.
4068         (org-log-note-how): New variable.
4069         (org-add-log-maybe): New parameter HOW that defines how logging
4070         should be done and also overrides PURPOSE.  Add a docstring.
4071         (org-add-log-note): Check if we really need to ask for a note.
4072         (org-get-current-options): Digest the new keyword.
4073         (org-agenda-reset-markers): Rename from
4074         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
4075         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4076         function, without force argument.
4077         (org-buffer-property-keys): Bind local variables s and p.
4078         (org-make-tags-matcher): Allow "" to match an empty or
4079         non-existent property value.
4080         (org-export-as-html): Join unsorted lists when they directly
4081         follow each other.  Such lists may be created by headlines that
4082         are converted to lists.
4083         (org-nofm-to-completion): New function.
4084         (org-export-as-html): Use :html-extension instead of
4085         org-export-html-extension.
4086         (org-store-link): Support for links from `rmail-summary-mode'.
4087         (org-columns-new, org-complete, org-set-property): Set the
4088         `include-columns' argument in the call to
4089         `org-buffer-property-keys'.
4090         (org-buffer-property-keys): New argument `include-columns', to
4091         include properties expected by any of the COLUMS formats in the
4092         current buffer.
4093         (org-cleaned-string-for-export): Get rid of drawers first, so that
4094         they will be removed also in the text before the first headline.
4095         (org-clock-report): Show the clocktable when found.
4096         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4097         (org-version): With prefix argument, insert `org-version' at point.
4098         (org-agenda-goto): Recenter the window after finding the target
4099         location, to make sure the correct position will be displayed.
4100         (org-agenda-get-deadlines): Don't scale priority with the warning
4101         period.
4102         (org-insert-heading): Don't break line in the middle of the line.
4103         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4104         be 0.
4105         (org-update-checkbox-count): Revamp to deal with hierarchical
4106         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
4107         (org-remove-timestamp-with-keyword): New function.
4108         (org-schedule, org-deadline):
4109         Use `org-remove-timestamp-with-keyword' to make sure all such time
4110         stamps are removed.
4111         (org-mode): Support for `align'.
4112         (org-agenda-get-deadlines): Make sure priorities increase as the
4113         due date approaches and is passed.
4114         (org-remember-apply-template): Fix problem with tags that
4115         contain "_" or "@".
4116         (org-make-link-regexps): Improve the regular expression for plain links.
4117         (org-agenda-get-closed): List each clocking entry.
4118         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4119         (org-special-ctrl-k): New option.
4120         (org-kill-line): New function.
4121         (org-archive-all-done): Fix incorrect number of stars in regexp.
4122         (org-refile-get-location): New function.
4123         (org-refile-goto-last-stored): New function.
4124         (org-global-tags-completion-table): Add the value of org-tag-alist
4125         in each buffer, to make sure that also unused tags will be
4126         available for completion.
4127         (org-columns-edit-value)
4128         (org-columns-next-allowed-value): Only update if not in agenda.
4129         (org-clocktable-steps): New function.
4130         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4131         (org-archive-subtree): Add the outline tree context as a property.
4132         (org-closest-date): New optional argument `prefer'.
4133         (org-goto-auto-isearch): New option.
4134         (org-goto-map, org-get-location): Implement auto-isearch.
4135         (org-goto-local-auto-isearch-map): New variable.
4136         (org-goto-local-search-forward-headings)
4137         (org-goto-local-auto-isearch): New functions.
4139 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
4141         * textmodes/org-irc.el: New file.
4143 2008-03-13  John Wiegley  <johnw@gnu.org>
4145         * textmodes/org-mac-message.el: New file.
4147 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
4149         * font-lock.el (font-lock-comment-face): Set the foreground for
4150         the light background 8 colors case.
4152 2008-03-13  Glenn Morris  <rgm@gnu.org>
4154         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4155         generate-autoload-cookie patterns.
4157         * startup.el (command-line-1): Rename -scriptload to -internal-script.
4159         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4160         (MH_E_SRC): Remove variable.
4161         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4162         Simplify file header.  Use $@ for generated-autoload-file.
4164         * Makefile.in (LOADDEFS): New variable.
4165         (AUTOGENEL): Use $LOADDEFS.
4166         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4167         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4168         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4169         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4170         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4171         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4172         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4173         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4174         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4175         Add calendar-specific autoload cookies, and remove any setting of
4176         generated-autoload-file.
4177         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4178         * calendar/diary-lib.el: Replace explicit autoloads with reading of
4179         diary-loaddefs.
4180         * calendar/holidays.el: Replace explicit autoloads with reading of
4181         hol-loaddefs.
4183         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4184         (calendar-buffer-list): Simplify.
4185         (generate-calendar-window): Use calendar-mark-holidays rather than
4186         obsolete alias.
4188         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4189         Use cal-hebrew-yahrzeit-buffer.
4191         * calendar/cal-x.el (calendar-only-one-frame-setup)
4192         (calendar-two-frame-setup): Doc fixes.
4193         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4195         * calendar/appt.el (appt-mode-string): Mark as risky.
4196         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4198         * calendar/cal-html.el (diary-list-entries):
4199         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4200         (calendar-iso-from-absolute): Fix autoloads.
4202         * calendar/cal-iso.el (calendar-absolute-from-iso)
4203         (calendar-iso-read-args): Simplify.
4204         (calendar-iso-date-string, calendar-iso-read-args)
4205         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4207         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4208         (displayed-month, displayed-year): Move declarations where needed.
4209         (calendar-print-astro-day-number): Doc fix.
4211         * calendar/cal-persia.el (persian-calendar-month-name-array)
4212         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4213         (persian-prompt-for-date): Remove local variable `today'.
4215         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4217         * calendar/solar.el (solar-moment, solar-exact-local-noon)
4218         (solar-sunrise-sunset, solar-sunrise-sunset-string)
4219         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4220         (diary-sabbath-candles, solar-equinoxes/solstices)
4221         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4222         (solar-time-equation, solar-date-to-et): Simplify.
4224         * mail/supercite.el: Remove the `function' in `(function (lambda'.
4225         Replace `(car (cdr' with cadr'.
4227         * progmodes/f90.el (f90-font-lock-n): New function.
4228         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4229         Use f90-font-lock-n.
4230         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4232         * progmodes/f90.el (f90-mode-abbrev-table):
4233         * progmodes/fortran.el (fortran-mode-abbrev-table):
4234         Use newer form of define-abbrev, where supported.  No need to bind
4235         abbrevs-changed for system abbrevs.
4237 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4239         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4240         delete-frame-functions.
4242         * bookmark.el (Info-current-node): Remove.
4244 2008-03-12  Juri Linkov  <juri@jurta.org>
4246         * help.el (describe-project): Remove defaliases for view-todo and
4247         describe-project that are now unnecessary after the merge from
4248         emacs--rel--22 that added define-obsolete-function-alias.
4250         * startup.el (inhibit-startup-screen): Revert incomplete
4251         2008-03-10 merge from emacs--rel--22 that partly reverted
4252         2008-02-28 change that added initial message to *scratch* buffer
4253         regardless of the value of `inhibit-startup-screen'.
4254         Now keep this change in the trunk, but not in the 22 branch.
4256 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * international/quail.el (quail-setup-completion-buf, quail-help):
4259         * mail/binhex.el (binhex-decode-region-internal):
4260         * mail/uudecode.el (uudecode-decode-region-internal):
4261         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4262         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4263         setting default-enable-multibyte-characters.
4265         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4267         * comint.el: Fix up indentation and comment style.  Remove `function'.
4269         * international/mule-cmds.el (reset-language-environment)
4270         (set-language-environment-nonascii-translation):
4271         Don't set-unibyte-charset.
4273         * doc-view.el: Remove all cb-args, use closures instead.
4274         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4275         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4276         doing an incorrect check).  Update all callers to use the new name.
4277         (doc-view-doc->txt): Add missing `txt' argument.
4279 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4281         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4282         md5 sum calculation to single-byte.
4284 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * doc-view.el (doc-view-new-window-function): Add assertion.
4287         (doc-view-doc-type): New var.
4288         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4289         (doc-view-intersection): New fun.
4290         (doc-view-mode): Use it to set the new var.
4292 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
4294         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4295         (doc-view-already-converted-p): New functions.
4296         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4297         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4298         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4299         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4300         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4301         (doc-view-convert-current-doc): Don't hardwire the functions the
4302         sentinels call.  Now they're provided by two args CALLBACK and
4303         CB-ARGS to the functions.
4304         (doc-view-search): Use doc-view-doc->txt.
4305         (doc-view-initiate-display): Use doc-view-already-converted-p.
4306         Mention new binding C-c C-t if doc-view-mode doesn't work.
4308 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
4310         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4312 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4314         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4315         Mark " outside of tags as punctuation.
4317 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * menu-bar.el (minibuffer-local-map): Use the same command for the
4320         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4321         Prefer RET over C-j for exit-minibuffer.
4323         * files.el (display-buffer-other-frame): Eliminate problematic code.
4325         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4326         (menu-bar-select-buffer): Remove.
4327         (menu-bar-select-frame): Make non-interactive and take a frame arg.
4328         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4330 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
4332         * icomplete.el (icomplete-completions): Remove obsolete code.
4334         * net/net-utils.el (iwconfig-program-options): Doc fix.
4335         (net-utils-run-program, run-network-program): Define as functions.
4337 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
4339         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4341 2008-03-11  Glenn Morris  <rgm@gnu.org>
4343         * faces.el (mode-line-emphasis): New face.
4344         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4346         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4348 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
4350         * simple.el (set-mark-command): Doc fix.
4352 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4356         * emacs-lisp/autoload.el (autoload-find-destination):
4357         Don't force raw-text.
4359         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4360         * calendar/cal-loaddefs.el: Don't version control.
4362 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4364         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4365         entries and add :help to the existing ones.
4367 2008-03-10  Glenn Morris  <rgm@gnu.org>
4369         * calendar/cal-hebrew.el (date, entry, number): Move declarations
4370         to where they are needed.
4372         * calendar/calendar.el (diary-file, hebrew-holidays-1)
4373         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4374         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4375         (calendar-version): Doc fixes.
4376         (calendar-absolute-from-gregorian): Use zerop.
4377         (calendar-mode-line-format): Make it a defcustom.
4379         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4380         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4381         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4382         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4383         (mark-included-diary-files, mark-calendar-days-named)
4384         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4385         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4386         (insert-monthly-diary-entry, insert-yearly-diary-entry)
4387         (insert-anniversary-diary-entry, insert-block-diary-entry)
4388         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4389         (diary-font-lock-sexps): Doc fixes.
4390         (diary-remind-message, mark-calendar-month): Use zerop.
4391         (diary-attrtype-convert, diary-pull-attrs): Simplify.
4392         (diary-list-entries): Revert let to let* (previous change).
4394         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4396 2008-03-10  Kim F. Storm  <storm@cua.dk>
4398         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4399         function aliases for the old names.
4401 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
4403         * iswitchb.el (iswitchb-use-faces): Doc fix.
4404         (iswitchb-buffer-ignore, iswitchb-read-buffer):
4405         Fix typos in docstrings.
4407 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4409         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4410         Fix typo.
4411         (verilog-type-font-keywords): Reindent.
4413 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
4415         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4416         grouping-keyword regular expression.
4417         (verilog-font-lock-keywords): Allow users to toggle special
4418         highlight of grouping-keywords.
4419         (verilog-highlight-grouping-keywords): The toggle for special
4420         highlighting of grouping keywords.
4422 2008-03-10  Juri Linkov  <juri@jurta.org>
4424         * startup.el: Revert 2008-02-28 change that adds initial message
4425         to *scratch* buffer regardless of the value of
4426         `inhibit-startup-screen'.
4428 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
4430         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4431         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4432         * progmodes/verilog-mode.el (verilog-mode):
4433         * net/socks.el (socks):
4434         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4436 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4439         (doc-view-bookmark-make-record): Use them.
4440         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
4441         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4443         * bookmark.el (bookmark-make-record-function): Change expected return
4444         value to include a suggested bookmark name.
4445         (bookmark-make): Split into bookmark-make-record and bookmark-store.
4446         Fix reversed `overwrite' semantics.
4447         (bookmark-set): Call bookmark-make-record before prompting the user.
4448         Then pass the result to bookmark-store later on.
4449         (bookmark-make-name-function): Remove.
4450         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4451         * info.el (bookmark-make-name-function): Remove.
4452         (Info-mode): Don't set it.
4453         (Info-bookmark-make-name): Remove.
4454         (Info-bookmark-make-record): Use Info-current-node as suggested default
4455         bookmark name.
4457         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4458         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4459         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4460         (bookmark-annotation-buffer, bookmark-annotation-file)
4461         (bookmark-annotation-point, bookmark-send-annotation)
4462         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4463         (bookmark-edit-annotation-text-func): Rename from
4464         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
4465         (bookmark-edit-annotation-mode-map): Move initialization into
4466         declaration.
4468         * bookmark.el: Remove spurious * in docstrings.
4469         (bookmark-minibuffer-read-name-map): New var.
4470         (bookmark-set): Use it.  Also pass the default value as it should.
4471         (bookmark-send-edited-annotation): Take no chances with text properties.
4472         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4473         (bookmark-insert-buffer-name): Remove.
4474         (bookmark-buffer-file-name): Signal an error rather than returning nil.
4476 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
4478         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4480 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
4482         * diff-mode.el (diff-mode-menu): Add :help.
4484 2008-03-09  Glenn Morris  <rgm@gnu.org>
4486         * calendar/calendar.el (general-holidays, oriental-holidays)
4487         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4488         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4489         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4490         (calendar-holidays): Restore autoload cookies, because people are
4491         used to using these variables without loading calendar.el.
4493         * calendar/cal-islam.el (diary-islamic-date): Move to end.
4494         (date, number): Declare where needed.
4496         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4497         (list-sexp-diary-entries): Doc fixes.
4498         (diary-list-entries): Doc fix.  Remove free variable `entry'.
4499         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
4500         Simplify setting of `date-holiday-list'.
4501         (mark-diary-entries): Remove free variable `entry'.
4502         (diary-list-entries, include-other-diary-files, fancy-diary-display):
4503         Use let where let* is not needed.
4505 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4507         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4508         make-record function, instead paste it in afterwards.
4509         (bookmark-make-record-for-text-file):
4510         * doc-view.el (doc-view-bookmark-make-record):
4511         * info.el (Info-bookmark-make-record): Don't mess with annotations.
4513 2008-03-08  Glenn Morris  <rgm@gnu.org>
4515         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4517 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * calendar/diary-lib.el (diary-list-entries)
4520         (include-other-diary-files, mark-diary-entries)
4521         (mark-sexp-diary-entries, mark-included-diary-files)
4522         (diary-entry-time, list-sexp-diary-entries): Remove the special
4523         handling of ^M that dates back to the use of selective-display.
4524         (simple-diary-display): Obey setting of pop-up-frames.
4525         (body, entry): Remove unnecessary declarations.
4527         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4528         (bookmark-get-annotation, bookmark-set-annotation)
4529         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4530         (bookmark-set-position, bookmark-get-front-context-string)
4531         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4532         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4533         * info.el (Info-bookmark-make-record): Don't bother recording point.
4534         (bookmark-get-filename, bookmark-get-front-context-string)
4535         (bookmark-get-rear-context-string, bookmark-get-position):
4536         Don't declare any more.
4537         (bookmark-get-info-node): Remove.
4538         (bookmark-prop-get): Declare.
4539         (Info-bookmark-jump): Use it.
4541 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
4543         * subr.el (while-no-input): Don't splice BODY directly into the
4544         `or' form.
4546 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
4548         * diff-mode.el (diff-ignore-whitespace-hunk):
4549         Bind inhibit-read-only before trying to change the buffer.
4551 2008-03-08  Glenn Morris  <rgm@gnu.org>
4553         * calendar/appt.el (appt): Move custom group here from calendar.el.
4554         (appt-disp-window, appt-convert-time): Doc fixes.
4556         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4557         (calendar-bahai-mark-date-pattern):
4558         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4559         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4560         * calendar/cal-julian.el (calendar-absolute-from-julian):
4561         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4563         * calendar/cal-china.el (chinese-calendar): Move custom group here from
4564         calendar.el.
4565         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4566         Make constants.
4567         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4568         (chinese-calendar-daylight-savings-starts)
4569         (chinese-calendar-daylight-savings-ends)
4570         (chinese-calendar-daylight-savings-starts-time)
4571         (chinese-calendar-daylight-savings-ends-time)
4572         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4573         Doc fixes.
4575         * calendar/cal-coptic.el (coptic-name): Add doc string.
4577         * calendar/cal-french.el (french-calendar-month-name-array)
4578         (french-calendar-day-name-array, french-calendar-special-days-array):
4579         Add doc strings.
4581         * calendar/cal-bahai.el (diary-bahai-mark-entries)
4582         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4583         (diary-bahai-insert-yearly-entry):
4584         * calendar/cal-dst.el (calendar-next-time-zone-transition)
4585         (calendar-time-zone):
4586         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4587         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4588         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4589         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4590         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4591         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4592         (list-islamic-diary-entries, mark-islamic-diary-entries)
4593         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4594         (insert-yearly-islamic-diary-entry):
4595         * calendar/cal-iso.el (calendar-iso-read-args):
4596         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4597         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4598         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4599         (calendar-next-calendar-round-date)
4600         (calendar-mayan-long-count-common-era):
4601         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4602         (cal-menu-x-popup-menu, calendar-mouse-holidays)
4603         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4604         (calendar-mouse-goto-date):
4605         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4606         * calendar/holidays.el (holidays):
4607         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4608         * calendar/time-date.el (date-to-time, time-subtract, time-add)
4609         (safe-date-to-time): Doc fixes.
4611         * calendar/cal-persia.el (persian-calendar-month-name-array)
4612         (persian-calendar-epoch): Make constants.
4614         * calendar/cal-tex.el (calendar-tex): Move custom group here from
4615         calendar.el.
4617         * calendar/cal-x.el (diary-frame-parameters)
4618         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4619         (calendar-after-frame-setup-hooks): Make defcustoms.
4620         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4621         (calendar-two-frame-setup): Doc fix.
4623         * calendar/cal-loaddefs.el: New file.
4625         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4626         * calendar/cal-french.el, calendar/cal-html.el:
4627         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4628         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4629         * calendar/cal-tex.el, calendar/cal-x.el:
4630         Unquote lambda functions.  Add autoload cookies to functions formerly
4631         autoloaded in calendar.el.  Set `generated-autoload-file' to
4632         "cal-loaddefs.el".
4634         * calendar/calendar.el: Move many autoloads to separate file,
4635         cal-loaddefs.el.  Move defcustoms to start and re-order.
4636         (calendar-month-name-array, calendar-starred-day): No need to
4637         declare for compiler.
4638         (cal-loaddefs): Require it.
4639         (appt, chinese-calendar, calendar-tex): Move custom groups to the
4640         appropriate file.
4641         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4642         Reverse logic.
4643         (diary-face, diary-file-name-prefix-function, diary-include-string)
4644         (diary-glob-file-regexp-prefix, diary-face-attrs)
4645         (diary-file-name-prefix, sexp-diary-entry-symbol)
4646         (print-diary-entries-hook, list-diary-entries-hook)
4647         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4648         (nongregorian-diary-marking-hook, diary-list-include-blanks):
4649         Move to diary-lib.
4650         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4651         (all-bahai-calendar-holidays): Doc fix.
4652         (calendar-insert-indented): Doc fix.  Use when rather than if.
4653         (exit-calendar): Use mapc rather than mapcar.
4654         (calendar-cursor-to-date): Use zerop.
4655         (calendar-mark-ring): Add doc-string.
4656         (calendar-starred-day): Defvar it.
4657         (calendar-mode): Make calendar-starred-day local.
4658         (calendar-star-date): No need to make calendar-starred-day local.
4660         * calendar/diary-lib.el: Move defcustoms to start.
4661         (diary-include-string, diary-list-include-blanks)
4662         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4663         (diary-file-name-prefix, diary-file-name-prefix-function)
4664         (sexp-diary-entry-symbol, list-diary-entries-hook)
4665         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4666         (nongregorian-diary-marking-hook, print-diary-entries-hook):
4667         Move here from calendar.el.
4668         (diary-file-name-prefix-function): Use 'identity.
4669         (diary-face): Make it a defcustom, and mark as obsolete.
4670         (top-level): No need to require cal-hebrew, cal-islam when compiling.
4671         (calendar-hebrew-month-name-array-leap-year)
4672         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4673         Define for compiler.
4674         (diary-font-lock-keywords): Use format rather than concat.
4675         Add bahai-diary-entry-symbol.
4677         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4678         * calendar/solar.el: Unquote lambda functions.
4680         * calendar/solar.el (calendar-location-name, calendar-latitude)
4681         (calendar-longitude, solar-setup, solar-sin-degrees)
4682         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4683         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4684         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4685         (solar-exact-local-noon, solar-julian-ut-centuries)
4686         (solar-ephemeris-time, solar-date-next-longitude)
4687         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4688         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4689         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4690         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4691         Doc fixes.
4692         (solar-horizontal-coordinates, solar-equatorial-coordinates)
4693         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4694         (solar-ecliptic-coordinates): Use unless.
4695         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4696         Use or.
4698         * calendar/timeclock.el: Add doc-strings to all functions.
4699         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4700         (timeclock-entry-list-length, timeclock-entry-list-projects)
4701         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4703         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4705         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4706         (org-get-entries-from-diary): Require diary-lib.
4708 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
4710         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4711         Pacify byte-compiler.
4713 2008-03-07  Alan Mackenzie  <acm@muc.de>
4715         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4716         paren/bracket pairs parsed, to solve performance problem.
4718 2008-03-07  Bastien Guerry  <bzg@altern.org>
4720         * bookmark.el (bookmark-set): Don't check for
4721         `bookmark-make-name-function' since `bookmark-buffer-file-name'
4722         already takes care of this.
4723         (bookmark-buffer-name, bookmark-buffer-file-name):
4724         Remove Info-mode specific code.
4726         * info.el (bookmark-get-info-node): Define this function in
4727         info.el, not in bookmark.el.
4728         (Info-mode): Set `bookmark-make-name-function' to
4729         `Info-bookmark-make-name' locally.
4730         (Info-bookmark-make-name): New function.
4732         * bookmark.el (bookmark-make-name-function): New variable.
4734 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4736         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4737         buffer-local, not `bookmark-make-cell-function' (the old name).
4739 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
4741         * doc-view.el (doc-view-bookmark-make-record):
4742         * image-mode.el (image-bookmark-make-record):
4743         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4745 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
4747         * vc.el (vc-status-menu-map-filter): Return orig-binding if
4748         boundp 'vc-ignore-menu-filter.
4749         (vc-status-tool-bar-map): Make it defvar.
4750         (vc-status-mode): vc-status-tool-bar-map now variable.
4751         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4753 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4755         Give a better name to part of the bookmark interface.
4757         This was originally a much larger change, but halfway through I
4758         updated and discovered that Stefan Monnier had done the rest.
4759         It looks like he anticipated the new name too, because he used
4760         `the-record' instead of `the-cell' for some internal variable names.
4762         * bookmark.el (bookmark-make-record-function): Was
4763         `bookmark-make-cell-function'.
4764         (bookmark-make, bookmark-send-annotation): Update for above.
4765         (bookmark-make-record-for-text-file):
4766         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4768         * info.el: Adjust accordingly.
4769         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4771         * image-mode.el: Adjust accordingly.
4772         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4774         * doc-view.el: Adjust accordingly.
4775         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4777 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4780         Move initialization into declaration.
4781         (bookmark-get-info-node, bookmark-set-info-node): Remove.
4782         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4783         (bookmark-info-current-node): Remove.
4784         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4785         Add relocation fallback.  Set bookmark-current-bookmark.
4786         (bookmark-default-handler): Rename from bookmark-jump-noselect.
4787         Remove relocation fallback.  Don't set bookmark-current-bookmark.
4788         (bookmark-set): Let it be used even if there's no buffer-file-name
4789         as long as there is a bookmark-make-cell-function.
4790         * info.el (Info-bookmark-jump): Remove relocation fallback.
4791         Don't set bookmark-current-bookmark.
4793 2008-03-07  Glenn Morris  <rgm@gnu.org>
4795         * calendar/appt.el (appt-issue-message)
4796         (appt-message-warning-time, appt-audible, appt-visible)
4797         (appt-msg-window, appt-display-mode-line, appt-display-duration)
4798         (appt-display-diary): Remove autoload cookies.
4800         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4801         Remove leading `*' from defcustom doc-strings.
4803         * calendar/cal-dst.el (calendar-dst): New custom group.
4804         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4805         (calendar-time-zone, calendar-daylight-time-offset)
4806         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4807         (calendar-daylight-savings-starts-time)
4808         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4809         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4810         Move to start.
4812         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4814         * calendar/calendar.el (calendar-version): Use emacs-version and
4815         make it obsolete.  Move to end.
4816         (calendar-offset, view-diary-entries-initially)
4817         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4818         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4819         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4820         (all-bahai-calendar-holidays, calendar-load-hook)
4821         (initial-calendar-window-hook, today-visible-calendar-hook)
4822         (today-invisible-calendar-hook, calendar-move-hook)
4823         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4824         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4825         (diary-include-string, sexp-diary-entry-symbol)
4826         (abbreviated-calendar-year, american-date-diary-pattern)
4827         (european-date-diary-pattern, european-calendar-display-form)
4828         (american-calendar-display-form, print-diary-entries-hook)
4829         (list-diary-entries-hook, diary-hook, diary-display-hook)
4830         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4831         (nongregorian-diary-marking-hook, diary-list-include-blanks)
4832         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4833         (local-holidays, other-holidays, hebrew-holidays-1)
4834         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4835         (hebrew-holidays, christian-holidays, islamic-holidays)
4836         (bahai-holidays, solar-holidays, calendar-setup)
4837         (calendar-week-start-day): Remove autoload cookies.
4838         (diary-glob-file-regexp-prefix): Doc fix.
4839         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4840         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4841         (calendar-week-start-day, calendar-debug-sexp): Move to start.
4843         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4844         (calendar-time-display-form, calendar-latitude)
4845         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4846         cookies.
4847         (calendar-latitude, calendar-longitude): Move functions after
4848         variables.
4849         (diary-sabbath-candles-minutes): Move to start.
4850         (solar-setup): Use or rather than if.
4851         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4852         Remove condition-case.
4853         (solar-atn2): Use zerop.
4854         (solar-equinoxes-solstices): Doc fix.
4856         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4857         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
4859         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4860         (calendar-longitude, calendar-latitude, calendar-location-name):
4861         Declare for compiler.
4863 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * arc-mode.el (archive-ar-file-header-re): New const.
4866         (archive-ar-summarize, archive-ar-extract): New funs.
4867         (archive-find-type): Recognize ar archives.
4869         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4870         New functions.
4872         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4874 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
4876         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4877         Replace :enable (mark-active) with :enable mark-active.
4879 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
4881         * vms-patch.el (make-legal-file-name): New obsolete alias.
4882         (make-valid-file-name): Rename from `make-legal-file-name'.
4883         (make-auto-save-file-name): Use it.
4885         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4886         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4887         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4889         * textmodes/org.el (org-export-html-style): Doc fix.
4890         (org-get-legal-level): New obsolete alias.
4891         (org-get-valid-level): Rename from `org-get-legal-level'.
4892         (org-promote, org-demote, org-archive-subtree)
4893         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4895 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
4897         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4899         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4900         (vc-status-toggle-mark): New functions.
4901         (vc-status-mode): Set tool bar map.
4903 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
4905         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4906         Reported by Drew Adams <drew.adams@oracle.com>.
4908 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
4910         * subr.el (read-quoted-char): Resolve modifers of the character
4911         event.
4913         * comint.el (comint-exec-1): Don't change the coding-system for
4914         decoding to dos-like EOL.
4915         (comint-carriage-motion): Fully rewrite.
4917 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
4919         * epg.el (epg-context-include-certs): Reflow docstring.
4920         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4921         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4922         (epg-context-set-signers, epg-context-set-sig-notations)
4923         (epg-make-import-status, epg-make-import-result)
4924         (epg-start-delete-keys): Fix typos in docstrings.
4925         (epg-start-sign-keys, epg-sign-keys):
4926         Fix typos in obsolescence declarations.
4928         * iswitchb.el: Don't check for `cadr' and `last'.
4929         (iswitchb-define-mode-map, iswitchb-default-keybindings):
4930         Add obsolescence declaration and remove redundant info from docstring.
4931         (iswitchb-set-common-completion, iswitchb-set-matches)
4932         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4933         (recentf-list, most-len, most-is-exact):
4934         Don't wrap defvars within `eval-when-compile'.
4936 2008-03-05  Glenn Morris  <rgm@gnu.org>
4938         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4939         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4940         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4941         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4942         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4944         * ediff-hook.el (ediff-window-setup-function): Don't autoload
4945         declaration for compiler.
4946         (ediff-xemacs-init-menus): Use when rather than if.
4948         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4949         if+and to just and.
4950         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4951         (ediff-delete-overlay): Move the XEmacs test inside the definition.
4953         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4955         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4956         test inside XEmacs test.
4957         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4958         since it was doing nothing on Emacs.
4959         (ediff-make-bullet-proof-overlay): Use when rather than if.
4961         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4962         (ediff-setup-control-frame): Remove
4963         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4964         a (featurep 'xemacs) test.
4966 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
4968         * calc/calc-ext.el (calc-extended-command-history): New variable.
4969         (calc-exectute-extended-command): Use `calc-extended-command-history'.
4971 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
4973         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
4974         (standard-mode-line-position): Add mouse-face.
4976         * progmodes/compile.el (compilation-menu-map):
4977         (compilation-mode-map):
4978         * progmodes/grep.el (grep-mode-map): Add :help.
4980         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4981         initialize in one step.  Add :help.  Use :enable to activate menu
4982         items.  Show the key binding for edebug-defun.
4983         (lisp-interaction-mode-map): Add a menu.
4985         * term.el (term-mode-map): Define and initialize in one step.
4987         * ediff-init.el (ediff-color-display-p): Simplify.
4988         (Xor): Remove unused function.
4989         (ediff-with-syntax-table): Simplify for Emacs.
4991         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4992         menu-bar being loaded, it always is.
4994 2008-03-05  Glenn Morris  <rgm@gnu.org>
4996         * textmodes/tex-mode.el (tex-mode): Suppress warning about
4997         multiple definitions when compiling.
4999 2008-03-04  Alan Mackenzie  <acm@muc.de>
5001         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5003         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5004         doc-string, "c-old-LEN" -> "c-old-END".
5006 2008-03-04  Jason Rumney  <jasonr@gnu.org>
5008         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5009         namespaces.
5011 2008-03-04  Glenn Morris  <rgm@gnu.org>
5013         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5015         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5016         than mapcar.
5018 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5021         (byte-compile-nilconstp): Can't use recursion in a defsubst.
5023         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5024         so that M-q can fill comments.
5025         (tex-executable-exists-p, tex-compile): Extend with special syntax for
5026         commands implemented in elisp.
5027         (tex-compile-commands): Add an entry to use doc-view for pdf files.
5028         (tex-format-cmd): New function.
5029         (tex-compile): Use it to let the user specify default arguments.
5030         (tex-cmd-bibtex-args): New var.
5031         (tex-cmd-doc-view): New function.
5033 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
5035         * faces.el (face-spec-set): Fix typos in docstring.
5037 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
5039         * bindings.el (mode-line-column-line-number-mode-map): New variable.
5040         (standard-mode-line-position): Use it to add a menu for toggling
5041         column number and line number display.
5043 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5045         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5046         Remove optimization that was working around the form-code-walker bug.
5048         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5049         Walk into the body of lambdas after byte-compile-unfold-lambda.
5051 2008-03-03  Glenn Morris  <rgm@gnu.org>
5053         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5054         value, if set, over frame value.
5056         * simple.el (transient-mark-mode): Don't turn on by default.
5058         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5059         accidentally removed by the 2007-12-05 merge from Gnus.
5061 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
5063         * progmodes/compile.el (compilation-menu-map): Add menu entries
5064         for useful options.
5066 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
5067             Glenn Morris  <rgm@gnu.org>
5069         * emacs-lisp/bytecomp.el (byte-recompile-directory)
5070         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5071         Give a `bytecomp-' prefix to local variables with common names.
5073 2008-03-01  Glenn Morris  <rgm@gnu.org>
5075         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5076         code commented out 2007-11-10.
5078         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5080         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5081         Delete macro.
5082         * emulation/viper-cmd.el, emulation/viper-ex.el:
5083         * emulation/viper-init.el, emulation/viper-keym.el:
5084         * emulation/viper-mous.el, emulation/viper-util.el:
5085         * emulation/viper.el:
5086         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5087         featurep test.
5089         Replace obselete frame-local variables with frame-parameters.
5090         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5091         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5092         (viper-vi-state-cursor-color): Only call make-variable-frame-local
5093         on XEmacs.
5094         * emulation/viper-util.el (viper-frame-value): New macro.
5095         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5096         (viper-R-state-post-command-sentinel)
5097         (viper-replace-state-post-command-sentinel)
5098         (viper-change-state-to-insert, viper-change-state-to-emacs):
5099         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5100         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5101         (viper-get-saved-cursor-color-in-insert-mode)
5102         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5103         Use viper-frame-value for viper-replace-overlay-cursor-color,
5104         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5105         viper-vi-state-cursor-color values.
5107         * emulation/viper-cmd.el (zmacs-region-stays):
5108         * emulation/viper-util.el (zmacs-region-stays): No need to define
5109         for compiler.
5111         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5112         mapcar on Emacs.
5114         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5115         on XEmacs.
5117         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5118         rather than if.
5120 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5122         * whitespace.el: New version 9.3.  As the glyph code generation was
5123         fixed, it is possible now to use character code above ?\x1FFFF in the
5124         display table.  Fix `whitespace-indentation-regexp' to not include an
5125         extra ending character.  Reported by Michael Welsh Duggan
5126         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
5127         the original whitespace package had.  Suggested by Eric Cooper
5128         <ecc@cmu.edu>.  Doc fix.
5129         (whitespace-action): New option.
5130         (whitespace-display-mappings): Changed default newline visualization to
5131         display downwards arrow, as the glyph code generation was fixed.
5132         (whitespace-unload-function): Assure that all local whitespace mode is
5133         turned off.
5134         (whitespace-global-modes): Fix type customization.
5135         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5136         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5137         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5138         Fix code.
5139         (whitespace-buffer): Command removed.
5140         (whitespace-trailing-regexp, whitespace-mark-x)
5141         (whitespace-display-window, whitespace-action-when-on)
5142         (whitespace-add-local-hook, whitespace-remove-local-hook)
5143         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5144         (whitespace-action): New funs.
5145         (whitespace-report-list, whitespace-report-text)
5146         (whitespace-report-buffer-name): New consts.
5147         (whitespace-report, whitespace-report-region): New commands.
5149 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5151         * disp-table.el (make-glyph-code): Don't test the result of
5152         `face-id', which already signals an error for invalid faces.
5153         (glyph-face): Simplify.
5155         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5156         running `desktop-not-loaded-hook' to allow modifying it.
5157         Don't show warning message if `desktop-dirname' was modified.
5159 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5162         we still expect more lines.
5164         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5165         comment-paragraph filling if the commark doesn't match
5166         comment-start-skip.
5168 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
5170         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5171         the `imap' variant.
5173 2008-03-01  Jason Rumney  <jasonr@gnu.org>
5175         * files.el (make-auto-save-file-name): Encode more characters in
5176         non-file buffer names.  Use url-encoding.
5178 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5180         * net/net-utils.el (ftp-program): Fix typo in docstring.
5181         (ifconfig-program-options, netstat-program-options)
5182         (arp-program-options, route-program-options, nslookup-program-options)
5183         (ftp-program-options, smbclient-program-options)
5184         (dns-lookup-program-options, arp, route): Doc fixes.
5186         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5187         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5188         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5189         Fix typos in docstrings.
5190         (gdb-pending-triggers): Reflow docstring.
5191         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5193 2008-03-01  Alan Mackenzie  <acm@muc.de>
5195         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5196         typing "#" at EOB.
5198 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
5200         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5202 2008-02-29  Kim F. Storm  <storm@cua.dk>
5204         * emulation/cua-base.el (cua-remap-control-v)
5205         (cua-remap-control-z): New defcustoms.
5206         (cua-mode): Add them to set-after property.
5207         (cua--init-keymaps): Use them.
5208         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5210         * help.el (view-emacs-todo): Rename from view-todo.
5211         (describe-gnu-project): Rename from describe-project.  Users changed.
5212         (view-help-file): New helper function.
5213         (describe-distribution, describe-copying, describe-gnu-project)
5214         (view-todo, view-order-manuals, view-emacs-problems): Use it.
5215         (view-emacs-debugging, view-external-packages): New commands.
5216         (help-map): Move describe-distribution to C-h C-o (ordering).
5217         Move view-emacs-problems to C-h C-p (problems).
5218         Bind view-emacs-debugging to C-h C-d (debugging).
5219         Bind view-external-packages to C-h C-e (extras).
5220         (help-for-help-internal): Cleanup and align descriptions.
5221         Remove command names to reduce clutter.
5223 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5225         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5226         and quieter face (not a warning).
5228 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
5230         * vc.el (vc-status-crt-marked): New variable.
5231         (vc-status-mode): Make it local.
5232         (vc-status-refresh): Use it to save the marked files.
5233         (vc-update-vc-status-buffer): Use it to restore the marked files.
5235         * vc-svn.el (vc-svn-after-dir-status):
5236         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5238 2008-02-29  Glenn Morris  <rgm@gnu.org>
5240         * allout.el (allout-topic-encryption-bullet)
5241         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5242         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5243         from 22.0 to 22.1.
5245         * net/imap.el (imap-ping-server):
5246         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5247         Change defcustom :version from 23.0 to 23.1.
5249 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
5251         * desktop.el (desktop-save): Save the buffer name if the
5252         uniquified base name is empty.
5254 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
5256         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5257         correctly when user has "set print address off".
5259 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
5261         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5262         version number of the next major Emacs release, not 23.0.
5264         * longlines.el (longlines-unload-function): New function.
5266 2008-02-28  Juri Linkov  <juri@jurta.org>
5268         * startup.el (normal-splash-screen): Add argument `concise'.
5269         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
5270         to the created buffer.  If `concise' is non-nil, call
5271         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
5272         (display-startup-screen): Add argument `concise' to the call to
5273         `normal-splash-screen'.
5275 2008-02-28  Kim F. Storm  <storm@cua.dk>
5277         * startup.el (startup-echo-area-message): Check for about-emacs.
5279 2008-02-28  Juri Linkov  <juri@jurta.org>
5281         * startup.el: Always add initial message to *scratch* buffer if
5282         `initial-scratch-message' is non-nil regardless of the value of
5283         `inhibit-startup-screen'.
5284         (inhibit-startup-screen, initial-scratch-message): Doc fix.
5285         (command-line-1): Move code that inserts `initial-scratch-message'
5286         up before the if-form that checks for `inhibit-startup-screen'.
5287         Suggested by Jonathan Rockway <jon@jrock.us>.
5289 2008-02-28  Juri Linkov  <juri@jurta.org>
5291         * cus-edit.el (custom-mode-map, custom-mode-link-map):
5292         Rename `custom-mode' to `Custom-mode' in docstrings.
5293         (custom-buffer-create-internal, customize-browse):
5294         Rename `custom-mode' to `Custom-mode'.
5295         (custom-mode-hook): Rename to `Custom-mode-hook'.
5296         (Custom-mode-hook): Renamed from `custom-mode-hook'.
5297         (custom-mode): Rename to `Custom-mode'.
5298         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
5299         (custom-mode): Add backward-compatible non-interactive variant of
5300         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
5301         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5303         * info-look.el: Rename `custom-mode' to `Custom-mode'.
5305         * emulation/viper.el (viper-emacs-state-mode-list):
5306         Rename `custom-mode' to `Custom-mode'.
5308         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5309         Capitalize "Tagged Files".
5310         (minibuffer-local-map): Add menu items for next/previous
5311         history elements and isearch history forward/backward.
5313         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5314         `hs-isearch-open' with t instead of `comment' in :selected
5315         for "Code and Comment blocks" menu item.
5317 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * uniquify.el (uniquify-buffer-base-name): Undo last change.
5320         Should be done in desktop.el instead.
5322 2008-02-28  Glenn Morris  <rgm@gnu.org>
5324         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5326         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5328         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5329         (Info-menu, Info-goto-node): Remove declarations.
5330         (report-emacs-bug-info): Use info rather than Info-goto-node.
5332         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5333         (idlwave-convert-xml-system-routine-info): Don't require xml.
5334         (idlwave-show-commentary, idlwave-shell-show-commentary):
5335         Don't require finder.
5336         (idlwave-info): Don't require info.  Use info rather than
5337         Info-goto-node.
5339         * textmodes/org.el (Info-goto-node): Remove declaration.
5340         (org-info): Use info rather than Info-goto-node.
5342         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5343         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
5345 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5348         the menu.
5350         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5351         (vc-finish-logentry): Check for vc-status-mode, not only for
5352         vc-dired-mode.
5354 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
5356         * isearch.el (isearch-printing-char): Don't check
5357         keyboard-coding-system.
5358         Call isearch-process-search-multibyte-characters only when
5359         current-input-method is non-nil.
5361 2008-02-27  Kim F. Storm  <storm@cua.dk>
5363         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5364         (glyph-char, glyph-face): Handle cons encoding.
5366 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
5368         * uniquify.el (uniquify-buffer-base-name): If the base name is an
5369         empty string, return nil to allow the caller to default to the
5370         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
5372         * tool-bar.el (tool-bar-setup): Doc fix.
5374         * mail/supercite.el (sc-describe):
5375         Fix typos in obsolescence declaration.
5377 2008-02-27  Glenn Morris  <rgm@gnu.org>
5379         * autoinsert.el (auto-insert-alist): Change permission text to
5380         match FSF's GPLv3 form.
5382         * mail/supercite.el (sc-cite-original): Doc fix.
5383         (sc-version): Make obsolete.
5384         (sc-describe): Show the SC info page.  Make obsolete.
5386 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5389         when using transient-mark-mode.
5390         (default-indicate-unused-lines): Remove unused var.
5392 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
5394         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5395         and previous.
5397         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5399 2008-02-26  Glenn Morris  <rgm@gnu.org>
5401         * net/net-utils.el (top-level): Don't require comint when compiling.
5402         (nslookup-font-lock-keywords): Don't require font-lock.
5403         Use font-lock faces rather than variables.
5404         (nslookup, ftp, smbclient, network-service-connection):
5405         Don't require comint.
5406         (comint-prompt-regexp, comint-input-autoexpand)
5407         (comint-input-ring): Declare for compiler.
5408         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5409         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
5411         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5412         doc-string.
5414 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5416         * doc-view.el (doc-view-current-page): Add a `win' argument.
5418 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5420         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5421         Demote it to plain defvar.
5422         (doc-view-conversion-refresh-interval): Reduce interval.
5423         (doc-view-goto-page): Allow moving to pages not yet rendered.
5424         (doc-view-goto-page): Construct a file name rather than extracting it
5425         from doc-view-current-files.
5426         (doc-view-kill-proc): Ignore errors from kill-process.
5427         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5428         (doc-view-insert-image): Use appropriate text if the page hasn't been
5429         rendered yet.  Adjust scrolling so the text is displayed.
5430         (doc-view-display): Detect not just that a page is available, but also
5431         that it wasn't available before, so as to avoid refreshing all pages
5432         repeatedly.
5433         (doc-view-mode): Make doc-view-cache-directory if needed.
5435 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5437         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5438         toggle-read-only.
5440         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5441         refering to a missing required field with the OPT prefix.
5442         Make unwindform more robust.
5444         * textmodes/bibtex.el: Remove support for hideshow minor mode as
5445         it duplicates the bibtex support in progmodes/hideshow.el.
5446         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5447         entries that do not start at the beginning of a line.
5449 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
5451         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5453 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
5455         * help-fns.el (describe-variable): Add phrases about
5456         initialization file with and without customization;
5457         use new button type help-info-variable.
5459         * help-mode.el (help-info-variable):
5460         New button able to read Info files for help-fns.el.
5462 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5464         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5465         (grep-mode): Use grep-mode-tool-bar-map.
5467         * progmodes/compile.el (tool-bar): Require tool-bar.
5468         (compilation-mode-tool-bar-map): New variable.
5469         (compilation-mode): Use compilation-mode-tool-bar-map.
5471         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
5473 2008-02-25  Glenn Morris  <rgm@gnu.org>
5475         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5477 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5479         * diff-mode.el (diff-file-junk-re): New const.
5480         (diff-beginning-of-file-and-junk): Use it.
5481         (diff-file-kill): Make sure we were really inside a file diff.
5483         * diff-mode.el: Make it more robust in the presence of empty context
5484         lines in unified hunks.
5485         (diff-valid-unified-empty-line): New var.
5486         (diff-unified->context, diff-sanity-check-hunk): Obey it.
5487         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
5488         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5489         (diff-hunk-header-re-unified): New const.
5490         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5491         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5492         (diff-sanity-check-hunk): Use it.
5494         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5495         Index: line, don't search backward for the previous one.
5497 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
5499         * international/fontset.el (setup-default-fontset): Add non-OTF
5500         lao font for lao script.
5502         * language/tibetan.el: Register tibetan-composition-function in
5503         composition-function-table.
5505         * language/tibet-util.el (tibetan-composition-function):
5506         Adjust for the new calling way (argument changed).  Try font-shape-text
5507         if possible.
5509         * language/lao.el: Register lao-composition-function in
5510         composition-function-table.
5512         * language/lao-util.el (lao-composition-function): Adjust for the new
5513         calling way (argument changed).  Try font-shape-text if possible.
5515 2008-02-25  Jason Rumney  <jasonr@gnu.org>
5517         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5519 2008-02-25  Juri Linkov  <juri@jurta.org>
5521         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5522         background, "red4" for a dark background, "red" for 16 and
5523         8 colors, "grey" for grayscale, and inverse video otherwise.
5524         Add :version tag.
5525         (isearch-message): Keep the original isearch-message intact, and
5526         add text properties to it where necessary.  Add `isearch-error' to
5527         the condition that checks if isearch is unsuccessful.
5529 2008-02-24  Juri Linkov  <juri@jurta.org>
5531         * progmodes/compile.el (compilation-handle-exit):
5532         Use compilation-error face instead of font-lock-warning-face.
5533         Display the same message in the minibuffer as is inserted
5534         at the end of the compilation buffer.
5536 2008-02-24  Glenn Morris  <rgm@gnu.org>
5538         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5539         multiple file case.
5541         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5543         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5544         multiple file case.  Use a single `let' rather than two.
5546 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5548         * progmodes/compile.el (compilation-start): Specify a face for
5549         mode-line-process.
5550         (compilation-handle-exit): Specify a face and a tooltip for
5551         mode-line-process.
5553 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * hilit-chg.el: Remove spurious * in defcustom docstrings.
5556         (hilit-chg-make-ov): Simplify.
5557         (hilit-chg-fixup): Use remove-overlays.
5558         (hilit-chg-set-face-on-change): Remove redundant call to
5559         `remove-text-properties'.
5561         * dired.el (dired-mark-prompt): Don't count/display the t element.
5562         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5564 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5566         * progmodes/verilog-mode.el (eval-when-compile): Don't define
5567         add-submenu.
5568         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5569         Remove.  Move contents to the only use ...
5570         (verilog-menu): ... here.
5571         (verilog-statement-menu): Remove.  Move contents to the only use ...
5572         (verilog-stmt-menu): ... here.
5573         (verilog-mark-defun): Simply call mark-defun for emacs.
5574         (occur-pos-list): Declare for byte compiler.
5575         (mode-popup-menu): Don't defvar.
5576         (verilog-add-statement-menu): Remove.
5577         (verilog-mode-hook): Don't add verilog-add-statement-menu.
5578         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5580 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5582         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5583         conditional.
5584         (verilog-font-grouping-keywords-face): Make the begin..end
5585         keywords standout more than other verilog keywords.
5586         (verilog-type-font-keywords): Move the begin..end out of this list
5587         to facilitate making them to (potentially) stand out more.
5588         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5589         function & task blocks.
5590         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5591         initial, function & task blocks.
5592         (verilog-forward-sexp): Handle the new "disable fork" statement of
5593         IEEE-1800 Verilog.
5594         (verilog-beg-block-re-ordered): Handle the new "disable fork"
5595         statement of IEEE-1800 Verilog.
5596         (verilog-calc-1): Handle the new "disable fork" statement of
5597         IEEE-1800 Verilog.
5598         (verilog-disable-fork-re): Add const to help handle the new
5599         "disable fork" statement of IEEE-1800 Verilog.
5600         (verilog-declaration-core-re): Add port directions by themselves,
5601         with no qualification, as base item of a declaration.
5602         (verilog-pretty-declarations): Add new flag to ask it to refrain
5603         from printing to the message buffer.
5604         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5605         printing to the message buffer.  Improve handling of the many
5606         types of expression line up.
5607         (verilog-just-one-space): Remove printing of an empty message.
5608         (verilog-get-lineup-indent): Rework to support the better handling
5609         of expression lineup for verilog-pretty-expr.
5610         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5612 2008-02-24  Alan Mackenzie  <acm@muc.de>
5614         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5615         yesterday's commit.
5617 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5619         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5620         to mouse-set-point in buffers that aren't associated with files.
5622         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5624 2008-02-24  Alan Mackenzie  <acm@muc.de>
5626         Set of changes so that "obtrusive" syntactic elements in a
5627         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5628         unmatched paren) don't interact syntactically with stuff outside
5629         the CPP line.
5631         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5632         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5633         off-by-one bug.
5634         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5635         a bit of refactoring.
5636         (c-awk-extend-and-syntax-tablify-region): Takes some of the
5637         functionality of c-awk-advise-fl-for-awk-region, which has been
5638         refactored away.
5640         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5641         (c-clear-char-property-with-value): New function and macro which
5642         remove text-properties `equal' to a supplied value.
5644         * progmodes/cc-engine.el: Comment about text properties amended.
5646         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5647         parens around "error\\|warning".
5649         * progmodes/cc-langs.el (c-get-state-before-change-function)
5650         (c-before-font-lock-function, c-anchored-cpp-prefix):
5651         New language variables.
5652         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5654         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5655         syntax-table text properties.
5656         (c-common-init): Call language specific before/after-change
5657         functions at mode initialisation.
5658         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5659         (c-extend-region-for-CPP, c-neutralize-CPP-line)
5660         (c-neutralize-syntax-in-CPP): New functions.
5661         (c-before-change, c-after-change): Call the new language specific
5662         change functions defined in cc-langs.el.
5663         (c-advise-fl-for-region): New macro.
5664         (awk-mode): Remove AWK specific stuff which has been refactored
5665         into language independent stuff.
5667 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
5669         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5670         (gdb): (Re)set gdb-flush-pending-output to nil here...
5671         (gdb-init-1): ...instead of here (before gdb-prompt).
5673 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5675         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5676         Recognize ''' just like any other char-constant.
5678 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5681         careful enough.  Detect the uid-change all within the main loop.
5683 2008-02-24  Stefan Monnier  <monnier@pastel.home>
5685         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5687 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * hilit-chg.el (highlight-save-buffer-state): New macro.
5690         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5691         (hilit-chg-clear): Use it to preserve the modified-p flag.
5692         (highlight-changes-rotate-faces): Don't mess with the undo-list.
5694 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * font-lock.el (font-lock-set-defaults): Unset previously set variables
5697         when needed.
5699 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
5701         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5702         from gnus-button-url-regexp.
5704 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
5706         * progmodes/compile.el (compilation-next-error): Doc fix.
5707         (compilation-find-file): Doc fix.
5709 2008-02-24  Glenn Morris  <rgm@gnu.org>
5711         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5712         Add obsolete aliases to the old names.
5714 2008-02-24  Richard Stallman  <rms@gnu.org>
5716         * net/net-utils.el (ifconfig): Rename from ipconfig.
5717         (ipconfig): Alias to ifconfig.
5718         (ifconfig-program): Rename from ipconfig-program.
5719         (ifconfig-program-options): Rename from ipconfig-program-options.
5721 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
5723         * progmodes/verilog-mode.el (verilog-declaration-core-re):
5724         Add port directions by themselves, with no qualification, as base
5725         item of a declaration.
5726         (verilog-pretty-declarations): Add new flag that inhibits printing
5727         to the message buffer.
5728         (verilog-pretty-expr): Add new flag that inhibits printing to the
5729         message buffer.  Improve handling of the many types of expression
5730         line up.
5731         (verilog-just-one-space): Don't print an empty message.
5732         (verilog-get-lineup-indent): Rework to support the better handling
5733         of expression lineup for verilog-pretty-expr.
5734         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5735         (verilog-mode-version, verilog-mode-release-date): Update.
5737 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5739         * subr.el (cancel-change-group): Don't move point.
5741 2008-02-23  Markus Triska  <markus.triska@gmx.at>
5743         * linum.el (linum-after-config): Update all visible windows.
5745 2008-02-23  Glenn Morris  <rgm@gnu.org>
5747         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5748         Add :help for Solitaire and Tetris.
5750         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5752         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5753         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
5754         (smtpmail-queue-index-file): Make it a defcustom.
5755         (smtpmail-queue-index): Delete.
5756         (smtpmail-send-it, smtpmail-send-queued-mail):
5757         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5758         smtpmail-queue-index.
5760         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5761         Add :version.
5763 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
5765         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5766         New variables.
5767         (iwconfig): New function.
5769 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
5771         * vc.el (vc-find-revision): Make vc-parent-buffer local before
5772         setting it.
5773         (vc-status-menu-map): Do not define using easy-menu.
5774         (vc-status-menu-map): New defalias.
5775         (vc-status-mode-map): Hook up the menu.
5776         (top-level): Update TODO.
5778         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5780         * vc-bzr.el (vc-bzr-init-version): Rename to ...
5781         (vc-bzr-init-revision): ... this.
5783 2008-02-23  Jason Rumney  <jasonr@gnu.org>
5785         * makefile.w32-in (WINS_ALMOST): Remove term.
5786         (WINS): Add term here.
5787         (custom-deps, finder-data): Use WINS_ALMOST.
5789 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
5791         * faces.el (font-weight-table): Fix value of `semi-light'.
5793 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5795         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5796         Make those tables bijective.
5798 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
5800         Finish pdbtrack integration cleanup, settling missing-functions
5801         byte compiler warnings appropriately.
5803         * progmodes/python.el (python-point): Remove this - beginning-of-line
5804         was all that was necessary for `python-pdbtrack-overlay-arrow'.
5805         (python-end-of-def-or-class, python-beginning-of-def-or-class)
5806         (python-goto-initial-line): Drop these - they were only needed for
5807         python-point.
5808         (python-comint-output-filter-function): Use condition-case and
5809         beginning-of-line directly, instead of python-mode.el functions
5810         which require all sorts of baggage.
5811         (point-safe): Unnecessary - we're using condition-case directly,
5812         instead.
5813         (python-execute-file): Include for python-shell, which I'm leaving
5814         in keeping despite it being unnecessary for pdb tracking.
5816 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
5818         * progmodes/scheme.el (scheme-font-lock-keywords-2):
5819         Add SRFI 11 support.
5820         (let-values, let*-values): Specify scheme-indent-function.
5822 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
5824         * vc.el (vc-exec-after): Move setting mode-line-process in the
5825         busy case ...
5826         (vc-set-mode-line-busy-indicator): ... in this new function.
5827         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5828         (vc-update-vc-status-buffer): Reset mode-line-process.
5829         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5830         mark/unmark all the files with the same state as the current one.
5831         With a prefix argument mark/unmark all files.
5832         (vc-status-mode-menu): Adjust strings.
5833         (vc-update-vc-status-buffer): Only do something when the argument
5834         is not nil.
5835         (vc-status-kill-dir-status-process): New function.
5836         (vc-status-mode-map): Bind it.
5837         (vc-status-process-buffer): New variable.
5838         (vc-status-mode): Make it local.
5839         (vc-status-refresh): Set it.
5841         * vc-hg.el (vc-hg-dir-status):
5842         * vc-git.el (vc-git-dir-status):
5843         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5844         command is run.
5846 2008-02-22  Glenn Morris  <rgm@gnu.org>
5848         * json.el (top-level): No need to require thingatpt.
5849         (json-read-keyword): Use thing-at-point rather than word-at-point.
5851         * time.el (top-level): No need to require time-date when compiling.
5853         * emacs-lisp/copyright.el (copyright-update-year):
5854         Fix subexpression numbering for the case when years are split over
5855         lines, and for the replace case.
5857         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
5858         (tpu-caar, tpu-cadr): Delete functions.
5859         (zmacs-regions): No need to declare for compiler.
5860         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5861         (tpu-spell-check): Rewrite, and handle mark after point.
5862         (tpu-special-insert): Use or rather than if.
5864         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5865         rather than spell-region.
5867         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5868         warnings about spell-region.
5870 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
5872         * ldefs-boot.el: Regenerated.
5874         * loadup.el: Don't load language/devanagari, language/kannanda,
5875         language/malayalam, and language/tamil.  Load language/sinhala.
5877         * language/indian.el (indian-font-foundry)
5878         (indian-script-language-alist, indian-font-char-index-table)
5879         (indian-font-char, indian-font-char-range, indian-script-table)
5880         (indian-default-script, indian-composable-pattern): Delete them.
5881         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5882         language environments moved to here.
5883         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5884         New language environments.
5886         * language/devanagari.el, language/devan-util.el,
5887         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5888         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5889         Delete them.
5891         * language/sinhala.el: New file.
5893 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
5895         Update Nick Robert's port of pdb tracking from python-mode.el.
5897         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5898         Clarify docstring.
5899         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5900         tracking is happening.
5901         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5902         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5903         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5904         Tracking is plugged in to all comint buffers once python.el is loaded.
5905         (python-pdbtrack-overlay-arrow): Toggle activation of
5906         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5907         (python-pdbtrack-track-stack-file): Use new
5908         `python-pdbtrack-get-source-buffer' for more flexible access to
5909         debugging source files.
5910         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5911         according to pdb stack trace, optionally using new
5912         `python-pdbtrack-grub-for-buffer' if file is not locally available.
5913         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5914         named buffer, or having function with indicated name.
5915         (python-shell): Remove comint-output-filter-functions hook
5916         addition, it's being done elsewhere.  Wrap long line.
5918 2008-02-21  Michael Olson  <mwolson@gnu.org>
5920         * json.el: Replace XEmacs compatibility code to get rid of
5921         compiler warnings.
5923         * time.el: Fix compiler warning.
5925 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
5927         * json.el: New file (JavaScript Object Notation parser / generator).
5929 2008-02-21  Dave Love  <fx@gnu.org>
5931         * progmodes/sym-comp.el: New file.
5933         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5934         Require sym-comp.  Add Python buffer to same-window-buffer-names.
5935         Fixup whitespaces.
5936         (python-font-lock-keywords): Add highlighting for Python builtins.
5937         (python-font-lock-syntactic-keywords): Rewrite.
5938         (python-quote-syntax): Use syntax-ppss-context instead of parsing
5939         ppss directly.
5940         (python-mode-map): Add binding for python-find-function.
5941         (python-calculate-indentation): Clean up the logic.
5942         (python-beginning-of-defun): Explicitly set return value.
5943         (python-beginning-of-statement): Stop looping if we get stuck
5944         going backwards.
5945         (python-next-statement): Stop looping if we somehow end up inside
5946         a string while advancing.
5947         (python-preoutput-continuation, python-version-checked): New vars.
5948         (python-check-version): New function.
5949         (run-python): Set default command to python-command instead of
5950         python-python-command.
5951         (run-python): Use python-check-version.  Give PYTHONPATH
5952         precedence over data-directory in the process environment.
5953         Load function definitions in python process after.
5954         (python-check-comint-prompt): New function.
5955         (python-send-command, python-send-receive): Use it.
5956         (python-complete-symbol, python-try-complete): Functions deleted.
5957         Use symbol-complete instead of python-complete-symbol throughout.
5958         (python-fill-paragraph): Further refine the fenced-string regexp.
5959         (def-python-skeleton): Expand to the original abbrev instead if in
5960         a comment or string.  Tweak skeletons for `if', `while', `for',
5961         `try/except', `try/finally', `name'.
5962         (python-pea-hook, python-abbrev-pc-hook): New functions.
5963         (python-abbrev-syntax-table): New var.
5964         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5965         Use symbol-completion-try-complete for hippie expansion.
5966         Turn on font lock unconditionally.
5967         (python-mode-hook): Defcustom it.  No need to use make-local
5968         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5969         option, since it's buffer-local.
5971 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
5973         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5975 2008-02-21  Drew Adams  <drew.adams@oracle.com>
5977         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5978         "Turn off" and a "Help" entry when the minor mode has no menu.
5980 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
5982         * vc.el (vc-status-mark, vc-status-unmark): New functions.
5983         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5984         vc-status-mark-file and vc-status-unmark-file.
5985         (vc-status-mark-unmark): New function.
5986         (vc-status-previous-line, vc-status-next-line): No longer interactive.
5988 2008-02-21  Glenn Morris  <rgm@gnu.org>
5990         * composite.el (encode-composition-rule): Fix typo in error message.
5991         (composition-function-table, auto-composition-mode): Doc fixes.
5993         * subr.el (sit-for): Fix obsolete form for nil second argument.
5995         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5996         (spell-string): Make obsolete, in favor of ispell.
5998 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
6000         * language/devanagari.el: Don't setup composition-function-table
6001         here.
6002         ("Devanagari"): Change charset, coding-system, coding-priority to
6003         Unicode-based ones.  Don't require the feature devan-util.
6005         * composite.el (compose-chars-after): Fix arguments for a function
6006         in composition-function-table.
6007         (auto-compose-region): Likewise.
6009         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6010         for Ethiopic.
6011         (ps-mule-plot-string): Ignore glyph-string based compositions.
6013 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * doc-view.el: Allow different windows to show different pages.
6016         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6017         (doc-view-current-image, doc-view-current-overlay): Remove variables,
6018         add them back as macros instead, using image-mode-winprops instead.
6019         Update all users of those variables.
6020         (doc-view-new-window-function): New function to create a new overlay
6021         for each new window.
6022         (doc-view-mode): Use it and image-mode-setup-winprops.
6023         (doc-view-clone-buffer-hook): Rewrite accordingly.
6025         * image-mode.el: Extend [hv]scroll support to per-window properties.
6026         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6027         (image-mode-winprops-alist): New var to replace them.
6028         (image-mode-new-window-functions): New hook.
6029         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6030         New funs.
6031         (image-set-window-vscroll, image-set-window-hscroll): Use them.
6032         Remove the `window' argument, update callers.
6033         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6034         Use the new functions.
6035         (image-mode-reapply-winprops): New fun.
6036         (image-mode): Use it.
6038 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
6040         * calc/calc-math.el (math-sin-raw): Add optional argument
6041         to keep track of original argument.
6042         (math-cos-raw): Use optional argument when calling math-sin-raw.
6043         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6044         with close to original precision.
6046 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6048         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6049         args in calls of sit-for.
6051 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
6053         * vc-svn.el (vc-svn-program): Fix typo in docstring.
6054         (vc-svn-checkin): Fix typo in error message.
6056         * help-mode.el: Require easymenu when compiling.
6058 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
6060         * help-mode.el (help-mode-menu): New menu.
6062 2008-02-20  Glenn Morris  <rgm@gnu.org>
6064         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6065         on Windows.
6067 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
6069         * ps-mule.el (ps-mule-encode-region): Return a single string.
6070         (ps-mule-plot-string): Adjust for the above change.
6071         (ps-mule-encode-header-string): Likewise.
6073         * international/latin1-disp.el (latin1-display): Don't use
6074         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
6075         standard-display-table.
6076         (latin1-display-identities): Adjust for the change of what is
6077         returned by (get-language-info charset 'charset).
6079         * international/mule-util.el (char-displayable-p): Fix for Latin-1
6080         characters and terminal case.
6082 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
6084         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6086         * progmodes/python.el: Also require comint when loading.
6087         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6088         Replace python-shell with run-python on menu bar.
6089         (python-shell-map): New map.
6090         (python-default-interpreter, python-python-command-args)
6091         (python-jython-command-args, python-pdbtrack-do-tracking-p):
6092         New options.
6093         (python-which-shell, python-which-args, python-which-bufname):
6094         New buffer local variables.
6095         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6097         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6098         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6099         New constants.
6101         Pdbtrack features:
6103         (python-point, python-end-of-def-or-class)
6104         (python-beginning-of-def-or-class, python-goto-initial-line)
6105         (python-comint-output-filter-function)
6106         (python-pdbtrack-overlay-arrow)
6107         (python-pdbtrack-track-stack-file, python-toggle-shells)
6108         (python-shell, python-pdbtrack-toggle-stack-tracking)
6109         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6110         New functions.
6112 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6114         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6115         when the argument is nil.
6117 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6119         * vc.el (dir-status): Add a brief description.
6121 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
6123         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6124         If non-nil, reverse the sense of the check.
6126         * vc-rcs.el (vc-rcs-root): New func.
6127         * vc-cvs.el (vc-cvs-root): New func.
6128         * vc-svn.el (vc-svn-root): New func.
6129         * vc-sccs.el (vc-sccs-root): New func.
6131 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
6133         * language/japan-util.el (setup-japanese-environment-internal):
6134         Call use-cjk-char-width-table.
6136         * language/japanese.el ("Japanese"): Set exit-function to
6137         use-default-char-width-table.
6139         * international/characters.el: Delete occurrences of non-Unicode
6140         tibetan and ethiopic characters.
6141         (cjk-char-width-table): New variable.
6142         (use-cjk-char-width-table, use-default-char-width-table):
6143         New functions.
6145 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
6147         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6148         (vc-status-mode-menu): Add a :filter.
6149         (vc-status-printer): Add faces.
6151         * vc-hg.el (vc-hg-extra-status-menu): New function.
6152         (vc-hg-dir-status): Clean up the buffer before using it.
6154 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6156         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6157         (gdb): Initialize it here instead.
6159         * files.el (locate-dominating-file): Fix thinko in last change.
6160         Reported by Bruce Stephens <bruce.stephens@isode.com>.
6162 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
6164         * vc.el (vc-status-mode-menu): New menu for vc-status.
6166 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
6168         * progmodes/verilog-mode.el (customize): Fix typo in error message.
6169         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6170         (verilog-mode-auto, verilog-indent-level-module)
6171         (verilog-minimum-comment-distance, verilog-library-flags)
6172         (verilog-library-directories, verilog-library-files)
6173         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6174         (verilog-xemacs-menu, verilog-set-compile-command)
6175         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6176         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6177         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6178         (verilog-batch-inject-auto, verilog-batch-indent)
6179         (verilog-continued-line, verilog-type-keywords)
6180         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6181         (verilog-read-inst-pins, verilog-read-arg-pins)
6182         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6183         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6184         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6185         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6186         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6187         (verilog-mode-version, verilog-mode-release-date)
6188         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6189         (verilog-simulator, verilog-compiler)
6190         (verilog-auto-sense-defines-constant, verilog-company)
6191         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6192         Fix typos in docstrings.
6193         (verilog-set-auto-endcomments, verilog-calculate-indent)
6194         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6195         Reflow docstrings.
6196         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6197         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6198         (electric-verilog-forward-sexp, verilog-in-case-region-p)
6199         (verilog-in-struct-region-p, verilog-in-generate-region-p)
6200         (verilog-leap-to-head, verilog-current-indent-level)
6201         (verilog-case-indent-level, verilog-cpp-keywords)
6202         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6203         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6204         (verilog-signals-not-in, verilog-symbol-detick-text)
6205         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6206         (verilog-forward-close-paren, verilog-backward-open-paren)
6207         (verilog-backward-open-bracket): Doc fixes.
6209         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6210         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6211         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6212         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6213         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6214         Fix typos in docstrings.
6216         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6218 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
6220         * info.el (Info-read-node-name): Removed unused `default' arg.
6222 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
6224         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6226 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * image-mode.el (image-get-display-property): New fun.
6229         (image-forward-hscroll, image-next-line, image-eol, image-eob)
6230         (image-mode, image-minor-mode, image-toggle-display-text)
6231         (image-toggle-display): Use it.
6233 2008-02-18  Jason Rumney  <jasonr@gnu.org>
6235         * international/mule.el (xml-find-file-coding-system): Don't warn
6236         about utf-16 with BOM.
6238         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6240         * international/mule.el (sgml-xml-auto-coding-function): Detect and
6241         warn if file encoding is not utf-8 and encoding not specified.
6242         (xml-find-file-coding-system): New function.
6243         * international/mule-conf.el (file-coding-system-alist): Use it.
6245 2008-02-17  Glenn Morris  <rgm@gnu.org>
6247         * international/mule-cmds.el (set-locale-environment):
6248         Pass `frame' to getenv for LC_MESSAGES.
6250 2008-02-17  Juri Linkov  <juri@jurta.org>
6252         * time.el (emacs-init-time): Use format instead of format-seconds.
6254 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6256         * textmodes/bibtex.el (bibtex-search-entry): Rename from
6257         bibtex-find-entry.  Add autoload cookie.
6258         (bibtex-find-entry): Alias for bibtex-search-entry.
6259         (bibtex-search-crossref): Rename from bibtex-find-crossref.
6260         (bibtex-find-crossref): Alias for bibtex-search-crossref.
6261         (bibtex-clean-entry): atomic-change-group removed.
6262         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
6263         to locate buffer location where error occurred.
6264         Make error messages more specific.
6265         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6267 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
6269         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6270         top level.
6272         * simple.el (transient-mark-mode): Add an :init-value.
6274         * startup.el (command-line): Use custom-reevaluate-setting for
6275         transient-mark-mode.
6277 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
6279         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6281 2008-02-16  Juri Linkov  <juri@jurta.org>
6283         * startup.el (after-init-time): New variable.
6284         (command-line): Set `after-init-time' to the current time.
6286         * time.el (emacs-init-time): New function.
6288 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * files.el (locate-dominating-file): Remove initial loop because it's
6291         not careful enough.  Detect the uid-change all within the main loop.
6293 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6295         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6297 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6299         * vc.el (vc-annotate): Add new argument.
6300         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6302         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6303         Move make-variable-buffer-local code after the corresponding defvar.
6304         (hs-minor-mode-map): Define and initialize in one step.
6305         (hs-minor-mode): Change from defun to define-minor-mode.
6307 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
6309         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6310         (gdb-ready): Move declaration...
6312         * progmodes/gdb-ui.el (gdb-ready): ...to here.
6313         (gdb-early-user-input): New variable.
6314         (gdb): Reset gdb-flush-pending-output to nil and set
6315         comint-input-sender here (before gdb-prompt), instead of...
6316         (gdb-init-1): ...here.
6317         (gdb-send): If Emacs is not ready, defer user input to...
6318         (gdb-prompt): ...here.
6320 2008-02-16  Glenn Morris  <rgm@gnu.org>
6322         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6324         * startup.el (emacs-startup-time): Rename to `before-init-time'.
6325         (before-init-time): New name for `emacs-startup-time'.
6326         (command-line): Use before-init-time rather than emacs-startup-time.
6327         * time.el (emacs-uptime): Use before-init-time rather than
6328         emacs-startup-time.
6330         * composite.el (composition-function-table): Doc fix.
6332         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6333         in favor of `%z' specifier.
6334         (emacs-uptime): Move to time.el.
6335         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
6336         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
6337         argument of format-seconds.
6339 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
6341         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6343 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6345         * ielm.el (ielm-is-whitespace): Remove.
6346         (ielm-is-whitespace-or-comment): New function.
6347         (ielm-eval-input): Use it.
6349 2008-02-15  Jason Rumney  <jasonr@gnu.org>
6351         * term/mac-win.el: Fix coding tag.
6353 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
6355         * vc-hooks.el (vc-menu-map):
6356         * bindings.el (mode-line-mode-menu): Add tooltips.
6358         * bindings.el (help-echo): Add more tooltips.  Use a less
6359         telegraphic style for existing tooltips.
6361 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6363         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6364         from the auto-generated one.
6366 2008-02-14  Glenn Morris  <rgm@gnu.org>
6368         * mail/rmail-spam-filter.el (rmail-spam-filter):
6369         Let-bind message-spam-status.
6371         * mail/smtpmail.el (password-cache-add): Declare as function.
6373 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
6375         * mail/smtpmail.el: Use password-cache.
6377 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
6379         * uniquify.el (uniquify-buffer-base-name): New function.
6380         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6382         * desktop.el (uniquify-managed): Don't defvar.
6383         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6384         `uniquify-managed'.  Return also the buffer's base name.
6385         (desktop-save): When saving the buffer info, filter out the base name,
6386         and save it as buffer name if the buffer is managed by uniquify.
6387         (uniquify-item-base): Don't declare; not called anymore.
6389 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
6391         * vc.el (vc-annotate-find-revision-at-line): New function.
6392         (vc-annotate-mode-map): Bind it.
6393         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
6394         some entries.
6396 2008-02-14  Glenn Morris  <rgm@gnu.org>
6398         * calendar/time-date.el (format-seconds): New function.
6399         (emacs-uptime): Use format-seconds.
6401         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6402         Remove `LC_ALL=C', since it's included in $(emacs) now.
6404 2008-02-14  Zhang Wei  <id.brep@gmail.com>
6406         * textmodes/org-publish.el (org-publish-timestamp-filename):
6407         Replace colon characters in filename too.
6409 2008-02-13  Bastien Guerry  <bzg@altern.org>
6411         * mail/rmail.el (rmail-header-name): New face.
6412         (rmail-font-lock-keywords): Use rmail-header-name.
6414         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6415         against X-Spam-Status header field.
6416         (rmail-spam-filter): Also check X-Spam-Status header field.
6418 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
6420         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6421         Add support for .pm files and .php files.
6422         (flymake-err-line-patterns): Add pattern for PHP errors.
6423         (flymake-php-init): New function.  PHP support for flymake.
6425         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6426         Add regular expression for PHP errors.
6428 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6431         This DTRT even on w32 machines.
6432         (ange-ftp-cf1): Quote FILENAME.
6434 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6437         (smerge-auto-combine): New fun.
6439 2008-02-12  Juri Linkov  <juri@jurta.org>
6441         * startup.el (fancy-startup-screen, normal-splash-screen):
6442         Set default-directory to command-line-default-directory.
6444         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6445         after reading the desktop.
6447         * progmodes/compile.el (compilation-auto-jump):
6448         Call compile-goto-error only when compilation-auto-jump-to-first-error
6449         is non-nil.
6450         (compilation-scroll-output): Replace :type 'boolean with a choice
6451         that has three options including a third option `first-error'.
6452         Doc fix.
6453         (compilation-start, compilation-forget-errors): Add an alternate
6454         condition comparing compilation-scroll-output with `first-error'
6455         in addition to compilation-auto-jump-to-first-error (to call
6456         compilation-auto-jump in the proper place).
6458 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * international/mule.el (sgml-html-meta-auto-coding-function):
6461         Make sure the search limit is ahead.
6463         * tar-mode.el: Fix broken indentation.
6464         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6465         Use with-current-buffer.
6467 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
6469         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6470         it is already automatically buffer-local.
6472 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6474         * help.el (describe-key): Join some split lines to facilitate filling.
6475         * help-fns.el (describe-function-1): Fill text of overlong lines.
6477 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
6479         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6480         Use unibyte-string instead of string-make-unibyte.
6482         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6484 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6486         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6487         works also for buffers w/o buffer-file-name.  Update callers.
6488         (doc-view-clone-buffer-hook): New fun.
6489         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
6490         the `doc-view' property so they can be recognized.
6492         * simple.el (clone-indirect-buffer-hook): New hook.
6493         (clone-indirect-buffer): Run it.
6495 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
6497         * epa.el (epa-menu-mode): Merge into epa-mode.
6498         (epa-menu-items): Rename the label "EasyPG Assistant" to
6499         "Encryption/Decryption".
6501         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6502         (epa-dired-mode-map): Rename from epa-dired-map.
6503         (epa-global-dired-mode): Rename the global minor mode.
6505 2008-02-11 Drew Adams  <drew.adams@oracle.com>
6507         * isearch.el (isearch-fail): New face.
6508         (isearch-message): Highlight failure part of input.
6510 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6512         * ibuffer.el (ibuffer-header-line-format): New var.
6513         (ibuffer-mode): Set it instead of header-line-format.
6514         (ibuffer-update): Use it to set header-line-format.
6516         * international/mule-cmds.el (ucs-insert): Inherit surrounding
6517         properties like self-insert-command.
6519 2008-02-11  Drew Adams  <drew.adams@oracle.com>
6521         * progmodes/etags.el: Add many doc strings.
6523 2008-02-11  Jason Rumney  <jasonr@gnu.org>
6525         * ldefs-boot.el: Regenerated.
6527 2008-02-11  Glenn Morris  <rgm@gnu.org>
6529         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6530         Shorten some names.
6532         * ffap.el (ffap-rfc-directories): Add :version.
6534 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
6536         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6537         files, and backup files of same.
6539 2008-02-11  Kevin Ryde  <user42@zip.com.au>
6541         * ffap.el (ffap-rfc-directories): New variable.
6542         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6544         * info.el (Info-next-reference, Info-prev-reference)
6545         (Info-try-follow-nearest-node): Move to and follow https:// links too.
6547         * simple.el (completion-list-mode): Show full completion-list-mode-map
6548         in the docstring.
6550 2008-02-11  Sam Steingold  <sds@gnu.org>
6552         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6554 2008-02-11  Glenn Morris  <rgm@gnu.org>
6556         * startup.el (emacs-startup-time): New variable.
6557         (command-line): Set emacs-startup-time.
6559         * calendar/time-date.el (emacs-uptime): New function.
6561 2008-02-10  Bastien Guerry  <bzg@altern.org>
6563         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6564         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6565         it is nil.
6567 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6569         * epg-config.el: Expand the contents of epg-package-info.el.
6570         (epg-package-name): New constant.
6571         (epg-version-number): New constant.
6572         (epg-bug-report-address): New constant.
6574         * epa-mail.el (epa-mail-mode): Add autoload cookie.
6575         (epa-global-mail-mode): New global minor mode.
6577         * epa-file.el (epa-file-mode): New global minor mode.
6579         * epa-dired.el (epa-dired-mode): New global minor mode.
6581         * epa.el (epa-menu): New variable.
6582         (epa-menu-items): New variable.
6583         (epa-menu-mode): New global minor mode.
6584         (epa-global-minor-modes): New user option.
6585         (epa-mode): New global minor mode.
6587 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
6589         * net/dbus.el: Remove `no-byte-compile' cookie.
6590         (dbus-call-method, dbus-register-signal, dbus-debug)
6591         (dbus-registered-functions-table): Declare them with
6592         `declare-function' or `defvar', respectively.
6593         (top): Don't assert any longer.  Require 'cl when compiling.
6594         Apply `ignore-errors' but `dbus-ignore-errors'.
6596 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6598         * diff-mode.el (diff-add-change-log-entries-other-window):
6599         Use add-change-log-entry.
6601 2008-02-09  Jason Rumney  <jasonr@gnu.org>
6603         * button.el (button-map):
6604         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6605         * ldefs-boot.el: Regenerate.
6607 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
6609         * epa.el (epa-faces, epa):
6610         * epa-file.el (epa-file):
6611         * epg-config.el (epg): Add :version.
6613 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
6615         * vc.el (vc-exec-after): Append CODE to previous fragments.
6616         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6617         take MESSAGES instead of VERBOSE; use it when non-nil.
6618         (vc-diff-internal): Compute messages once; use them;
6619         update call to vc-diff-finish.
6621 2008-02-09  Michael Olson  <mwolson@gnu.org>
6623         * net/tramp.el (tramp-process-sentinel): Avoid error when process
6624         buffer has been killed, such as by
6625         `tramp-cleanup-all-connections'.
6627 2008-02-09  Miles Bader  <miles@gnu.org>
6629         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6631 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6634         splitter in context hunks.
6636 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
6638         * international/fontset.el (setup-default-fontset): Fix arabic otf
6639         font specification.
6641 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
6643         * epa-dired.el:
6644         * epa-file.el:
6645         * epa-mail.el:
6646         * epa-setup.el:
6647         * epa.el:
6648         * epg-config.el:
6649         * epg-package-info.el:
6650         * epg.el: Initial check-in of EasyPG.
6652 2008-02-08  Glenn Morris  <rgm@gnu.org>
6654         * woman.el (woman-locale): New defcustom.
6655         (woman-expand-locale, woman-manpath-add-locales): New functions.
6656         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
6658         * international/mule-cmds.el (locale-translate): New function,
6659         with old code extracted from set-locale-environment.
6660         (set-locale-environment): Use locale-translate.  Set woman-locale.
6662         * cus-start.el (selection-coding-system): Remove, since it's now
6663         defined in select.el rather than in xselect.c.
6664         * select.el (selection-coding-system): Make it a defcustom, and
6665         add the properties from cus-start.el.  Bump :version.
6667         * custom.el (custom-theme-set-variables): Sort symbols that are
6668         dependencies before symbols that depend on them.
6669         (custom-enabled-themes): Set after custom-theme-directory.
6671         * pcmpl-unix.el (top-level): Move provide statement to end.
6672         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6673         `*' from doc-string.  Allow to be nil.
6674         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6675         Allow to be nil.  Add :version.
6676         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
6677         without hostnames, and multiple hostnames per line.
6679         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6681 2008-02-08  Phil Hagelberg  <phil@evri.com>
6683         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6684         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6686 2008-02-07  Timo Savola  <timo.savola@iki.fi>
6688         * startup.el (command-line-x-option-alist): Add --parent-id.
6690         * term/x-win.el (x-handle-parent-id): New function.
6692 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
6694         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6695         "Font Menu".
6697 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
6699         * net/dbus.el (dbus-interface-peer): New defconst.
6700         (dbus-ping): New defun.
6702 2008-02-06  Sam Steingold  <sds@gnu.org>
6704         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6706 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6709         Just return nil and let the C code provide a fallback.
6711 2008-02-05  Glenn Morris  <rgm@gnu.org>
6713         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6714         tramp-flush-connection-property for removed 2nd argument.
6716 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * diff-mode.el (diff-add-change-log-entries-other-window):
6719         Rename from diff-create-changelog.  Change users.
6720         Minor change to hopefully work with plain diffs.
6721         (diff-mode-map): Add binding for it.
6723 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
6725         * diff-mode.el: Add new TODO entry.
6726         (diff-create-changelog): New function.
6727         (diff-mode-menu): Bind it.
6729 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
6731         * international/mule-diag.el (print-fontset-element): Handle the
6732         case of inhibiting the fallback fonts.
6734 2008-02-04  Kim F. Storm  <storm@cua.dk>
6736         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6737         (ido-magic-delete-char): Use prefix arg.
6739 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
6741         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6742         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6743         of today, the most recent libpng is 1.2.24).
6745 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
6747         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6749         * net/dbus.el (top): Check (featurep 'dbusbind).
6751         * net/tramp.el (tramp-process-sentinel): New defun.
6752         (tramp-do-copy-or-rename-file-out-of-band)
6753         (tramp-maybe-open-connection): Use it as process sentinel.
6754         (tramp-handle-delete-directory): Don't use the "-f" option; it
6755         isn't portable.
6756         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6757         after the command.
6758         (tramp-handle-shell-command): Set `mode-line-process' in the
6759         asynchronous case.
6761         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6763         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6764         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6765         Use `tramp-process-sentinel' as process sentinel.
6767 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
6769         * whitespace.el (global-whitespace-mode): Revert last change.
6770         (whitespace-unload-function): Force `global-whitespace-mode'
6771         to deactivate local modes in a slightly less intrusive way.
6773 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
6775         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6777 2008-02-02  Glenn Morris  <rgm@gnu.org>
6779         * international/latin1-disp.el (latin1-display):
6780         * progmodes/fortran.el (fortran-comment-indent-char):
6781         * progmodes/idlw-shell.el (top-level):
6782         * term/mac-win.el (mac-keyboard-translate-char):
6783         * whitespace.el (whitespace-char-valid-p):
6784         * wid-edit.el (widget-key-sequence-read-event):
6785         Use characterp rather than char-valid-p.
6787         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6788         to capitalized-find-word-boundary.  Doc fix.  Update callers.
6789         (capitalized-next-word-boundary-function-table): Rename to
6790         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
6792         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6793         string-to-int.
6795         * ps-def.el (declare-function): Add compatibility definition.
6796         (ps-plot-with-face, ps-plot-string): Declare as functions.
6797         (ps-bold-faces, ps-italic-faces): Declare variables.
6799         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6800         (ps-mule-end-job): Declare as functions.
6802         * wid-edit.el (widget-string-complete): Use assoc-string rather
6803         than assoc-ignore-case.
6805 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
6807         * progmodes/etags.el (next-file): Improve revert message.
6809 2008-02-01  Andreas Schwab  <schwab@suse.de>
6811         * loadup.el: Load language/burmese instead of language/myanmar.
6813 2008-02-01  Richard Stallman  <rms@gnu.org>
6815         * language/burmese.el: Rename from myanmar.el.
6816         ("Burmese"): Rename from "Myanmar".
6818 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6820         * international/fontset.el (script-representative-chars): Add cham
6821         and tai-viet.
6822         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6823         Add fontconfig spec for cjk-misc.  Explicitly specify font font
6824         for U+E000..U+F8FF.
6826         * international/characters.el (script-list): Add cham.
6828         * language/cham.el: New file.
6830 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
6832         * xml.el (xml-escape-string): Don't do any encoding changes on the
6833         string.
6835 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6837         * language/ind-util.el (in-is13194-post-read-conversion):
6838         Delete unnecessary call of indian-compose-region.
6840 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6842         * ps-print.el: Some face attributes (like :strike-through) were not
6843         being recognised.  Reported by Leo <sdl.web@gmail.com>.
6844         (ps-print-version): New version 7.3.2.
6845         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
6846         ps-face-overline-p and ps-face-box-p functions.
6848         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6849         New functions.
6851 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6853         * international/fontset.el (font-encoding-alist): Add an entry for
6854         iso8859-16.
6855         (setup-default-fontset): Add iso8859-16 to latin.
6857         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6858         hexadigit string.
6859         (describe-char): Adjust for the above change.
6861 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6863         * international/fontset.el (font-encoding-alist): Don't set the
6864         repertory of GB18030 fonts.
6866 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6868         * language/indian.el: Set font-shape-text for all Indic characters
6869         in composition-function-table.
6871         * language/khmer.el: New file.
6873         * language/myanmar.el: New file.
6875         * loadup.el: Load "language/khmer" and "language/myanmar".
6877 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6879         * international/fontset.el (setup-default-fontset): Fix lao OTF
6880         script name.
6882 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6884         * composite.el (terminal-composition-modification): Delete it.
6886 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6888         * international/fontset.el (x-complement-fontset-spec):
6889         Complement size too.
6891 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6893         * international/fontset.el (font-encoding-charset-alist):
6894         Initialize it.
6895         (otf-script-alist): Fix typo of canadian-aboriginal.
6896         (setup-default-fontset): Specify font-specs for many more scripts.
6897         (x-complement-fontset-spec): Change the first argument to a
6898         font-spec object.
6899         (create-fontset-from-fontset-spec): Adjust for the above change.
6901 2008-02-01  Kenichi Handa  <handa@m17n.org>
6903         * language/devanagari.el: Register font-shape-text in
6904         composition-function-table.
6906         * language/tibetan.el: Register font-shape-text in
6907         composition-function-table.
6909         * language/thai-util.el (thai-composition-function): Fix arguments.
6911         * language/tamil.el: Register font-shape-text in
6912         composition-function-table.
6914         * language/malayalam.el: Register font-shape-text in
6915         composition-function-table.
6917         * language/lao.el: Register font-shape-text in
6918         composition-function-table.
6920         * language/kannada.el: Register font-shape-text in
6921         composition-function-table.
6923         * language/european.el (diacritic-composition-function): Fix arguments.
6925         * language/ethio-util.el (ethio-composition-function): Fix arguments.
6927         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6929         * composite.el (composition-function-table): Fix docstring.
6930         (terminal-composition-function): Fix arguments.
6931         (auto-compose-current-font): Delete it.
6932         (auto-compose-chars): Adjust for the change of
6933         composition-function-table.
6935 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6937         * international/fontset.el (font-encoding-alist): Add the entry of
6938         "unicode-bmp".
6940 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6942         * composite.el (auto-compose-chars): Be sure to calculate
6943         composition at least at POS.
6945 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6947         * printing.el: Fix pr-interface-map initialization code.
6948         (pr-version): New version 6.9.3.
6949         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6950         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6951         (pr-f-read-string): Replace by pr-read-string.
6952         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6953         New function name.
6954         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6956 2008-02-01  Kenichi Handa  <handa@m17n.org>
6958         * language/tv-util.el (tai-viet-re): Include '-'.
6959         (tai-viet-glyph-info): Handle '-'.
6961 2008-02-01  Kenichi Handa  <handa@m17n.org>
6963         * descr-text.el (describe-char): Handle a composition of the new
6964         format.  Show font name.
6966 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6968         * language/tibet-util.el (tibetan-composition-function): Use
6969         font-shape-text if auto-compose-current-font is non-nil.
6971         * language/tibetan.el: Fix the range for recording
6972         tibetan-composition-function in composition-function-table.
6974         * language/mlm-util.el (malayalam-composition-function): Use
6975         font-shape-text if auto-compose-current-font is non-nil.
6977         * international/mule-conf.el: Flag many charsets as supplementary.
6979         * international/mule.el (define-charset): Update the docstring for
6980         :supplementary-p.
6982         * international/fontset.el (setup-default-fontset): Add OpenType
6983         fonts for malayalam and tibetan.
6985 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6987         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6989 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
6991         * international/fontset.el (otf-script-alist): Make all otf tags
6992         4-letters.
6993         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6995         * language/tml-util.el (tamil-composition-function): Use
6996         font-shape-text if auto-compose-current-font is non-nil.
6998         * language/devan-util.el (devanagari-composition-function): Use
6999         font-shape-text if auto-compose-current-font is non-nil.
7001         * composite.el (auto-compose-chars): Change argument font-object
7002         to window.
7004 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7006         * ps-print.el (ps-lpr-switches): Docstring fix.
7007         (ps-string-list): New function.
7008         (ps-do-despool): Code fix.
7010 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7012         * international/utf-7.el (utf-7-imap-post-read-conversion)
7013         (utf-7-imap-pre-write-conversion): New functions.
7015         * international/mule-conf.el (utf-7-imap): New coding system.
7017 2008-02-01  Kenichi Handa  <handa@m17n.org>
7019         * term/x-win.el (x-selection-value): If x-select-request-type is
7020         nil, try also STRING at last.
7021         (x-select-request-type): Doc fix for the change of x-selection-value.
7023         * select.el (selection-coding-system, next-selection-coding-system):
7024         Move declarations from xselect.c.
7025         (x-get-selection): Decode by selection-coding-system if it is non-nil.
7026         If it is nil, decode by a proper coding system.  Handle C_STRING.
7027         (ccl-check-utf-8, string-utf-8-p): Delete them.
7028         (xselect-convert-to-string): Fix determining data-type in the case
7029         that TEXT is requested.  Don't use selection-coding-system if it's
7030         not proper for the data-type.
7032 2008-02-01  Kenichi Handa  <handa@m17n.org>
7034         * term/x-win.el (x-selection-value): If x-select-request-type is
7035         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7037 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7039         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7040         to signify default fontset.
7042 2008-02-01  Kenichi Handa  <handa@m17n.org>
7044         * international/mule-cmds.el (describe-language-environment):
7045         Check if the specified input method exists or not.
7047 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7049         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7050         (ps-face-background-name): Remove this function.  It's already defined
7051         in ps-def.el file.
7053 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7055         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7056         Epoch emacsen.
7058 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7060         * ps-print.el: Now detect if text foreground and background colors are
7061         equals and replace the foreground color by another color, so the text
7062         becomes visible.  Doc fix.
7063         (ps-print-version): New version 7.3.
7064         (ps-default-fg, ps-default-bg): Docstring fix.
7065         (ps-fg-list, ps-fg-validate-p): New options.
7066         (ps-foreground-list): New variable.
7067         (ps-generate-header-line): Replace fboundp by functionp.
7068         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7070 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7072         * printing.el: Pacify byte compiler, that is, no compiler warnings.
7073         Move (again) some variable definitions before use, define some
7074         function aliases, no code change.
7075         (pr-version): New version 6.9.2.
7076         (pr-path-style, pr-auto-region, pr-menu-char-height)
7077         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7078         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7079         via (defvar VAR).
7080         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7081         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7082         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7083         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7084         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7085         (pr-menu-print-item, pr-ps-printer-menu-modified)
7086         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7087         (pr-even-or-odd-alist): Move variable definitions.
7089 2008-02-01  Kenichi Handa  <handa@m17n.org>
7091         * language/chinese.el (cp936): Delete duplicated alias.
7093         * international/mule-diag.el (list-block-of-chars): Don't insert
7094         non-Unicode characters.
7096 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7098         * loadup.el [windows-nt]: Don't load code-pages and ccl.
7099         * term/w32-win.el: Don't require code-pages.
7101 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         Fix up multi-tty merge.
7105         * version.el (emacs-version): Bump to 23.0.60.
7107         * term/x-win.el (x-initialize-window-system): Don't try to create
7108         a fontset from a font-specification anymore.  This was removed on the
7109         unicode branch and mistakenly re-added by the multi-tty merge.
7111         * term/w32-win.el: Remove duplicate code that's now in
7112         w32-initialize-window-system.
7113         (w32-initialize-window-system): Don't try to create a fontset from
7114         a font-specification anymore.  This was removed on the unicode branch
7115         and mistakenly re-added by the multi-tty merge.
7117         * term/mac-win.el: Remove duplicate top-level code.
7119         * language/ethio-util.el:
7120         * international/characters.el: Use utf-8 rather than utf-8-emacs
7121         since it works as well and has the advantage of working with
7122         non-unicode versions of Emacs.
7124         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7125         multi-tty code, which includes the previous local change.
7127 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7129         * ps-print.el (ps-print-version): New version 7.2.5.
7130         (ps-background, ps-begin-file, ps-build-reference-face-lists):
7131         Use `mapc' rather than `mapcar'.
7133 2008-02-01  Kenichi Handa  <handa@m17n.org>
7135         * skeleton.el (skeleton-internal-1): Use integerp and stringp
7136         instead of char-or-string-p to catch -1.
7138 2008-02-01  Kenichi Handa  <handa@m17n.org>
7140         * international/mule-cmds.el (inactivate-input-method):
7141         Set input-method-function to nil before calling
7142         inactivate-current-input-method-function.
7144 2008-02-01  Kenichi Handa  <handa@m17n.org>
7146         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7147         height that doesn't exceed the requested height by rounding off.
7149 2008-02-01  Andreas Schwab  <schwab@suse.de>
7151         * international/mule-diag.el (print-fontset-element):
7152         Use fontp only if defined.
7154 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7156         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7157         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7158         (ps-mule-prologue-generated): Code fix.
7160 2008-02-01  Kenichi Handa  <handa@m17n.org>
7162         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7163         with FIXEDCASE t.
7165 2008-02-01  Kenichi Handa  <handa@m17n.org>
7167         * international/mule-diag.el (print-fontset-element): Fix for the
7168         format change of a fontset element for font-backend feature.
7170 2008-02-01  Kenichi Handa  <handa@m17n.org>
7172         * descr-text.el (describe-char): Fix for the case that a component
7173         character is TAB.
7175 2008-02-01  Kenichi Handa  <handa@m17n.org>
7177         * international/mule-cmds.el (select-safe-coding-system-interactively):
7178         Fix printing of rejected and unsafe coding-systems.
7180         * international/fontset.el (setup-default-fontset): Add tai-viet.
7182         * international/characters.el: Setup syntax/category table for Tai Viet.
7183         (script-list): Add tai-viet.
7185         * loadup.el: Load "language/tai-viet".
7187         * language/tai-viet.el: New file.
7189         * language/tv-util.el: New file.
7191 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7193         * faces.el (font-weight-table): Use defaults on w32 that match
7194         LOGFONT.lfWeight.
7196         * term/w32-win.el: Don't create fontset from command-line font.
7198 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7200         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7201         (sort-coding-systems, search-unencodable-char): Doc fixes.
7202         (default-input-method, input-method-verbose-flag)
7203         (input-method-highlight-flag): Remove * in defcustom's docstrings.
7204         (exit-language-environment-hook, set-default-coding-systems)
7205         (coding-system-change-eol-conversion, prefer-coding-system)
7206         (find-multibyte-characters, leim-list-entry-regexp)
7207         (set-input-method, input-method-exit-on-first-char, princ-list)
7208         (locale-language-names, locale-charset-language-names)
7209         (define-char-code-property): Fix typos in docstrings.
7211 2008-02-01  Kenichi Handa  <handa@m17n.org>
7213         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7214         Fix for a new character code space (22-bit).
7216 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7218         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7220 2008-02-01  Kenichi Handa  <handa@m17n.org>
7222         * international/characters.el: Add more cases/syntaxes from Latin
7223         characters.
7225 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7227         * ps-def.el (installation-directory): Must be initialized when defining
7228         it in XEmacs.
7229         (coding-system-for-read): Eliminate duplicated definition.
7231 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7233         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7235 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7237         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7238         (ps-print-emacs-type): Eliminate variable.
7239         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
7240         running ps-print package.
7242         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7243         (ps-frame-parameter): Replace defun by defalias.
7244         (mark-active): Eliminate defvar.
7246         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7247         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7248         (ps-jts-ps-setup): Replace macros by vector key definition.
7250 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7252         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7253         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7254         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7255         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7256         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7257         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7258         New command actions for EPS header and EPS footer.
7260         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7261         footer.  Fix some problems with one-or-more, zero-or-more and
7262         alternative constructions generation.  Some implementation of log
7263         messages.  Doc fix.
7264         (ebnf-version): New version 4.4.
7265         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7266         (ebnf-eps-footer, ebnf-log): New options.
7267         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7268         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7269         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7270         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7271         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7272         (ebnf-style-custom-list, ebnf-style-database): Put new values.
7273         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7274         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7275         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7276         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7277         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7278         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7279         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7280         (ebnf-non-terminal-dimension, ebnf-special-dimension)
7281         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7282         (ebnf-except-dimension, ebnf-alternative-dimension)
7283         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7284         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7285         Insert log message function.
7286         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7287         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7288         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7289         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7290         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7291         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7292         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7293         compatibility with Emacs 20 & 21.
7294         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7295         (ebnf-eps-file-alist, ebnf-basic-width-extra)
7296         (ebnf-basic-empty-height): New variables.
7297         (ebnf-prologue): Fix PostScript code.
7298         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7299         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7300         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7301         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7303 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7305         * printing.el: Group together all XEmacs/Emacs definitions.
7306         (pr-version): New version 6.9.
7307         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7308         New functions.
7309         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7310         (pr-menu-bind): Fix code.
7311         (pr-e-frame-char-height, pr-e-frame-char-width)
7312         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7313         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7314         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7315         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7316         (pr-x-event-y-pixel): Eliminate aliases.
7317         (pr-xemacs-global-menubar): Move macro.
7318         (current-menubar, current-mouse-event, zmacs-region-stays)
7319         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7320         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7321         Move variables.
7322         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7323         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7324         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7325         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7326         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7327         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7328         Move functions.
7330 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7332         * ps-print.el: The ps-print commands without face printing should not
7333         print background color.  Reported by Leo <sdl.web@gmail.com>.
7334         (ps-print-version): New version 7.2.2.
7335         (ps-begin-job): New arg.  Fix ps-default-background and
7336         ps-default-foreground initialization.
7337         (ps-face-attributes): Fix doc string.
7338         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7340         * printing.el: Fix ps-print link.
7342 2008-02-01  Kenichi Handa  <handa@m17n.org>
7344         * international/mule-diag.el (list-character-sets-2): Don't print width.
7346 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7348         * ps-print.ps: Fix background height.
7349         (ps-print-version): New version 7.2.1.
7351 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7353         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7354         into separate files.
7355         (ps-print-version): New version 7.2.
7356         (ps-postscript-code-directory): Fix XEmacs initialization.
7357         (ps-generate-postscript-with-faces):
7358         Call ps-generate-postscript-with-faces1 (new function).
7359         (ps-color-format, ps-float-format): Move variables to ps-def.el.
7360         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7361         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7362         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7363         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7364         Move functions to ps-def.el.
7365         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7366         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7367         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7368         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7369         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7370         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7371         Move functions to ps-samp.el.
7373         * ps-bdf.el (installation-directory, coding-system-for-read):
7374         Move variables to ps-def.el.
7376         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7377         (charset-bytes, charset-dimension, charset-id, charset-width)
7378         (find-charset-region, char-width, chars-in-region, forward-point)
7379         (decompose-composite-char, encode-coding-string, coding-system-p)
7380         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7381         (string-make-multibyte, encode-char): Move functions to ps-def.el.
7383         * ps-def.el: New file.  XEmacs/Emacs definitions.
7384         (ps-generate-postscript-with-faces1): New function.
7385         (ps-color-format, ps-float-format): Move variables from ps-print.el.
7386         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7387         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7388         (ps-face-background-name, ps-frame-parameter, ps-color-device)
7389         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7390         Move functions from ps-print.el.
7391         (installation-directory, coding-system-for-read):
7392         Move variables from ps-bdf.el.
7393         (leading-code-private-22): Move variable from ps-mule.el.
7394         (charset-bytes, charset-dimension, charset-id, charset-width)
7395         (find-charset-region, char-width, chars-in-region, forward-point)
7396         (decompose-composite-char, encode-coding-string, coding-system-p)
7397         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7398         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7400         * ps-samp.el: New file.  Sample setup code.
7401         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7402         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7403         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7404         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7405         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7406         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7407         Move functions from ps-print.el.
7409 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7411         * ps-print.el: Handle frame parameters (background and/or foreground
7412         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7413         (ps-print-version): New version 7.1.
7414         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7415         (ps-frame-parameter): New function.
7416         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7417         Fix doc and customization.
7418         (ps-begin-job): Get frame parameters (background and/or foreground
7419         colors).
7420         (ps-do-despool): Ensure ps-printer-name has a valid value.
7422 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7424         * progmodes/ebnf-abn.el:
7425         * progmodes/ebnf-bnf.el:
7426         * progmodes/ebnf-dtd.el:
7427         * progmodes/ebnf-ebx.el:
7428         * progmodes/ebnf-iso.el:
7429         * progmodes/ebnf-otz.el:
7430         * progmodes/ebnf-yac.el:
7431         * progmodes/ebnf2ps.el:
7432         * delim-col.el:
7433         * printing.el:
7434         * ps-bdf.el:
7435         * ps-mule.el:
7436         * ps-print.el: Remove 'Time-stamp' comment mark.
7438         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7439         'easy-menu-add-item' when called in Emacs 21 or higher.
7441 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7443         * ps-print.el : Fix doc.
7444         (ps-print-version): New version 7.0.
7446 2008-02-01  Kenichi Handa  <handa@m17n.org>
7448         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7449         XMODIFIERS.
7451 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7453         * ps-print.el: Fix maintainer email.  Eliminate function declaration
7454         that kept compatibility with older Emacs version.
7455         (ps-print-version): New version 6.7.
7457 2008-02-01  Kenichi Handa  <handa@m17n.org>
7459         * international/quail.el (quail-get-translations):
7460         Make quail-current-key multibyte if not yet done.
7462 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7464         * language/chinese.el ("Chinese-GBK"): Add tutorial.
7465         ("Chinese-GB18030"): Add sample-text and tutorial.
7467         * international/fontset.el (font-encoding-alist)
7468         (setup-default-fontset): Add gb18030.
7469         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7470         (charset-script-alist): Add gbk and gb18030.
7472         * international/characters.el: Put property
7473         preferred-coding-system on gbk and gb18030.
7475         * international/mule-cmds.el (locale-language-names): Add an entry
7476         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7478         * faces.el (face-font-registry-alternatives): Add gb18030.
7480 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7482         * ps-mule.el: Fix maintainer email.
7484 2008-02-01  Kenichi Handa  <handa@m17n.org>
7486         * international/quail.el (quail-insert-kbd-layout): Check the
7487         length of (cdr translation).
7488         (quail-get-current-str): Check the length of (cdr def).
7490 2008-02-01  Kenichi Handa  <handa@m17n.org>
7492         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7494 2008-02-01  Kenichi Handa  <handa@m17n.org>
7496         * international/mule-cmds.el (ucs-insert): Re-implement.
7498 2008-02-01  Kenichi Handa  <handa@m17n.org>
7500         * composite.el (terminal-composition-modification): New function.
7501         (terminal-composition-function): Create composition with the above
7502         modification function.
7504 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7506         * international/characters.el: Add more full-width characters in
7507         char-width-table.
7509 2008-02-01  Kenichi Handa  <handa@m17n.org>
7511         * international/fontset.el (create-fontset-from-fontset-spec):
7512         Fix script name handling.
7514 2008-02-01  Kenichi Handa  <handa@m17n.org>
7516         * composite.el (terminal-composition-function): New function.
7517         (terminal-composition-function-table): New variable.
7518         (auto-compose-chars): If running on a terminal, use
7519         terminal-composition-function-table.
7521         * loadup.el: Load "composite" after "international/characters".
7523         * international/characters.el: Delete codes for setting up charset
7524         property nospace-between-words.  Fix setting up of
7525         char-width-table.  Don't make ethiopic and tibetan double column.
7527         * textmodes/fill.el (fill-find-break-point-function-table):
7528          Don't set it up in defvar.
7529         (fill-nospace-between-words-table): New variable.
7530         (fill-delete-newlines): Check fill-nospace-between-words-table
7531         instead of charset property nospcae-between-words.
7533 2008-02-01  Kenichi Handa  <handa@m17n.org>
7535         * composite.el (global-auto-composition-mode): Make the initial
7536         value not depend on emacs-basic-display.
7538         * textmodes/fill.el: Don't use charset property
7539         `fill-find-break-point-function'.
7540         (fill-find-break-point-function-table): New variable.
7541         (fill-find-break-point): Lookup fill-find-break-point-function-table.
7543 2008-02-01  Kenichi Handa  <handa@m17n.org>
7545         * international/mule.el (coding-system-list): Be sure to exclude
7546         subsidiary coding systems.
7548 2008-02-01  Kenichi Handa  <handa@m17n.org>
7550         * composite.el (auto-composition-after-change)
7551         (toggle-auto-composition): Remove `auto-composed' property instead
7552         of setting it to nil.
7554 2008-02-01  Kenichi Handa  <handa@m17n.org>
7556         * language/misc-lang.el (iso-8859-6): New coding system.
7558 2008-02-01  Kenichi Handa  <handa@m17n.org>
7560         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7561         replace-regexp-in-string as replacement.
7563 2008-02-01  Kenichi Handa  <handa@m17n.org>
7565         * international/fontset.el (otf-script-alist): Add byzm, math,
7566         musc, and nko.
7568         * international/characters.el (script-list): Add nko,
7569         byzantine-musical-symbol, musical-symbol, and mathematical.
7571 2008-02-01  Kenichi Handa  <handa@m17n.org>
7573         * composite.el (auto-compose-current-font): New variable.
7574         (auto-compose-chars): New arg FONT-OBJECT.
7576 2008-02-01  Kenichi Handa  <handa@m17n.org>
7578         * international/characters.el: Modify category-table and
7579         script-table for new Ethiopic character range.
7581 2008-02-01  Kenichi Handa  <handa@m17n.org>
7583         * international/mule-cmds.el (set-language-environment-fontset):
7584         Delete it.
7586 2008-02-01  Kenichi Handa  <handa@m17n.org>
7588         * international/fontset.el (otf-script-alist): Set it.
7590 2008-02-01  Kenichi Handa  <handa@m17n.org>
7592         * international/fontset.el (font-encoding-alist):
7593         Fix for "ethiopic-unicode".
7595 2008-02-01  Kenichi Handa  <handa@m17n.org>
7597         * international/fontset.el (script-representative-chars):
7598         Add an entry for latin script.
7600 2008-02-01  Kenichi Handa  <handa@m17n.org>
7602         * faces.el (font-weight-table): Treat regular and normal as the
7603         same as medium.
7604         (font-slant-table): Add (roman . 100).
7606 2008-02-01  Kenichi Handa  <handa@m17n.org>
7608         These changes are for the new font handling codes.
7610         * faces.el (font-weight-table, font-slant-table)
7611         (font-swidth-table): New customizable variables.
7613         * international/fontset.el (font-encoding-alist): Add koi8-4.
7614         (script-representative-chars): Set the default value.
7615         (create-fontset-from-x-resource): Delete `message'.
7617 2008-02-01  Kenichi Handa  <handa@m17n.org>
7619         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7620         Call set-buffer-multibyte with arg `to'.
7622 2008-02-01  Kenichi Handa  <handa@m17n.org>
7624         * info.el (Info-fontify-node): Check if already fontified or not
7625         by next-single-property-change.
7627 2008-02-01  Kenichi Handa  <handa@m17n.org>
7629         * international/mule.el (ctext-pre-write-conversion): Produce
7630         extra designation sequence for ASCII at the end off extended segment.
7632 2008-02-01  Kenichi Handa  <handa@m17n.org>
7634         * international/mule.el (ctext-non-standard-encodings-table):
7635         Reverse the returning list.
7636         (ctext-pre-write-conversion): Fix encoding with extended segments.
7638         * international/mule-conf.el (compound-text)
7639         (compound-text-with-extensions): Add long-form in :flags.
7641 2008-02-01  Kenichi Handa  <handa@m17n.org>
7643         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7644         regexp for paring FONTSET-SPEC (allow spaces after `:').
7646 2008-02-01  Kenichi Handa  <handa@m17n.org>
7648         * international/fontset.el (create-fontset-from-fontset-spec): Fix
7649         for the case that a charset is specified as target.
7651 2008-02-01  Kenichi Handa  <handa@m17n.org>
7653         * international/ccl.el (ccl-embed-string): Check string length.
7654         Set special flag for multibyte character sequence.
7655         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7656         str unibyte.
7657         (ccl-compile-write): If the character code doesn't fit in 22-bit
7658         (ccl-dump-write-const-string): Check special flag for multibyte
7659         character sequence.
7661 2008-02-01  Kenichi Handa  <handa@m17n.org>
7663         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7664         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7665         ps-mule-eight-bit-char.
7667 2008-02-01  Kenichi Handa  <handa@m17n.org>
7669         * language/chinese.el ("Chinese-BIG5"):
7670         Set ctext-non-standard-encodings property to "big5-0".
7672         * international/mule.el (ctext-non-standard-encodings):
7673         Initialize to nil.
7674         (ctext-non-standard-encodings-alist): Set charset `big5' in the
7675         entry for "big5-0".
7676         (ctext-non-standard-encodings-table): Return a list instead of
7677         char-table.
7678         (ctext-pre-write-conversion): Adjust for the above change.
7680 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7682         * international/mule.el (ctext-non-standard-encodings-alist):
7683         Add an entry for gbk-0.
7684         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7685         a row 8-bit.
7687         * language/chinese.el ("Chinese-GBK"):
7688         Set ctext-non-standard-encodings property to "gbk-0".
7689         Add sample-text property.
7691 2008-02-01  Kenichi Handa  <handa@m17n.org>
7693         * international/kkc.el (kkc-region): Use
7694         this-single-command-raw-keys on pushing back an unhandled key sequence.
7696 2008-02-01  Kenichi Handa  <handa@m17n.org>
7698         * international/encoded-kb.el (encoded-kbd-mode):
7699         Check saved-input-mode on turning off Encoded Kbd mode.
7701         * composite.el (auto-composition-after-change): Use save-buffer-state.
7702         (turn-on-auto-composition-if-enabled): Don't turn on
7703         auto-composition-mode in a unibyte buffer.
7705 2008-02-01  Kenichi Handa  <handa@m17n.org>
7707         * startup.el (command-line): Use custom-reevaluate-setting for
7708         global-auto-composition-mode.
7710         * composite.el (auto-composition-function): Make it buffer local.
7711         (auto-composition-mode): New minor mode.
7712         (turn-on-auto-composition-if-enabled): New function.
7713         (global-auto-composition-mode): New global minor mode.
7715 2008-02-01  Kenichi Handa  <handa@m17n.org>
7717         * descr-text.el (describe-char): Use insert-text-button instead of
7718         widget-create for "customize what to show" button.
7720 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7722         * language/ethiopic.el: Fix copyright.
7723         (composition-function-table): Support a new character in Unicode 4.1.
7725         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7726         (ethio-tex-to-fidel-buffer, ethio-composition-function)
7727         ("ethiopic-tex"): Support new characters in Unicode 4.1.
7729 2008-02-01  Kenichi Handa  <handa@m17n.org>
7731         * international/characters.el: Register characters in
7732         auto-fill-chars.  Put nospace-between-words to more charsets.
7734 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7736         * international/mule-cmds.el (locale-language-names): Add entries
7737         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7738         (locale-preferred-coding-systems): Fix entries for Chinese locales.
7740 2008-02-01  Kenichi Handa  <handa@etlken>
7742         * international/utf-7.el: Delete the definition of utf-7.
7743         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7744         Add autoload cookies.
7746 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7748         * term/mac-win.el: Delete the code to create a fontset from the X
7749         resource "Font".
7751 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7753         * international/robin.el (robin-define-package): Be sure to call
7754         put-char-code-property.
7756 2008-02-01  Kenichi Handa  <handa@m17n.org>
7758         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7759         property to 1.
7761         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7762         property to t.
7764         * international/mule.el (coding-system-get):
7765         Check `ascii-incompatible' for backward compatiblity.
7766         (set-file-name-coding-system): Signal an error for a coding system
7767         not suitable for file name.
7768         (set-keyboard-coding-system): Signal an error for a coding system
7769         not suitable for keyboard.
7771         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7772         Set :suitable-for-keyboard property to 1.
7774         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7775         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7777         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7778         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7780 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7782         * international/robin.el (robin-define-package): Delete redundant code.
7783         (robin-add-rule): Allow N-1 reverse conversion.
7785 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7787         * international/robin.el (robin-define-package): Make the
7788         expanded form shorter.
7790 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7792         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7793         chiense-iso-8bit.
7795 2008-02-01  Kenichi Handa  <handa@m17n.org>
7797         * loadup.el: If we are byte-compiling unidata-gen.el or running
7798         unidata-ge-files, set purify-flag to nil.
7800 2008-02-01  Kenichi Handa  <handa@m17n.org>
7802         * loadup.el: Load international/charprop.el with NOERROR t.
7804         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7806 2008-02-01  Kenichi Handa  <handa@m17n.org>
7808         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7809         New charsets and coding systems.
7810         (mac-symbol, mac-dingbats): New charsets.
7812 2008-02-01  Kenichi Handa  <handa@m17n.org>
7814         * international/characters.el: Set syntax of NBSP to punctuation.
7816 2008-02-01  Kenichi Handa  <handa@m17n.org>
7818         * international/mule-cmds.el: Don't require wid-edit.
7820 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
7822         * international/robin.el: New file.
7824         * language/ethiopic.el: Change encoding to utf-8-emacs.
7825         Register ethio-composition-function in composition-function-table.
7826         ("Ethiopic"): Change coding-systems to utf-8-emacs.
7828         * language/ethio-util.el: Change encoding to utf-8-emacs.
7829         Rewrite all transliteration functions to use robin.el.
7830         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7831         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7832         (ethio-prefer-ascii-punctuation): Delete variables.
7833         (ethio-char-to-ethiocode, ethio-convert-digit)
7834         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7835         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7836         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7837         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7838         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7839         (ethio-adjust-robin, ethio-composition-function)
7840         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7841         (ethio-sera-to-fidel-region-ethio)
7842         (ethio-sera-to-fidel-region-noethio)
7843         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7844         New functions.
7846 2008-02-01  Miles Bader  <miles@gnu.org>
7848         * international/mule.el (auto-coding-regexp-alist)
7849         (ctext-pre-write-conversion): Replace embedded control characters
7850         with octal escapes; this prevents diff from thinking the file is binary.
7852 2008-02-01  Miles Bader  <miles@gnu.org>
7854         * descr-text.el (describe-char-unidata-list):
7855         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7856         (byte-compile-insert-header):
7857         * international/mule.el (charset-list, set-coding-priority)
7858         (ignore-relative-composition):
7859         * international/mule-util.el (detect-coding-with-priority):
7860         * international/mule-diag.el:
7861         * international/mule-cmds.el (language-info-custom-alist):
7862         * international/codepage.el (codepage-setup):
7863         Replace references to Emacs version "22" with "23".
7865 2008-02-01  Kenichi Handa  <handa@m17n.org>
7867         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7869         * international/fontset.el (font-encoding-alist): Add an entry for
7870         microsoft-cp1251.
7871         (setup-default-fontset): Add entries for microsoft-cp1251 and
7872         koi8-r for cyrillic.
7874         * international/mule-cmds.el (char-code-property-alist): New variable.
7875         (define-char-code-property): New function.
7876         (get-char-code-property, put-char-code-property): Handle a
7877         char-table registerd in char-code-property-alist.
7878         (set-language-environment): Check :ascii-compatible-p property of
7879         nonascii charset instead of its dimension.
7881         * international/uni-bidi.el, international/uni-category.el:
7882         * international/uni-combining.el, international/uni-comment.el:
7883         * international/uni-decimal.el, international/uni-decomposition.el:
7884         * international/uni-digit.el, international/uni-lowercase.el:
7885         * international/uni-mirrored.el, international/uni-name.el:
7886         * international/uni-numeric.el, international/uni-old-name.el:
7887         * international/uni-titlecase.el, international/uni-uppercase.el:
7888         * international/charprop.el: New files automatically generated by
7889         admin/unidata/Makefile.
7891         * loadup.el: Load internationnal/charprop.el.
7893         * descr-text.el (describe-char-unidata-list): New variable.
7894         (describe-char-unicode-data): Use char-code-property-description.
7895         (describe-char): Add lines for describing Unicode-based character
7896         properties.
7898 2008-02-01  Kenichi Handa  <handa@m17n.org>
7900         * textmodes/ispell.el: These changes are to fix the code merged
7901         from trunk for the change on 2008-02-01.
7902         (ispell-unified-chars-table): Delete it.
7903         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7905 2008-02-01  Kenichi Handa  <handa@m17n.org>
7907         * international/mule-util.el (char-displayable-p): Check
7908         :charset-list property of CODING.
7910 2008-02-01  Kenichi Handa  <handa@m17n.org>
7912         * international/mule-cmds.el (select-safe-coding-system-interactively):
7913         Change 'mime-charset to :mime-charset.
7914         (select-safe-coding-system): Use above.
7915         (set-language-environment): Delete unnecessary code for handling
7916         overriding-fontspec.
7918 2008-02-01  Kenichi Handa  <handa@m17n.org>
7920         * international/mule-conf.el: New coding system aliases unix, dos,
7921         and mac.
7923 2008-02-01  Kenichi Handa  <handa@m17n.org>
7925         * international/titdic-cnv.el (tit-process-header): Fix embedded
7926         coding tag.
7927         (titdic-convert): Bind coding-system-for-write to the coding
7928         system specfied in the map file.  Remove `charset' property after
7929         decoding.
7930         (miscdic-convert): Bind coding-system-for-write to the coding
7931         system specfied for the map file.  Fix LANGUAGE arg to
7932         quail-define-package.
7933         (batch-miscdic-convert): Check if a file is directory or not.
7935 2008-02-01  Kenichi Handa  <handa@m17n.org>
7937         * international/mule.el (coding-system-equal): Move from mule-util.el.
7939         * international/mule-util.el (coding-system-equal): Move to mule.el.
7941 2008-02-01  Kenichi Handa  <handa@m17n.org>
7943         * international/encoded-kb.el (encoded-kbd-decode-code-list):
7944         New function.
7945         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7946         Support multibyte charsets.
7948 2008-02-01  Kenichi Handa  <handa@m17n.org>
7950         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7951         to eight-bit chars.
7953         * international/mule-conf.el: Don't define coding system
7954         `undecided' here.
7956 2008-02-01  Kenichi Handa  <handa@m17n.org>
7958         * international/mule-cmds.el (locale-language-names): Fix for
7959         gb18030 and gdk.
7961 2008-02-01  Kenichi Handa  <handa@m17n.org>
7963         * international/fontset.el (font-encoding-alist): Add gbk.
7964         (charset-script-alist): Add chinese-gbk.
7966 2008-02-01  Kenichi Handa  <handa@m17n.org>
7968         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7970 2008-02-01  Kenichi Handa  <handa@m17n.org>
7972         * language/japanese.el ("Japanese"): Fix ordering of charsets.
7974 2008-02-01  Kenichi Handa  <handa@m17n.org>
7976         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7977         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7978         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7980 2008-02-01  Kenichi Handa  <handa@m17n.org>
7982         * descr-text.el (describe-char): Fix for the case CODE is a cons
7983         of integers.
7985 2008-02-01  Steven Tamm  <steventamm@mac.com>
7987         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7988         (mac-standard-fontset-spec): Create.
7990 2008-02-01  Kenichi Handa  <handa@m17n.org>
7992         * international/mule-diag.el (unicode-data):
7993         Call find-file-noselect with NOWARN t.
7995 2008-02-01  Kenichi Handa  <handa@m17n.org>
7997         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7999 2008-02-01  Kenichi Handa  <handa@m17n.org>
8001         * international/characters.el: Give more CJK characters the
8002         category `|'.
8004         * descr-text.el (describe-char): Make it work on *Help* buffer.
8005         Suppress auto-composition on a region describing about composition.
8007         * language/european.el (diacritic-compose-region)
8008         (diacritic-compose-string, diacritic-composition-function):
8009         Compose diacritical marks only with a character whose syntax is
8010         word constituent.
8011         (diacritic-post-read-conversion): Delete it.
8013 2008-02-01  Kenichi Handa  <handa@m17n.org>
8015         * composite.el (auto-compose-chars): Execute the main code in
8016         condition-case.
8018 2008-02-01  Kenichi Handa  <handa@m17n.org>
8020         * international/fontset.el (x-complement-fontset-spec):
8021         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8023 2008-02-01  Kenichi Handa  <handa@m17n.org>
8025         * international/characters.el (next-word-boundary-kana):
8026         Handle half-width kana.
8028 2008-02-01  Kenichi Handa  <handa@m17n.org>
8030         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8032 2008-02-01  Kenichi Handa  <handa@m17n.org>
8034         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8036         * mail/rmail.el (rmail-decode-babyl-format):
8037         Use with-coding-priority instead of detect-coding-with-priority.
8039 2008-02-01  Kenichi Handa  <handa@m17n.org>
8041         * international/mule.el (make-translation-table)
8042         (make-translation-table-from-vector): Set the second extra slot of
8043         the char table to 1.
8044         (make-translation-table-from-alist): Fix handling of multiple entries.
8046 2008-02-01  Kenichi Handa  <handa@m17n.org>
8048         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8049         New translation tables.
8051         * international/mule.el (make-translation-table-from-alist):
8052         New function.
8054 2008-02-01  Kenichi Handa  <handa@m17n.org>
8056         * international/mule.el (translate-region): Re-implement it here.
8057         Make it interactive.
8059 2008-02-01  Kenichi Handa  <handa@m17n.org>
8061         * ps-mule.el (ps-mule-font-info-database): Doc fix.
8063 2008-02-01  Kenichi Handa  <handa@m17n.org>
8065         * international/mule-conf.el (chinese-cns11643-15): New charset.
8067 2008-02-01  Kenichi Handa  <handa@m17n.org>
8069         * international/fontset.el (font-encoding-alist): Add entries for
8070         variations of cns11643 fonts.
8071         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8073 2008-02-01  Kenichi Handa  <handa@m17n.org>
8075         * international/mule-diag.el (list-charset-chars): Put charset
8076         text property.
8078         * international/fontset.el (setup-default-fontset): Delete the
8079         entry for symbol script, add JISX0213 to kana script, specify
8080         fallback fonts.
8082 2008-02-01  Kenichi Handa  <handa@m17n.org>
8084         * international/fontset.el (setup-default-fontset)
8085         (font-encoding-alist): Register "JISX0213.2004-1".
8087         * international/mule-diag.el (list-character-sets): Fix the first
8088         line message.
8089         (sort-listed-character-sets): Adjust for the change of
8090         list-characters-sets-1.
8091         (list-character-sets-1): List supplementary character sets in a
8092         different section.
8093         (list-charset-chars): Validate charset at early stage.
8095         * international/characters.el: Fix `han' script range.
8097         * international/mule-conf.el (japanese-jisx0213.2004-1):
8098         Specify :code-space.
8099         (cp932-2-byte): Fix :code-space.
8100         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8102 2008-02-01  Kenichi Handa  <handa@m17n.org>
8104         * international/mule-conf.el (japanese-jisx0213.2004-1):
8105         Specify :dimension 2.
8107         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8108         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8109         New coding systems.
8110         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8111         aliases.
8112         ("Japanese"): Add new charsets and coding systems.
8114 2008-02-01  Kenichi Handa  <handa@m17n.org>
8116         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8117         Rename from japanese-ucs-cp932-map.
8118         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8119         (japanese-ucs-glibc-map): Delete this translation table.
8120         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8121         New translation tables.
8123 2008-02-01  Kenichi Handa  <handa@m17n.org>
8125         * cus-start.el: Handle charset-map-path, not charset-map-directory.
8127 2008-02-01  Kenichi Handa  <handa@m17n.org>
8129         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8131 2008-02-01  Kenichi Handa  <handa@m17n.org>
8133         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8134         tables japanese-ucs-*-map.
8136 2008-02-01  Kenichi Handa  <handa@m17n.org>
8138         * international/eucjp-ms.el: New file (automatically generated by
8139         admin/charsets/Makefile).
8141         * international/cp51932.el: New file (automatically generated by
8142         admin/charsets/Makefile).
8144         * language/japanese.el: Load cp51932 and eucjp-ms.
8145         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8146         (japanese-ucs-glibc-map): New translation tables.
8147         (eucjp-ms): New coding system.
8149         * international/mule.el (coding-system-put): Delete it.
8150         It's implemented in C now.
8152         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8153         (japanese-jisx0213-a): New supplementary charset.
8154         (japanese-jisx0213.2004-1): New charset.
8156 2008-02-01  Kenichi Handa  <handa@m17n.org>
8158         * language/japanese.el (japanese-cp932): New coding system.
8159         (cp932): New alias of it.
8161         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8162         (cp932): New charsets.
8164         * international/mule.el (define-charset): If :code-space is not
8165         given, generate it from :dimension.
8167 2008-02-01  Kenichi Handa  <handa@m17n.org>
8169         * composite.el (reference-point-alist): Doc fix.
8170         (encode-composition-rule, decode-composition-rule):
8171         Handle a rule (GREF NREF XOFF YOFF).
8173 2008-02-01  Kenichi Handa  <handa@m17n.org>
8175         * language/european.el (diacritic-composition-function): Fix for
8176         the case that POS is at the head.  Allow combining with more characters.
8178 2008-02-01  Kenichi Handa  <handa@m17n.org>
8180         * descr-text.el (describe-char): Check `charset' property.
8181         Show the code point in the charset in hexadigits.
8183         * international/mule-diag.el (stretches-for-character-list):
8184         Delete it.
8185         (list-block-of-chars): Use tabs instead of `display' property for
8186         aligning characters.
8187         (print-fontset-element): Fix the printing of XLFD.
8189 2008-02-01  Kenichi Handa  <handa@m17n.org>
8191         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8192         New function.
8193         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8194         handling utf-8.
8196 2008-02-01  Kenichi Handa  <handa@m17n.org>
8198         * faces.el (read-face-font): Include fontsets in the completion list.
8200         * international/mule-cmds.el (set-locale-environment):
8201         Insert locale-translation-file-name in a unibyte buffer.
8203         * international/characters.el: Fix setting of category `|'.
8205 2008-02-01  Kenichi Handa  <handa@m17n.org>
8207         * language/chinese.el (chinese-gb18030): Fix :charset-list.
8209 2008-02-01  Kenichi Handa  <handa@m17n.org>
8211         * international/mule-cmds.el (select-safe-coding-system): Fix for
8212         the case that the first element of default-coding-system is t.
8213         Fix a message when some coding systems are rejected.
8215 2008-02-01  Kenichi Handa  <handa@m17n.org>
8217         * international/mule-cmds.el (set-language-environment): Put
8218         higher priority to charsets listed in `charset' property of the
8219         language environment.
8221 2008-02-01  Kenichi Handa  <handa@m17n.org>
8223         * composite.el (auto-compose-chars): Don't do unnecessary
8224         save-exclusion and save-restriction.
8226 2008-02-01  Kenichi Handa  <handa@m17n.org>
8228         * international/mule-conf.el (ctext-no-compositions):
8229         Remove garbage arguments.
8231         * international/mule.el (make-coding-system): Fix generation of
8232         properties.
8234         * international/fontset.el (setup-default-fontset): Specify fonts
8235         for `symbol' script.
8237         * international/characters.el (script-list): Include `currency'
8238         in `symbol'.
8240 2008-02-01  Alex Schroeder  <alex@gnu.org>
8242         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8243         8601 format (a capital T between the date and the time).
8245 2008-02-01  Kenichi Handa  <handa@m17n.org>
8247         * international/mule.el (private-char-area-1-min)
8248         (private-char-area-1-max, private-char-area-2-min)
8249         (private-char-area-2-max, emacs-mule-charset-table): New variables.
8250         (convert-define-charset-argument): New function.
8251         (define-charset): Handle the old calling style.
8252         Update emacs-mule-charset-table.
8253         (make-char-internal): New function.
8255 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8257         * w32-charset-info-alist: Define iso10646-1 always.
8259 2008-02-01  Kenichi Handa  <handa@m17n.org>
8261         * composite.el (compose-region): Doc fix (delete duplicated line).
8263 2008-02-01  Kenichi Handa  <handa@m17n.org>
8265         * international/characters.el: Fix syntax for Ethiopic.
8267 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8269         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8271         * makefile.w32-in (DONTCOMPILE): Remove old languages.
8272         Add international/latin1-disp.el.
8273         (LC_ALL): Define as C.
8275 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8277         * term/w32-win.el: Don't set fontsets to use sjis.
8279 2008-02-01  Kenichi Handa  <handa@m17n.org>
8281         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8282         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8284 2008-02-01  Kenichi Handa  <handa@m17n.org>
8286         * composite.el (auto-composition-chunk-size): Delete variable.
8287         (auto-compose-chars): Always stop after processing a newline.
8289 2008-02-01  Kenichi Handa  <handa@m17n.org>
8291         * international/mule.el (define-coding-system): Fix attribute
8292         name :for-unibyte.
8294 2008-02-01  Kenichi Handa  <handa@m17n.org>
8296         * ps-bdf.el: Largely re-write.
8298         * ps-mule.el: Largely re-write.
8300         * ps-print.el (ps-generate-string-list): Delete function.
8301         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8302         (ps-header-footer-string): Delete function.
8303         (ps-encode-header-string-function): New variable.
8304         (ps-generate-header-line): Call ps-encode-header-string-function.
8305         (ps-basic-plot-string-function): New variable
8306         (ps-begin-job): Set ps-basic-plot-string-function and
8307         ps-encode-header-string-function.  For setting up headers and
8308         footers, don't use caches such as ps-rh-cache.  Don't call
8309         ps-mule-begin-page.
8310         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8311         Don't call ps-mule-prepare-ascii-font.
8312         (ps-plot-region): Don't pay attention to composition and
8313         non-ASCII characters.
8314         (ps-generate): Call ps-mule-end-job.
8315         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8316         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8317         (ps-mule-end-job): Declare autoload.
8319         * composite.el (auto-compose-region): New function.
8321 2008-02-01  Dave Love  <fx@gnu.org>
8323         * international/mule-util.el
8324         (detect-coding-with-language-environment): Doc fix.
8326         * composite.el: Doc fixes.
8327         (auto-compose-chars): Use functionp, not fboundp.
8329         * international/mule-diag.el (list-charset-chars): Set buffer file
8330         coding system.
8332         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8333         cookie.  Doc fix.
8335 2008-02-01  Dave Love  <fx@gnu.org>
8337         * international/mule-diag.el (list-charset-chars): Set buffer file
8338         coding system.
8340         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8341         cookie.  Doc fix.
8343         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8344         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8345         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8346         * eshell/esh-opt.el (eshell-process-option):
8347         * emulation/keypad.el (keypad-setup):
8348         * emacs-lisp/lisp-mode.el (prin1-char):
8349         * emacs-lisp/generic.el (generic-mode-set-comments):
8350         * edmacro.el (edmacro-parse-keys):
8351         * disp-table.el (standard-display-default): Use characterp.
8353 2008-02-01  Kenichi Handa  <handa@m17n.org>
8355         * international/mule-conf.el (utf-16-be): Make it an alias of
8356         utf-16be-with-signature.
8357         (utf-16-le): Make it an alias of utf-16le-with-signature.
8358         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8359         coding system aliases.
8361         * international/utf-7.el (utf-7-decode, utf-7-encode):
8362         Use utf-16be, not utf-16-be.
8364 2008-02-01  Kenichi Handa  <handa@m17n.org>
8366         * international/mule.el (coding-system-category): New function.
8367         (set-coding-priority): Re-write.
8368         (make-translation-table): Re-write.
8370         * international/mule-cmds.el (universal-coding-system-argument):
8371         Check the coding system type `undecided', not `t'.
8372         (sort-coding-systems): Fix for iso-2022 coding systems.
8373         (find-multibyte-characters): Fix for eight-bit chars.
8374         (set-language-environment): Set charset priorities according to
8375         the charsets supported by the coding systems of higher priorities.
8377 2008-02-01  Kenichi Handa  <handa@m17n.org>
8379         * font-lock.el
8380         (font-lock-match-c-style-declaration-item-and-skip-to-next):
8381         Check (match-end 2) before going there.
8383 2008-02-01  Kenichi Handa  <handa@m17n.org>
8385         * international/mule.el (ctext-non-standard-designations-alist):
8386         Exclude entries for iso8859-1[03456].  Fix docstring.
8387         (ctext-pre-write-conversion): Make it work for the case that FROM
8388         is a string.  Don't do unnecessary save-restriction and
8389         narrow-to-region.
8391 2008-02-01  Kenichi Handa  <handa@m17n.org>
8393         * international/mule.el (ctext-non-standard-encodings-alist):
8394         Rename from non-standard-icccm-encodings-alist.
8395         (ctext-non-standard-encodings-regexp): New variable
8396         (ctext-post-read-conversion): Full rewrite.
8397         (ctext-non-standard-designations-alist): Rename from
8398         non-standard-designations-alist.
8399         (ctext-pre-write-conversion): Full rewrite.
8400         (define-coding-system): Doc fix (escape '"' by '\').
8402 2008-02-01  Dave Love  <fx@gnu.org>
8404         * international/mule-conf.el (utf-16le, utf-16be-16be)
8405         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8406         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
8407         `-16-{b,l}e-' and define aliases for the old names.
8409         * international/mule.el (define-coding-system): Doc fix.
8411 2008-02-01  Dave Love  <fx@gnu.org>
8413         * international/utf-7.el: New file.
8415         * international/mule-conf.el (utf-7): New.
8417 2008-02-01  Kenichi Handa  <handa@m17n.org>
8419         * international/mule-conf.el (utf-16): Add :endian 'big.
8421         * international/mule.el (define-coding-system): Fix docstring
8422         about :bom and :endian.
8424 2008-02-01  Dave Love  <fx@gnu.org>
8426         * international/mule-diag.el (describe-character-set):
8427         Fix printing dimensions.  Use `×', not `x'.
8429 2008-02-01  Kenichi Handa  <handa@m17n.org>
8431         * international/fontset.el: Register CDAC fonts in
8432         face-font-rescale-alist instead of face-resizing-fonts.
8434 2008-02-01  Kenichi Handa  <handa@m17n.org>
8436         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8437         (utf-16-be): Rename from utf-16-be-nosig.
8438         (utf-16-le-with-signature): Rename from utf-16-le.
8439         (utf-16-be-with-signature): Rename from utf-16-be.
8440         (utf-16): Set :bom to (utf-16-le-with-signature .
8441         utf-16-be-with-signature).
8443 2008-02-01  Dave Love  <fx@gnu.org>
8445         * language/georgian.el (georgian-ps, georgian-academy): New coding
8446         system.
8448         * language/chinese.el (chinese-big5-hkscs): New coding system.
8449         (big5-hkscs, cn-big5-hkscs): New aliases.
8451         * international/mule-conf.el (big5-hkscs, georgian-academy):
8452         New charset.
8453         (ibm1047): Doc fix.
8454         (pt154): Add mime-charset.
8455         (ptcp154, cp154): New aliases.
8457 2008-02-01  Dave Love  <fx@gnu.org>
8459         * international/mule.el (charset-iso-final-char, define-coding-system):
8460         Doc fix.
8462 2008-02-01  Kenichi Handa  <handa@m17n.org>
8464         * international/ccl.el (define-ccl-program): Fset charset-id
8465         to charset-id-internal temporarily.
8467 2008-02-01  Kenichi Handa  <handa@m17n.org>
8469         * international/mule-diag.el (list-block-of-chars):
8470         Use decode-char instead of make-char.
8472 2008-02-01  Kenichi Handa  <handa@m17n.org>
8474         * international/fontset.el: Enable the default fontset to use
8475         unicode fonts for ASCII characters.
8476         (x-decompose-font-name): Don't try to resolve PATTERN by
8477         x-resolve-font-name.
8478         (x-complement-fontset-spec): Never prepend an ASCII font.
8479         (create-fontset-from-fontset-spec): If a fontset of the same name
8480         already exists, override it instead of signalling an error.  Don't
8481         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
8483         * international/mule-conf.el (unicode-bmp): Delete duplicated
8484         definition.  Give it :code-offset 0.
8486         * international/mule-diag.el (print-fontset-element): New function.
8487         (print-fontset): Use print-fontset-element to print the elements
8488         of a fontset.  Use it also to print fonts fallen back to the
8489         default fontsets.
8491         * term/x-win.el: Delete the code to create a fontset from the X
8492         resource "Font".
8494 2008-02-01  Kenichi Handa  <handa@m17n.org>
8496         * international/mule-diag.el (print-fontset): Insert proper
8497         newline and indentation spaces.
8499 2008-02-01  Dave Love  <fx@gnu.org>
8501         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8502         multibyte-char-to-unibyte.
8504         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8506         * international/mule-cmds.el (find-coding-systems-for-charsets):
8507         Use coding-system-type, coding-system-charset-list.
8508         (standard-keyboard-coding-systems): Delete.
8509         (set-locale-environment): Maybe set keyboard coding system.
8510         Avoid typical warning about codeset in C locale.
8512 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8514         * international/fontset.el (x-complement-fontset-spec): If a
8515         fontname doesn't conform to XLFD format, try to get XLFD name by
8516         x-list-fonts.
8518 2008-02-01  Dave Love  <fx@gnu.org>
8520         * international/mule-conf.el (mik, pt154): New charsets.
8522         * language/cyrillic.el (mik, pt154): New coding systems.
8524 2008-02-01  Dave Love  <fx@gnu.org>
8526         * international/characters.el: Move parts around so that syntax
8527         definitions aren't overwritten wrongly.
8529         * international/mule-diag.el (unicode-data): Fix treatment of
8530         numeric-value fields.
8532 2008-02-01  Dave Love  <fx@gnu.org>
8534         * progmodes/cap-words.el: New file.
8536 2008-02-01  Kenichi Handa  <handa@m17n.org>
8538         The following changes are to make character composition happen
8539         automatically on displaying.
8541         * composite.el: Remove all autoload cookies.
8542         (composition-function-table): Move variable declaration from
8543         composite.c.  Change format.
8544         (save-buffer-state): Copy from font-lock.el.
8545         (auto-composition-chunk-size): New variable.
8546         (auto-compose-chars): New function.  Set
8547         auto-composition-function to it.
8548         (toggle-auto-composition): New function.
8550         * international/characters.el: Make all chararacters in the
8551         charset tibetan to tibetan script.
8553         * international/mule-conf.el (tibetan): Fix :code-space property.
8554         (tibetan-1-column): Delete :superset property, add :code-offset
8555         property.
8557         * international/quail.el (quail-input-string-to-events): Don't
8558         generate compose-chars-after events.
8560         * language/devanagari.el: Register devanagari-composable-function
8561         in composition-function-table for Devanagari characters.
8563         * language/devan-util.el: Register devanagari-composable-pattern
8564         in indian-composable-pattern.
8565         (devanagari-composition-function): Add autoload cookie.  Change
8566         arguments to conform to composition-function-table.
8568         * language/european.el: Register combining characters in
8569         composition-function-table.
8570         (diacritic-composition-function): Change arguments to conform to
8571         composition-function-table.
8573         * language/indian.el (indian-composable-pattern): New variable.
8575         * language/ind-util.el (indian-compose-region): Don't call
8576         compose-chars-after, instead call a function registered in
8577         composition-function-table.
8579         * language/lao.el: Register lao-composition-function in
8580         composition-function-table for Lao vowels and tones.
8581         (lao): Don't use lao-post-read-conversion.
8583         * language/lao-util.el (lao-post-read-conversion): Delete this function.
8584         (lao-composition-function): Change arguments to conform to
8585         composition-function-table.
8587         * language/thai.el: Register thai-composition-function in
8588         composition-function-table for Thai vowels and tones.
8589         (thai-tis620): Don't use thai-post-read-conversion.
8591         * language/thai-util.el (thai-post-read-conversion): Delete function.
8592         (thai-composition-function): Change arguments to conform to
8593         composition-function-table.
8595         * language/tibetan.el: Register tibetan-composition-function in
8596         composition-function-table for Tibetan characters.
8598         * language/tibet-util.el (tibetan-composition-function):
8599         Change arguments to conform to composition-function-table.
8601         * loadup.el: Load composite.
8603 2008-02-01  Dave Love  <fx@gnu.org>
8605         * international/mule-diag.el (unicode-data): Find unicodedata-file
8606         literally.
8608 2008-02-01  Dave Love  <fx@gnu.org>
8610         * international/fontset.el: Doc fixes.
8611         ("fontset-default"): Add iso8859-15.
8613 2008-02-01  Kenichi Handa  <handa@m17n.org>
8615         * international/fontset.el ("fontset-default"): Add an entry for
8616         `indian-is13194' charset.
8618         * international/mule-conf.el (indian-is13194): Delete :unify-map
8619         property.  Don't unify this charset.
8620         (indian-2-column): Delete :superset property, add :code-offset property.
8622         * language/devan-util.el: Delete the superfluous autoload cookie
8623         near the head of the file.
8624         (devanagari-compose-region): Add autoload cookie.
8626         * language/ind-util.el (indian-2-column-to-ucs-region):
8627         Add autoload cookie.
8629 2008-02-01  Kenichi Handa  <handa@m17n.org>
8631         * international/fontset.el ("fontset-default"): Add an entry for
8632         `devanagari' script and `malayalam-glyph' charset.
8633         (face-resizing-fonts): Register CDAC fonts.
8635         * international/mule-conf.el (malayalam-glyph): New charset.
8637 2008-02-01  Dave Love  <fx@gnu.org>
8639         * term/x-win.el: Fix typo in loop setting x-keysym-table.
8641 2008-02-01  Dave Love  <fx@gnu.org>
8643         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8645         * term/x-win.el: Remove some ancient compatibility code.  Populate
8646         x-keysym-table.
8648         * international/mule-cmds.el (wid-edit): Require when compiling.
8649         (set-locale-environment): Check locale against coding system
8650         aliases too.
8652 2008-02-01  Kenichi Handa  <handa@m17n.org>
8654         * language/indian.el (in-is13194-devanagari):
8655         Fix :post-read-conversion and :pre-write-conversion.
8657 2008-02-01  Dave Love  <fx@gnu.org>
8659         * international/mule-cmds.el (charset): Supply doc, :tag.
8661 2008-02-01  Kenichi Handa  <handa@m17n.org>
8663         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8664         return a unibyte string.
8666 2008-02-01  Kenichi Handa  <handa@m17n.org>
8668         * international/mule-cmds.el (set-locale-environment):
8669         Delete superfluous ')'s at the tail.
8671 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8673         * international/mule.el (define-coding-system): Fix typo;
8674         "docode" -> "decode".
8676 2008-02-01  Dave Love  <fx@gnu.org>
8678         * emacs-lisp/byte-opt.el (side-effect-free-fns):
8679          Add string-make-unibyte string-make-multibyte string-to-multibyte
8680          string-as-multibyte string-as-unibyte.
8682 2008-02-01  Dave Love  <fx@gnu.org>
8684         * language/english.el (ibm1047, cp1047): New.
8686         * international/mule-conf.el (alternativnyj): Use new table.
8687         (cp866): Define standalone, not as alias.
8688         (ibm866): Change alias.
8689         (ibm1047): New.
8691         * language/cyrillic.el (cyrillic-alternativnyj):
8692         Remove mime-charset.  Use alternativnj charset.
8693         (cp866): Remove alias.  Define standalone.
8695 2008-02-01  Dave Love  <fx@gnu.org>
8697         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8699         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8700         ("Tajik", "Belarusian"): Fix charset.
8702         * international/mule-cmds.el (describe-language-environment):
8703         Be case-insensitive when looking for input methods.
8704         (locale-name-match): Doc fix.
8705         (locale-charset-match-p): New.
8706         (set-locale-environment): Warn if coding system doesn't agree
8707         with system locale.
8709 2008-02-01  Kenichi Handa  <handa@m17n.org>
8711         * international/mule-cmds.el (select-safe-coding-system): If
8712         :mime-charset property of a coding system is not equal to that
8713         coding system, don't show that :mime-charset name.
8715 2008-02-01  Dave Love  <fx@gnu.org>
8717         * international/quail.el (quail-help): Fix underlining.
8719         * language/chinese.el (chinese-gb18030, gb18030)
8720         ("Chinese-GB18030"): New.
8722         * international/mule-cmds.el (locale-language-names): Add GB18030.
8724         * international/swedish.el: Don't require latin-1.
8726 2008-02-01  Dave Love  <fx@gnu.org>
8728         * language/czech.el ("Czech"):
8729         * language/slovak.el ("Slovak"):
8730         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8732         * language/greek.el ("Greek"): Remove unibyte-syntax property.
8733         (cp737): New coding system.
8735         * language/european.el: Remove unibyte-syntax properties.
8736         Augment some coding-system properties.
8738         * international/mule-cmds.el (set-language-environment):
8739         Check for charset property of environment.
8740         (language-info-alist): Doc fix.
8742         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8744         * international/characters.el: Add Latin-1.
8746         * international/latin-1.el, international/latin-2.el,
8747         * international/latin-3.el, international/latin-4.el,
8748         * international/latin-5.el, international/latin-8.el,
8749         * international/latin-9.el: Delete.
8751         * loadup.el: Remove international/latin-N.el.
8753         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8754         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8755         Undo last changes.
8757         * international/mule-diag.el (unicode-data): Check that
8758         `unicodedata-file' exists.
8760 2008-02-01  Kenichi Handa  <handa@m17n.org>
8762         * international/fontset.el (charset-script-alist): Fix script names.
8764 2008-02-01  Kenichi Handa  <handa@m17n.org>
8766         * international/latin-1.el: Bind set-case-syntax-charset to
8767         iso-8859-1.  Never provide latin-1.
8769         * international/latin-2.el: Bind set-case-syntax-charset to
8770         iso-8859-2.  Never provide latin-2.
8772         * international/latin-3.el: Bind set-case-syntax-charset to
8773         iso-8859-3.  Never provide latin-3.
8775         * international/latin-4.el: Bind set-case-syntax-charset to
8776         iso-8859-4.  Never provide latin-4.
8778         * international/latin-5.el: Bind set-case-syntax-charset to
8779         iso-8859-9.  Never provide latin-5.
8781         * international/latin-8.el: Bind set-case-syntax-charset to
8782         iso-8859-14.  Never provide latin-8.
8784         * international/latin-9.el: Bind set-case-syntax-charset to
8785         iso-8859-15.  Never provide latin-9.
8787         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8788         (set-case-syntax-charset): New variable.
8789         (set-case-syntax-1): New function.
8790         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8791         Call set-case-syntax-1 on arguments.
8793         * international/mule-cmds.el (set-language-environment): Delete
8794         unnecessary setup of syntax/case for unibyte case.
8796 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8798         * international/fontset.el (generate-fontset-menu): Exclude the
8799         default fontset.
8801         * faces.el (describe-face): Describe :fontset property too.
8803 2008-02-01  Dave Love  <fx@gnu.org>
8805         * international/characters.el: Don't set char width of CJK
8806         charsets generally.  Add some non-word syntax cases.
8807         (korean-ksc5601): Fix ranges with symbol syntax.
8809 2008-02-01  Dave Love  <fx@gnu.org>
8811         * Makefile.in (DONTCOMPILE): Add indian.el.
8813         * language/ind-util.el:
8814         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8815         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8816         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8817         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8818         Remove declarations and let-bind them in re-written top-level loop
8819         over scripts, including ucs-devanagari-to-is13194-alist.
8821 2008-02-01  Dave Love  <fx@gnu.org>
8823         * international/mule-cmds.el (charset): Move.
8824         (language-info-custom-alist): Move.  Alter :set.
8825         (find-coding-systems-for-charsets): Check charset type before
8826         getting :charset-list.
8828         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8830 2008-02-01  Dave Love  <fx@gnu.org>
8832         * wid-edit.el (widget-string-complete): New.
8833         (widget-coding-system-prompt-value-history): Delete.
8834         (coding-system): Use coding-system-value-history.
8836         * international/mule-cmds.el (charset): New widget.
8837         (language-info-custom-alist): Use it.
8838         (default-input-method): Modify :type.
8840 2008-02-01  Dave Love  <fx@gnu.org>
8842         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8843         (indian-glyph-char, indian-char-glyph): Delete.
8844         (is13194-default-repertory): Rename from is13194-default-repartory.
8845         (iscii-to-ucs-region): Hoist evals from loop.
8847         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8849         * language/indian.el (indian-script-table)
8850         (ccl-encode-indian-glyph-font): Delete.
8852         * international/mule-cmds.el (language-info-custom-alist): New.
8853         (input-method-activate-hook, input-method-inactivate-hook)
8854         (input-method-after-insert-chunk-hook)
8855         (input-method-use-echo-area, set-language-environment-hook)
8856         (exit-language-environment-hook): Customize.
8857         (find-coding-systems-for-charsets): Rewrite.
8858         (default-input-method): Add :link.
8860 2008-02-01  Dave Love  <fx@gnu.org>
8862         * international/mule-conf.el (eight-bit): Add :docstring,
8863         :short-name properties.
8864         (cp851): Doc fix.
8865         (unicode-bmp): New.
8867         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8869         * language/european.el (cp858): New.
8870         ("Turkish"): Add special case rules.
8872 2008-02-01  Dave Love  <fx@gnu.org>
8874         * international/characters.el: Make Ÿ and ÿ a case pair.
8876 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8878         * international/mule-conf.el: Don't define the charset iso-8859-1
8879         here, just setup its properties.
8881 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8883         * international/mule-conf.el (utf-8): Give :mime-charset property.
8885 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8887         * international/characters.el: Remove duplicated case setting for
8888         Cyrillic and Greek letters.  Don't setup printable-chars here.
8890         * case-table.el (describe-buffer-case-table): Handle the case
8891         that KEY is a cons within map-char-table.
8893 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8895         * international/characters.el: Fix categories ?A and ?C.
8896         Treat ASCII characters as `latin' script.
8898 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8900         * international/fontset.el (fontset-plain-name): If the fontset
8901         name doesn't ends with "-fontset-*", use family name as the first
8902         part of the plain name.
8903         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8904         created, use that name for the fontset.  Fix arguments to
8905         subst-char-in-string.
8907 2008-02-01  Dave Love  <fx@gnu.org>
8909         * term.el (term-char-mode): Remove generic-character-list code.
8911         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8913         * wid-edit.el (character): Use characterp.
8915         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8917         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8919         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8920         Add charset.
8921         ("Ukrainian"): New.
8923         * language/georgian.el (georgian-ps): New coding system.
8925 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8927         * international/mule-cmds.el (reset-language-environment):
8928         Don't set nonascii-translation-table and nonascii-insert-offset.
8929         Call set-unibyte-charset, not set-primary-charset.
8930         (nonascii-translation-table, nonascii-insert-offset):
8931         Declare these variable as obsolete ones.
8932         (set-language-environment): Call set-unibyte-charset, not
8933         set-primary-charset.  Call set-charset-priority with `charset'
8934         info of the language environment.
8936 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8938         * international/characters.el (next-word-boundary-han):
8939         Don't treat katakana following han characters as a part of a word.
8941 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8943         * international/characters.el: Call map-charset-chars on big5 (not
8944         chinese-big5-1/2) to set categories `c', `C', and `|'.
8945         (next-word-boundary-han, next-word-boundary-kana): New function.
8946         Register it in next-word-boundary-function-table.
8948 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
8950         * arc-mode.el (archive-file-name-coding-system): New variable.
8951         Make it permanent-local.
8952         (byte-after, bref, insert-unibyte): New function.  Change most of
8953         char-after, aref, insert to them respectively.
8954         (archive-mode): Set archive-file-name-coding-system.
8955         (archive-summarize): Don't change the buffer's multibyteness.
8956         (archive-extract): Inherit archive-file-name-coding-system from
8957         archive-superior-buffer.  Bind coding-system-for-write to
8958         archive-file-name-coding-system.
8959         (archive-*-write-file-member): Encode ENAME by
8960         archive-file-name-coding-system.  Bind coding-system-for-write to
8961         no-conversion.
8962         (archive-rename-entry): Encode the filename by
8963         archive-file-name-coding-system.
8964         (archive-mode-revert): Don't change the buffer's multibyteness.
8965         (archive-arc-summarize, archive-lzh-summarize)
8966         (archive-zoo-summarize): Don't change the buffer's multibyteness.
8967         Decode filenames by archive-file-name-coding-system.
8968         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8969         the buffer's multibyteness.
8971         * tar-mode.el (tar-file-name-coding-system): New variable.
8972         Make it permanent-local.
8973         (tar-header-block-tokenize): Decode filename and linkname by
8974         tar-file-name-coding-system.
8975         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8976         the byte value of eight-bit chars.
8977         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8978         `to'.  Delete unnecessary call of position-bytes.
8979         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
8980         call of position-bytes.
8981         (tar-extract): Simplify by calling decode-coding-region with
8982         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
8983         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8984         (tar-clear-modification-flags): Delete unnecessary call of
8985         position-bytes.
8986         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8987         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8988         Convert new-data-string by string-to-multibyte before inserting it.
8989         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8990         buffer.  Simplify by calling encoding-coding-region with
8991         DESTINATION argument.
8992         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8994 2008-02-01  Dave Love  <fx@gnu.org>
8996         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8998         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9000 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9002         * international/characters.el: Setup char-script-table.
9004         * international/fontset.el: Setup the default fontset by the new
9005         script-based way.
9006         (x-complement-fontset-spec): Change the format of arg FONTLIST to
9007         an alist of charsets vs font name lists.
9008         (charset-script-alist): New variable.
9009         (create-fontset-from-fontset-spec): Allow script name in
9010         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
9011         to the corresponding script name.
9012         (create-fontset-from-ascii-font): Slight tuning.
9014         * international/mule-conf.el (devanagari-glyph): New charset.
9015         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9016         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9017         japanese-jisx0213-2.
9019         * international/mule-diag.el (print-fontset): Use describe-vector
9020         to handle a char table returned by fontset-info.
9022         * language/indian.el: Don't register ccl-encode-indian-glyph-font
9023         and ccl-encode-unicode-font in font-ccl-encoder-alist.
9025 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9027         * international/mule-util.el (detect-coding-with-priority):
9028         Fix the place of using `,' marker in backquote form.
9030 2008-02-01  Dave Love  <fx@gnu.org>
9032         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9034         * international/mule-util.el (with-coding-priority): Fix.
9036         * international/mule.el (set-coding-priority): Fix obsolete spec.
9038 2008-02-01  Dave Love  <fx@gnu.org>
9040         * international/mule-cmds.el (leim-list-header): Add coding tag.
9042 2008-02-01  Dave Love  <fx@gnu.org>
9044         * international/mule-cmds.el (find-coding-systems-region)
9045         (language-info-alist, reset-language-environment, princ-list): Doc fix.
9046         (input-method-verbose-flag): Fix :type.
9048 2008-02-01  Dave Love  <fx@gnu.org>
9050         * international/mule.el (set-char-table-default): Make obsolete.
9052 2008-02-01  Dave Love  <fx@gnu.org>
9054         * language/devanagari.el ("Devanagari"): Fix coding-system,
9055         coding-priority.
9057         * international/mule-diag.el (describe-char-after): Modify display
9058         list processing.
9059         (unicodedata-file, unicodedata-find): New.
9061 2008-02-01  Dave Love  <fx@gnu.org>
9063         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9064         autoload cookie.
9066         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9068 2008-02-01  Dave Love  <fx@gnu.org>
9070         * international/mule-util.el (detect-coding-with-priority): Rewrite.
9072 2008-02-01  Dave Love  <fx@gnu.org>
9074         * composite.el (compose-string): Doc fix.
9076         * language/georgian.el ("Georgian"): Delete code-pages feature,
9077         add nonascii-translation.
9079         * language/european.el ("German", "French", "Spanish"):
9080         Add latin-9 as alternative coding system.
9081         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9082         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
9083         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9084         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9085         system.
9087         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9088         encode-coding-char.
9089         (side-effect-and-error-free-fns): Add charsetp, max-char,
9090         primary-charset.
9092         * simple.el: Don't require cl when compiling.
9094         * Makefile.in (DONTCOMPILE): Fix duplicates.
9096         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9098         * international/mule.el: Doc fixes.
9099         (load-with-code-conversion): Fix coding-system-type test.
9101         * international/mule-cmds.el (sort-coding-systems): Comment out
9102         iso-2022 case.
9103         (encoded-string-description): Fix coding-system-type test.
9105 2008-02-01  Dave Love  <fx@gnu.org>
9107         * international/characters.el: Make korean-ksc5601 double-width.
9109         * international/mule.el (auto-coding-regexp-alist):
9110         Recognize Emacs 20/1 byte-compiled files.
9112         * international/mule-conf.el (file-coding-system-alist):
9113         Change .elc to utf-8-emacs.
9115         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9116         of utf-8-emacs.
9117         (byte-compile-insert-header): Update magic number.  Add ballast.
9118         (map-char-table): Use byte-compile-funarg-2.
9120 2008-02-01  Dave Love  <fx@gnu.org>
9122         * language/cyrillic.el ("Belarusian"): Doc fix.
9123         (cp1125, koi8-t): Doc fix.
9125         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9126         (find-multibyte-characters): Don't test for charset `unknown'.
9127         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9128         ru, sr_YU, tg, wa, zh.gbk.
9129         (locale-language-names): Change sp to Cyrillic.
9130         (locale-charset-language-names): Match @euro after utf-8.
9132 2008-02-01  Dave Love  <fx@gnu.org>
9134         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9135         New coding systems.
9136         ("Chinese-GBK"): New environment.
9138         * language/thai-util.el: Remove redundant unicodes in category-setting.
9140         * language/lao-util.el: Remove redundant unicodes in category-setting.
9142         * international/mule-conf.el (japanese-jisx0213-1)
9143         (japanese-jisx0213-2): Add unify-map.
9145 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9147         * international/quail.el (quail-update-leim-list-file):
9148         Force writing the file by iso-2022-7bit.
9150         * international/titdic-cnv.el (miscdic-convert): Force writing the
9151         file by iso-2022-7bit.
9153         * international/mule.el (define-charset): Change the attribute
9154         :parents to :subset or :superset.
9156         * international/mule-conf.el: Adjust for the change of
9157         define-charset (:parent -> :subset or :superset).
9159         * international/characters.el: Fix the last change.
9161 2008-02-01  Dave Love  <fx@gnu.org>
9163         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9164         (cyrillic-encode-alternativnyj-char): Fix.
9165         (standard-display-cyrillic-translit): Remove redundant unicodes.
9167 2008-02-01  Dave Love  <fx@gnu.org>
9169         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9170         New environments.
9172         * international/mule-conf.el (control-1): New charset.
9173         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9174         (korean-ksc5601): Redefine to use code-offset and unify-map.
9176 2008-02-01  Dave Love  <fx@gnu.org>
9178         * international/mule-conf.el (tcvn-5712): New charset.
9180         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9181         ("Vietnamese"): Doc fix.
9183 2008-02-01  Dave Love  <fx@gnu.org>
9185         * international/mule-conf.el (windows-936): New alias.
9187         * cus-start.el: Add scalable-fonts-allowed.
9189         * international/characters.el: Reinstate various CJK syntax and
9190         category setup.  Remove obsolete syntax setting in Greek section.
9191         Optimize the char tables.
9193         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9195         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9197         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9198         coding systems.
9200         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9202 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9204         * international/characters.el (printable-chars): Setup correctly.
9206 2008-02-01  Dave Love  <fx@gnu.org>
9208         * cus-start.el: Add selection-coding-system.
9210         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9212         * language/china-util.el (post-read-decode-hz)
9213         (pre-write-encode-hz): Move from chinese.el.
9214         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9215         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9217         * language/chinese.el (post-read-decode-hz)
9218         (pre-write-encode-hz): Move to china-util.el.
9220         * case-table.el (set-case-syntax-pair): Test again for equal byte
9221         lengths of the pair.
9223         * international/characters.el: Add Vietnamese category to
9224         equivalent unicodes.
9226 2008-02-01  Dave Love  <fx@gnu.org>
9228         * international/mule-conf.el (chinese-sisheng, ipa)
9229         (indian-is13194, tibetan, ethiopic): Add :unify-map.
9231         * international/mule-diag.el (describe-character-set): Account for
9232         more than two dimensions of possibly different size.
9233         (describe-current-coding-system): Add selection-coding-system.
9235         * international/mule-cmds.el (unify-8859-on-encoding-mode)
9236         (unify-8859-on-decoding-mode): Move from mule.el.
9238         * international/mule.el (unify-8859-on-encoding-mode)
9239         (unify-8859-on-decoding-mode): Remove :init-value.
9240         (charset-chars): Add optional dimension arg.
9241         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9242         Move to mule-cmds.el.
9244 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9246         * international/fontset.el: Change registry for japanese-jisx0208
9247         to "JISX0208*" in the default fontset.
9248         (font-encoding-alist): Add an entry for "JISX0208.1983" and
9249         "ISO10646.indian-1".
9251 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9253         * language/japanese.el (japanese-iso-7bit-1978-irv):
9254         Add `designation' to :flags, `ascii' to :charset-list.
9256         * international/mule.el (define-charset): New args :min-code and
9257         :max-code.
9258         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9260         * international/mule-conf.el (chinese-gbk): Change :code-offset to
9261         #x160000.
9262         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9263         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9265 2008-02-01  Dave Love  <fx@gnu.org>
9267         * language/thai.el (iso-8859-11): New coding system.
9269         * international/mule-conf.el: Doc fixes.
9270         (iso-8859-11): New.
9272 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
9274         * cus-start.el (scalable-fonts-allowed): Add.
9276 2008-02-01  Dave Love  <fx@gnu.org>
9278         * international/mule.el (unify-8859-on-encoding-mode)
9279         (unify-8859-on-decoding-mode): Dummy versions.
9281         * international/ucs-tables.el: Remove.
9283         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9284         language/japanese.el.
9286         * international/mule-conf.el: Doc fixes.
9287         (cp936): New alias.
9288         (cp720, cp858): New charsets.
9290         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9291         coding system, not emacs-mule.
9293         * files.el (revert-buffer, recover-file): Likewise.
9295         * desktop.el (desktop-save): Likewise.
9297 2008-02-01  Dave Love  <fx@gnu.org>
9299         * international/mule.el (with-category-table): Use make-symbol.
9300         (coding-system-list): Use coding-system-aliases.
9301         (make-translation-table): Don't deal with generic characters.
9303         * international/mule-util.el (coding-system-post-read-conversion)
9304         (coding-system-pre-write-conversion)
9305         (coding-system-translation-table-for-decode)
9306         (coding-system-translation-table-for-encode): Get the right properties.
9307         (with-coding-priority): New macro.
9308         (detect-coding-with-language-environment): Use it.
9309         (coding-system-equal): Use coding-system-plist.
9311         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9312         Use :valid property.
9314         * international/mule-cmds.el (encode-coding-char):
9315         Use find-coding-systems-string.  Don't use make-char.
9316         (describe-language-environment): Use coding-system-aliases.
9317         (prefer-coding-system): Doc fix.
9319         * international/mule-diag.el (describe-current-coding-system):
9320         Fix aliases listing.
9321         (print-iso-2022-flags): Delete.
9322         (print-designation): Partial re-write.
9323         (describe-coding-system): Deal with iso-2022 designations, flags.
9324         Fix shift_jis case.
9325         (describe-char-after): Use characterp.  Print explicit unicode.
9326         Remove some obsolete code.
9327         (print-coding-system-briefly): Fix printing aliases.
9328         (print-coding-system): Use coding-system-aliases.
9329         (mule-diag): Don't list coding categories.
9331         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
9332         Re-order charset priorities.
9333         (binary): New alias.
9334         (iso-8859-16): Fix nickname.
9335         (define-iso-single-byte-charset): Un-define after use.
9337 2008-02-01  Dave Love  <fx@gnu.org>
9339         * international/characters.el: Additional double width specifications.
9341         * international/mule-diag.el (print-coding-system): Incomplete updates.
9342         (describe-character-set): List more properties.
9343         (print-fontset): Fix case of vector font-spec.
9344         (describe-current-coding-system): Fix iso-7, iso-7-else.
9346         * international/mule-conf.el (ibm866): Fix alias.
9347         (iso-8859-16): Fix nickname.
9349 2008-02-01  Dave Love  <fx@gnu.org>
9351         * language/ind-util.el: Avoid decode-char.
9352         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9353         Use characterp, not char-valid-p.
9355         * language/devan-util.el: Add coding tag, avoid decode-char.
9357         * international/titdic-cnv.el: Add coding tag.
9358         (tit-process-header): Add coding tag to output.
9360         * language/thai.el (cp874, ibm874): New coding systems.
9362         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9363         Add character-p.
9365         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9366         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9367         New coding systems.
9368         <set-language-info-alist>: Avoid decode-char.
9370         * language/hebrew.el (cp862, ibm862): New coding systems.
9372         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9374         * language/cyrillic.el (cp855, ibm855): New coding systems.
9376         * international/mule-conf.el: Avoid decode-char in top-level code
9377         for self-inserting multibyte chars.
9378         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9379         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9380         New charsets.
9382         * international/characters.el: Various simplifications and additions.
9384 2008-02-01  Dave Love  <fx@gnu.org>
9386         * international/mule-conf.el (code-pages): Provide, for compatibility.
9388         * international/code-pages.el: Remove.
9390 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9392         * Makefile.in: Cancel the 2008-02-01 change of mine.
9394         * international/fontset.el: Add setting for unicode font at the
9395         end of the default fontset.
9397 2008-02-01  Dave Love  <fx@gnu.org>
9399         * international/mule-conf.el (adobe-standard-encoding, symbol):
9400         Adjust :code-space.
9401         (ibm850): Add :ascii-compatible-p.
9403 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9405         * international/mule-conf.el (vietnamese-viscii-lower)
9406         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9407         mapping table.
9409 2008-02-01  Dave Love  <fx@gnu.org>
9411         * cus-start.el: Add charset-map-directory.
9413         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9415         * format.el (format-alist): Remove ibm, mac, hp entries (available
9416         natively).
9418         * language/romanian.el (iso-latin-10): Add :mime-charset.
9419         ("Romanian"): Add doc.
9421         * international/mule-conf.el (iso-8859-10, symbol)
9422         (adobe-standard-encoding, ibm850): New charsets.
9423         (iso-8859-13): Fix IR number, final char.
9424         (file-coding-system-alist): Add .xml.
9426         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9427         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9428         (adobe-standard-encoding, cp850, ibm850): New coding systems.
9429         ("Latin-6", "Latin-7"): New language environments.
9431 2008-02-01  Dave Love  <fx@gnu.org>
9433         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9434         utf-8-subst; add vietnamese, cyrillic, czech.
9436         * language/romanian.el (iso-latin-10): New coding system.
9438         * international/mule-conf.el (emacs-mule): Set :charset-list,
9439         consistent with coding-system-charset-list doc.
9440         (iso-8859-16): New charset.
9442         * international/mule-diag.el (describe-coding-system): Avoid error
9443         for iso-2022, emacs-mule.
9445 2008-02-01  Dave Love  <fx@gnu.org>
9447         * international/codepage.el: Remove or comment out most of code.
9448         (codepage-setup): Re-write as trivial, obsolete function.
9450         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9451         Remove setup function.
9453         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9455         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9456         language/cyrillic.el, language/czech.el.
9458         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9459         (font-ccl-encoder-alist): Remove viscii, vscii.
9461         * language/hebrew.el (windows-1255, cp1255): New coding systems.
9463         * language/european.el (windows-1254, cp1254, windows-1257)
9464         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9465         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9467         * language/greek.el (windows-1253, cp1253): New coding systems.
9469         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9470         file name.
9471         (windows-1253, windows-1254, windows-1255, windows-1256)
9472         (windows-1257, windows-1258, next): New charsets.
9474         * international/utf-8.el, international/utf-8-subst.el: Remove.
9476         * international/mule.el: Doc fixes.
9477         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9478         (coding-system-get): Try to convert old-style symbol to keyword.
9479         (define-charset): Purecopy strings in property list.
9480         (define-coding-system): Purecopy docstring.
9482         * international/mule-diag.el (list-character-sets-2): Avoid
9483         charset-bytes.
9484         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9485         (list-block-of-chars): Re-write.
9486         (describe-character-set): Show more properties.
9487         (describe-char-after): Correct codepoint display.
9488         (print-coding-system): Use symbolic types.
9490 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9492         * Makefile.in: Be sure also to run emacs with LANG=C.
9494 2008-02-01  Dave Love  <fx@gnu.org>
9496         * international/mule-diag.el: Doc fixes.
9497         (sort-charset-list, charset-multibyte-form-string): Remove.
9498         (list-character-sets, list-character-sets-1)
9499         (list-character-sets-2): Re-write.
9500         (non-iso-charset-alist): Set to nil and made obsolete.
9501         (decode-codepage-char): Re-write and made obsolete.
9502         (read-charset): Don't use non-iso-charset-alist.
9503         (describe-coding-system): Use keyword properties.
9504         (describe-character-set): Re-write.
9506         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9507         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9508         (ebcdic-uk): New charsets.
9510         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9511         New coding systems.
9513         * language/european.el (windows-1252): New coding system.
9515 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9517         * Makefile.in: By sure to run emacs with LC_ALL=C.
9519         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9520         encoded-kbd-self-insert-iso2022-8bit with argument 1.
9521         (encoded-kbd-self-insert-charset): New function.
9522         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9523         coding-system of type charset.
9525 2008-02-01  Dave Love  <fx@gnu.org>
9527         * international/mule-cmds.el (set-locale-environment): Comment out
9528         set-keyboard-coding-system stuff.
9530 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9532         * international/mule.el (define-coding-system): Doc fix;
9533         sjis->shift-jis.
9535         * international/mule-conf.el: Use decode-char instead of make-char.
9537         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9538         New arg ARG.  Directly call self-insert-command.  This is a
9539         temporary workaround to make it work with latin-1.
9540         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9542         * international/characters.el: Setup char-width-table for CJK
9543         characters.
9545 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9547         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9548         Fix the initial value to specify character range of
9549         japanese-jisx0208, not unicode.
9551         * international/characters.el: Set syntax/category for
9552         japanese-jisx0208.
9554 2008-02-01  Dave Love  <fx@gnu.org>
9556         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9557         mime-charset.
9559         * language/vietnamese.el, language/korean.el, language/japanese.el:
9560         * language/hebrew.el, language/greek.el, language/chinese.el:
9561         Fix :mime-charset properties.
9563         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9564         (cyrillic-alternativnyj): Fix :mime-charset.
9565         (cp878, cp866): New alias.
9567         * language/european.el: Fix mime-charset properties.
9569         * international/mule-cmds.el (sort-coding-systems)
9570         (select-safe-coding-system, select-message-coding-system): Use
9571         :mime-charset, not 'mime-charset.
9573         * international/mule-conf.el: Add various :mime-charset properties.
9575 2008-02-01  Dave Love  <fx@gnu.org>
9577         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9578         getting decoder.
9579         (encoded-kbd-mode): Fix code for coding system type and designations.
9581         * international/mule-conf.el: Spelling fixes.
9583 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9585         * international/fontset.el (fontset-plain-name): Handle the case
9586         that size, weight, slant are not specified in the fontset name.
9588 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
9590         * language/greek.el (greek-iso-8bit): Fix typo.
9592 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9594         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9596 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9598         * international/characters.el: Change encoding to utf-8-emacs.
9599         Remove apparent duplicate codes.
9601 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9603         * international/fontset.el: Change the registry for
9604         chinese-gb2312 and add the registry for chinese-gbk.
9606         * international/mule.el (charset-chars): Fix typo.
9608         * international/mule-conf.el (chinese-gbk): New charset.
9610         * international/titdic-cnv.el (titdic-convert): Read into a
9611         unibyte buffer then make the buffer multibyte.
9613 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9615         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9616         instead of :signature.
9618 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9620         * language/czech.el ("Czech"): Set `iso-8859-2' for
9621         `nonascii-translation'.
9623         * language/romanian.el ("Romanian"): Likewise.
9625         * language/slovak.el ("Slovak"): Likewise.
9627         * international/characters.el: Optimize calls of modify-category-entry.
9629 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9631         * bindings.el: Don't bind multibyte characters to
9632         self-insert-command here.  It's done in mule-conf.el.
9634         * case-table.el (set-case-syntax-offset): Delete variable.
9635         (set-case-syntax-1): Delete function.  Change callers.
9636         (set-case-syntax-delims): Don't check byte length of characters.
9638         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9639         characters to isearch-printing-char.
9641         * loadup.el: Don't load "international/utf-8".  Don't call
9642         update-coding-systems-internal.  Bind coding-system-for-write to
9643         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
9644         dumping.
9646         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9647         change of map-char-table.
9649         * eshell/esh-mode.el: Adjust for the change of map-char-table.
9651         * international/characters.el: Adjust for the deletion of
9652         generic characters.
9654         * international/code-pages.el (cp-make-translation-table)
9655         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
9656         (cp-make-coding-system): Call define-coding-system.
9658         * international/fontset.el: Rewrite most code.
9660         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9661         Call encode-char instead of split-char.
9663         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9664         Change value.
9665         (skkdic-lookup-key): Call encode-char instead of split-char.
9667         * international/titdic-cnv.el (titdic-convert): Bind
9668         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
9669         buffer.
9671         * international/latin-1.el: Don't bind set-case-syntax-offset.
9673         * international/latin-2.el: Don't bind set-case-syntax-offset.
9675         * international/latin-3.el: Don't bind set-case-syntax-offset.
9677         * international/latin-4.el: Don't bind set-case-syntax-offset.
9679         * international/latin-5.el: Don't bind set-case-syntax-offset.
9681         * international/latin-8.el: Don't bind set-case-syntax-offset.
9683         * international/latin-9.el: Don't bind set-case-syntax-offset.
9685         * international/mule-cmds.el: Don't use coding category.
9686         Call set-coding-system-priority instead of set-coding-priority.
9687         (sort-coding-systems, select-safe-coding-system):
9688         Call coding-system-priority-list to get the most preferred one.
9689         (reset-language-environment): Order of coding system priority
9690         changed.  Set primary charset to iso-8859-1.
9691         (set-language-environment-coding-systems):
9692         Call set-coding-system-priority instead of set-coding-priority.
9693         (get-charset-property, put-charset-property): Move to mule.el.
9695         * international/mule-conf.el: Ful re-write.
9697         * international/mule-diag.el (print-designation): Change arguments.
9698         (print-iso-2022-flags): New function.
9699         (describe-coding-system, describe-current-coding-system):
9700         Adjust for the new structure of coding system.
9702         * international/mule.el (char-valid-p): Make it an alias of characterp.
9703         (define-charset): Full re-design.
9704         (charset-quoted-standard-p): Delete.
9705         (charsetp): Move to charset.c.
9706         (charset-info, charset-id, charset-bytes, charset-width)
9707         (charset-directioin, charset-iso-graphic-plane)
9708         (charset-reverse-charset): Delete.
9709         (charset-dimension, charset-chars, charset-iso-final-char)
9710         (charset-description, charset-short-name, charset-long-name):
9711         Call charset-plist instead of charset-info.
9712         (charset-plist, set-charset-plist): Move to charset.c.
9713         (get-charset-property, put-charset-property): Move from
9714         mule-cmds.el.  Call charset-plist and set-charset-plist.
9715         (make-char): Delete.
9716         (generic-char-p): Make it always return nil.
9717         (decode-char, encode-char): Move to charset.c.
9718         (coding-spec-XXX-idx): Delete variables.
9719         (coding-system-iso-2022-flags): New variable.
9720         (define-coding-system): New function.
9721         (transform-make-coding-system-args, make-coding-system): Delete.
9722         (set-coding-priority): Make it obsolete.
9723         (after-insert-file-set-buffer-file-coding-system)
9724         (find-new-buffer-file-coding-system): Adjust for the new coding
9725         system structure.
9727         * language/chinese.el, language/cyrillic.el, language/european.el:
9728         * language/greek.el, language/hebrew.el, language/indian.el:
9729         * language/japanese.el, language/korean.el, language/lao.el:
9730         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9731         Call define-coding-system instead of make-coding-system.
9732         Delete all CCL program.
9734         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9735         of make-char.
9736         (sgml-char-names-table): Fix iteration limit.
9738         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9739         (ccl-encode-mac-roman-font): Delete.
9741         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9742         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9743         currently.  This is just a temporary workaround.
9745 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9747         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9748         of `find-file-hooks'.
9749         (global-whitespace-toggle-options): Doc fix.
9751 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9753         * whitespace.el (whitespace): Set :version tag to 23.1.
9754         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9755         (whitespace-style, whitespace-chars, whitespace-space)
9756         (whitespace-hspace, whitespace-tab, whitespace-newline)
9757         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9758         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9759         (whitespace-hspace-regexp, whitespace-space-regexp)
9760         (whitespace-tab-regexp, whitespace-trailing-regexp)
9761         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9762         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9763         (whitespace-space-after-tab-regexp, whitespace-line-column)
9764         (whitespace-display-mappings, global-whitespace-toggle-options)
9765         (whitespace-cleanup, whitespace-cleanup-region)
9766         (whitespace-interactive-char): Doc fixes.
9768 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9770         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9771         When turning off the global mode, turn off the local modes too
9772         if whitespace is being unloaded.
9773         (whitespace-unload-function): New function.
9775 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
9777         * vc.el (vc-update): Fix bug: Specify branch tip as
9778         vc-checkout REVISION.  Reported by Dan Nicolaescu.
9780 2008-02-01  Glenn Morris  <rgm@gnu.org>
9782         * info.el (bookmark-make-cell-function, bookmark-search-size)
9783         (bookmark-current-bookmark): Declare variables for compiler.
9784         (bookmark-buffer-file-name, bookmark-get-filename)
9785         (bookmark-get-front-context-string)
9786         (bookmark-get-rear-context-string, bookmark-get-position)
9787         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9788         (bookmark-jump-noselect): Declare functions for compiler.
9789         (Info-bookmark-make-cell): Fix argument list to match example of
9790         `bookmark-make-cell-for-text-file'.
9791         (Info-bookmark-jump): Don't require info inside info.el.
9793 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9795         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9796         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9797         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9798         (verilog-sk-state-machine): Quote all calls to
9799         "auxiliary skeleton"s to prevent infloops.
9801 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9803         * w32-fns.el: Partially revert 2007-11-10 change.
9805 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
9807         * mail/rmail.el (rmail-highlight): Fix specification.
9808         Reported by pod <pod@herald.ox.ac.uk>.
9810 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9812         * image-mode.el (image-mode-current-vscroll)
9813         (image-mode-current-hscroll): Make buffer-local.
9814         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9815         (image-reset-current-vhscroll): Use the latest setting when displaying
9816         for the first time in a window.  Apply to all windows in the frame.
9817         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9819         * progmodes/grep.el (grep-compute-defaults):
9820         Don't mix up defaults for different connections to the same host.
9822 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9824         * blank-mode.el: Rename to whitespace.el.
9826         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9828 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * net/rcompile.el (remote-compile): Remove broken code.
9832 2008-01-31  Jason Rumney  <jasonr@gnu.org>
9834         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9836 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
9838         * linum.el (linum-unload-function): New function.
9840 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
9842         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9843         (gdb-var-set-format-handler): New function.
9844         (gdb-var-set-format): Use it.
9846 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
9848         * emacs-lisp/check-declare.el (check-declare-directory):
9849         * emacs-lisp/authors.el (authors): Use `find-program' and
9850         `grep-program' instead of hardcoded program names.
9852         * emacs-lisp/cl-loaddefs.el: Update.
9854 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
9856         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9857         Implement bookmark support the new make-cell/handler way.
9858         (Info-mode): Bind bookmark-make-cell-function to
9859         Info-bookmark-make-cell buffer locally.
9861 2008-01-30  Richard Stallman  <rms@gnu.org>
9863         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9864         Doc fix.
9866         * files.el (hack-local-variables): Don't query about fake variables.
9868 2008-01-30  Markus Triska  <markus.triska@gmx.at>
9870         * linum.el: New file.
9872 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
9874         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9875         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
9876         a single element in "plinkx".
9877         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9878         "*Shell Command Output*" buffers.  Check, whether there is already
9879         an asynchronous process running.  Display always the buffer of the
9880         asynchronous process.
9881         (tramp-compute-multi-hops): Adapt error message.
9883 2008-01-29  Alan Mackenzie  <acm@muc.de>
9885         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9886         from this regexp; part of same fix as next change to cc-engine.el.
9888         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9889         Anchor the "{" of a template function correctly on "template", not the
9890         following "<".
9892         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9894 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
9896         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9897         and image-mode-current-hscroll being alists now.
9899         * image-mode.el (image-mode-current-vscroll)
9900         (image-mode-current-hscroll): Add doc strings.
9901         (image-set-window-vscroll, image-set-window-hscroll)
9902         (image-reset-current-vhscroll, image-mode): Adapt to
9903         image-mode-current-vscroll and image-mode-current-hscroll being
9904         alists now.
9906 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
9908         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9909         Strip extension from .emacs.el to make sure symbol is searched
9910         in .emacs too.
9912 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
9914         * doc-view.el (doc-view-mode): Use facilities below to
9915         restore [vh]scroll when switching buffers.
9917         * image-mode.el (image-mode-current-vscroll)
9918         (image-mode-current-hscroll): New variables.
9919         (image-set-window-hscroll, image-set-window-vscroll): New functions.
9920         (image-forward-hscroll, image-next-line, image-bol, image-eol)
9921         (image-bob, image-eob): Use them.
9922         (image-reset-current-vhscroll): New function.
9923         (image-mode): Make new variables buffer-local and reset [vh]scroll
9924         on window configuration changes.
9926 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
9928         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9929         gdb-cpp-define-alist-program if file is nil (currently only
9930         " *partial-output-...").
9932 2008-01-27  Richard Stallman  <rms@gnu.org>
9934         * allout.el: Many doc fixes.
9935         (allout-encrypt-string): Fix error message.
9937 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
9939         * progmodes/etags.el (tags-query-replace): Doc fix.
9941 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9943         * allout.el (allout-unload-function): New function.
9945 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
9947         * allout.el (allout-prefix-data): Doc fix.
9948         (allout-show-current-subtree): Reflow docstring.
9949         (allout-use-mode-specific-leader, allout-use-hanging-indents)
9950         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9951         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9952         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9953         (allout-copy-topic-as-kill, allout-listify-exposed)
9954         (allout-process-exposed, allout-encrypted-key-info)
9955         (allout-update-passphrase-mnemonic-aids)
9956         (allout-next-topic-pending-encryption)
9957         (allout-tests-globally-true): Fix typos in docstrings.
9959 2008-01-23  Jason Rumney  <jasonr@gnu.org>
9961         * lpr.el (printer-name): Do not set on MS Windows.
9963 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
9965         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9966         the command.
9968 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9970         * whitespace.el: Moved to obsolete dir.
9972         * blank-mode.el: New version 9.2.  Replace whitespace functions by
9973         aliases in blank-mode.
9974         (whitespace-buffer): New fun.
9975         (whitespace-region): Alias for whitespace-buffer, because there is no
9976         blank-region fun.
9977         (whitespace-cleanup): Alias for blank-cleanup.
9978         (whitespace-cleanup-region): Alias for blank-cleanup-region.
9980 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
9982         * server.el (server-log-time-function): Doc fix.
9983         (server-buffer): Fix typo in docstring.
9985 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
9987         * view.el (view-buffer): Explain in doc-string why exit-action
9988         should not be set to kill-buffer.
9990         * arc-mode.el (archive-extract):
9991         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9992         exit-action when viewing the buffer.
9994 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
9996         * add-log.el (change-log-search-file-name): Work harder to find
9997         the correct file name.
9998         (change-log-find-file): Fix typo.
9999         (change-log-start-entry-re): Move definition earlier.
10001 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10003         * add-log.el (change-log-search-file-name, change-log-find-file):
10004         New function.
10005         (change-log-font-lock-keywords): Move file name matching ...
10006         (change-log-file-names-re): ... here.  New defconst.
10007         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10009 2008-01-27  Alan Mackenzie  <acm@muc.de>
10011         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10012         enhance comments.
10014 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
10016         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10017         methods, the host name must be a local host.
10019 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
10021         * vc.el: Add TODO item about not defaulting to RCS.
10023         * server.el (server-process-filter): Check for non-nil before
10024         calling file-directory-p.
10026 2008-01-27  Alan Mackenzie  <acm@muc.de>
10028         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10029         arglist-cont-nonempty.
10031         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10032         for a brace with syntax arglist-cont-nonempty.
10034         * progmodes/cc-styles.el (c-style-alist): Add elements for
10035         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10037 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
10039         * button.el (define-button-type): Clarify type of NAME in docstring.
10041 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10043         * server.el (server-buffer): New const.
10044         (server-log): New var.
10045         (server-log): Use them.
10046         (server-process-filter): (Try to) run the continuation in the same cwd
10047         as the client's.
10049 2008-01-26  Alan Mackenzie  <acm@muc.de>
10051         * progmodes/cc-defs.el (c-save-buffer-state):
10052         Bind buffer-file-name and buffer-file-truename to nil, to prevent
10053         primitives generating "buffer is read only" messages.
10055 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
10057         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10058         (icalendar-import-format): Doc fix.  Allow function type.
10059         (icalendar--read-element): Doc fix.
10060         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
10061         type icalendar-import-format.  Make regexps non-greedy.
10062         (icalendar--format-ical-event): Handle function type
10063         icalendar-import-format.
10064         (icalendar-import-format-sample): New function.
10066 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
10068         * vc.el (vc-exec-after): For mode-line-process highlighting, if
10069         `compile' is not available, fall back to font-lock-warning-face.
10071 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
10073         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10074         that the filename end is found even when the filename is empty.
10075         Fixes error and spurious newlines when marking files for deletion.
10077 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
10079         * subr.el (find-tag-default): Simplify using exclusively
10080         skip-syntax-backward/-forward.
10082 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
10084         * vc.el (vc-directory, vc-update-change-log): Remove check for
10085         Tramp.  Both functions work for it, though pretty slow
10086         (`vc-directory').  Maybe the implementation can be optimized.
10088         * net/tramp.el (tramp-dissect-file-name): Raise an error when
10089         Tramp 2.0 syntax is used.
10090         Suggested by Trent W. Buck <trentbuck@gmail.com>.
10092 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
10094         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10095         invoke directory-files-and-attributes with last argument `integer'
10096         instead of `string'.
10097         (insert-directory): Add -n to the list of supported switches
10098         mentioned in the doc string.
10100 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10102         * blank-mode.el: New version 9.1.  Handle "long" line tail
10103         visualization.  Doc fix.
10104         (blank-line-length): Rename to blank-line-column.
10105         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10106         Initialization fix.
10107         (blank-replace-spaces-by-tabs): New fun.
10108         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10110 2008-01-25  Richard Stallman  <rms@gnu.org>
10112         * subr.el (add-hook): Implement `permanent-local-hook' property.
10114         * loadhist.el (file-provides, file-requires): Push the filename right.
10116 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
10118         * emacs-lisp/find-func.el (find-library): Wrap search for
10119         library name in condition-case to avoid reporting a scan-error.
10121 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
10123         * server.el (server-process-filter): Don't force
10124         the authentication string to be followed by "\n".
10126 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10128         * blank-mode.el: New version 9.0.  New commands to clean up some blank
10129         problems like trailing blanks.  New faces and regexp for visualizing
10130         the blank problems.  Doc fix.
10131         (blank-chars, blank-global-modes, blank-chars-value-list)
10132         (blank-toggle-option-alist, blank-help-text): Initialization fix.
10133         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10134         (blank-indentation, blank-empty, blank-space-after-tab)
10135         (blank-indentation-regexp, blank-empty-at-bob-regexp)
10136         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10137         (blank-cleanup, blank-cleanup-region): New commands.
10138         (blank-color-on): Code fix.
10140 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
10142         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10143         file name.
10144         (ibuffer-mode-map): Add binding to sort by file name.
10145         (ibuffer-filename/process-header-map): New variable.
10146         (filename-and-process): Add a header that sorts by file name.
10147         (ibuffer-mode): Mention sorting by file name.
10149         * ibuf-ext.el (filename/process): New sorter.
10151 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
10153         * view.el (kill-buffer-if-not-modified): Don't pass t to
10154         buffer-modified-p.
10156 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
10158         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10159         the source file in case of `rename'.
10160         Reported by Pete Forman <pete.forman@westerngeco.com>.
10162 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
10164         * allout.el (allout-keybindings-list): In initial setting, express
10165         meta-prefixed allout keys as vectors instead of strings, since the
10166         string form is interpreted in some cases as composed key
10167         modifiers, eg, accented keys.
10169         (allout-line-boundary-regexp): Clarify description.
10171         (set-allout-regexp): Repair the expressions so that the formfeed
10172         part is identified as one of the top-level groups, and is
10173         included in all the forms, not just the -line-boundary-regexp one.
10175         (allout-prefix-data): Incorporate information from the various
10176         allout regexp's formfeed alternative group, when present.
10178         (allout-write-file-hook-handler): Rectify mangling of the error
10179         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10180         condition-case handler was apparently reformatted as if it was a
10181         call to the error function.  An apparent repair attempt in version
10182         1.101 situated the original body of the error handling code as
10183         bogus condition-case handlers.  I've returned to just about the
10184         working code that was originally there, removing an unnecessary -
10185         but benign - enclosing 'progn'.  (Automated or cursory code fixes
10186         often aren't.)
10188         (allout-region-active-p): Fallback to value of mark-active if
10189         neither use-region-p nor region-active-p are present, for
10190         compatability with current and recent emacs major releases.
10192 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10194         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10195         (reftex-toc-restore-region):
10196         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10197         (reftex-index-phrases-apply-to-region):
10198         * textmodes/ispell.el (ispell-word):
10199         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10200         * progmodes/pascal.el (pascal-mark-defun):
10201         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10202         (f90-fill-region):
10203         * emulation/tpu-edt.el (tpu-set-mark):
10204         * emulation/crisp.el (crisp-region-active):
10205         * winner.el (winner-active-region):
10206         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10207         of bound tests in order to resolve conditionals at compile time.
10209 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
10211         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10212         not autoloaded, and we wouldn't want to load CL just to unload
10213         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
10215 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
10217         * delsel.el (delete-selection-pre-hook): Avoid clearing out
10218         pre-command-hook when text is read-only.
10220 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
10222         * vc.el (vc-process-filter): Do nothing if buffer not live.
10223         (vc-diff-finish): Rename from vc-diff-sentinel.
10224         No longer take REV1-NAME and REV2-NAME.
10225         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
10226         Don't do window resize if no window displays buffer.
10227         (vc-diff-internal): Use vc-diff-finish.
10229         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10230         In both cases, convert single call to one wrapped in dolist.
10232 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10234         * vc.el: Add a TODO item about missing files.
10235         (vc-exec-after): Add a tooltip to the new mode-line item.
10237 2008-01-24  Glenn Morris  <rgm@gnu.org>
10239         * t-mouse.el (gpm-mouse-start): Declare as a function.
10241 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
10243         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10244         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10245         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10246         Don't send `tramp-rsh-end-of-line' additionally, when setting the
10247         prompt.
10248         (tramp-wait-for-output): Distinguish different prompt formats.
10249         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10250         (tramp-local-host-p): Check whether temp directory is writable.
10252 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10254         * vc.el: Add TODO items.
10256 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
10258         * replace.el (occur-mode-find-occurrence-hook): New hook that can
10259         be used to reveal or highlight the location of a match.
10260         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10261         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10263 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
10265         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10266         for defcustom.
10267         (hide-ifdef-shadow): Add version number for defface.
10269 2008-01-23  Glenn Morris  <rgm@gnu.org>
10271         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10273 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10275         * progmodes/sh-script.el (sh-basic-offset):
10276         * progmodes/cc-vars.el (c-syntactic-indentation)
10277         (c-syntactic-indentation-in-macros): Mark as safe.
10279 2008-01-23  Richard Stallman  <rms@gnu.org>
10281         * icomplete.el (icomplete-get-keys):
10282         Look up KEYS using all maps in proper buffer.
10284 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
10286         * frame.el (display-mm-height, display-mm-width):
10287         * whitespace.el (whitespace-check-leading-whitespace)
10288         (whitespace-check-trailing-whitespace)
10289         (whitespace-check-spacetab-whitespace)
10290         (whitespace-check-indent-whitespace)
10291         (whitespace-check-ateol-whitespace):
10292         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10294 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10296         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10297         after-save-hook so that it is not called multiple times.
10299         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10301 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
10303         * view.el (view-file-other-window, view-file-other-frame):
10304         Don't kill the buffer if it is modified.  Doc fixes.
10305         (kill-buffer-if-not-modified): New function.
10306         (view-file): Don't kill the buffer if it is modified.
10308         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10309         (ebrowse-view/find-file-and-search-pattern):
10310         Call view-file-other-window instead of ebrowse-view-file-other-window.
10311         (ebrowse-view-file-other-frame): Don't call
10312         current-window-configuration.  Fix second argument in the call to
10313         view-mode-enter.  Doc fix.
10315 2008-01-23  Richard Stallman  <rms@gnu.org>
10317         * subr.el (atomic-change-group): Prevent undo list truncation.
10319 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10321         * files.el (safe-local-eval-forms):
10322         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10324 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
10326         * comint.el (comint-insert-input): Set point first.
10328         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10329         session doesn't hang because gdb-pending-triggers is non-nil.
10330         (gdb-frame-handler): Use buffer-file-name instead of
10331         buffer-name in case of duplicate file names.
10333 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10335         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10336         C-M-e and C-M-h for emacs, they work by default.
10337         (verilog-emacs-features): Remove.
10338         (verilog-setup-dual-comments, verilog-populate-syntax-table):
10339         Remove.  Move syntax table initialization ...
10340         (verilog-mode-syntax-table): ... here.
10341         (verilog-mode): Don't initialize the syntax table here.
10342         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10343         does not need it.
10345 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10347         * progmodes/verilog-mode.el (verilog-booleanp): New function for
10348         backward compatibility.  Replace all uses of booleanp with
10349         verilog-booleanp.
10351 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
10353         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10355 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
10357         * progmodes/verilog-mode.el (top-level): Fix spacing.
10358         (verilog-mode-version, verilog-mode-release-date):
10359         Update version number.
10360         (verilog-mode-release-emacs): New variable.
10361         (compile-command, reporter-prompt-for-summary-p):
10362         Define for byte compiler.
10363         (verilog-startup-message-lines, verilog-startup-message-displayed)
10364         (verilog-display-startup-message): Remove.
10365         (verilog-highlight-p1800-keywords): Improve docstring.
10366         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10367         (vector-skip-list): Only defvar at compile time.
10368         (verilog-highlight-translate-off, verilog-indent-level)
10369         (verilog-indent-level-module, verilog-indent-level-declaration)
10370         (verilog-indent-declaration-macros, verilog-indent-lists)
10371         (verilog-indent-level-behavioral, verilog-indent-level-directive)
10372         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10373         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10374         (verilog-tab-to-comment, verilog-indent-begin-after-if)
10375         (verilog-align-ifelse, verilog-minimum-comment-distance)
10376         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10377         (verilog-auto-endcomments, verilog-auto-read-includes)
10378         (verilog-auto-star-expand, verilog-auto-star-save)
10379         (verilog-library-flags, verilog-library-directories)
10380         (verilog-library-files, verilog-library-extensions)
10381         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10382         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10383         (verilog-assignment-delay, verilog-auto-inst-vector)
10384         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10385         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10386         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10387         Add safe-local-variable properties.
10388         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10389         (verilog-re-search-backward, verilog-error-regexp-add)
10390         (verilog-end-block-re, verilog-emacs-features)
10391         (verilog-populate-syntax-table, verilog-setup-dual-comments)
10392         (verilog-type-font-keywords, verilog-inside-comment-p)
10393         (electric-verilog-backward-sexp, verilog-backward-sexp)
10394         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10395         (electric-verilog-terminate-line, electric-verilog-semi)
10396         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10397         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10398         (verilog-beg-of-statement, verilog-in-case-region-p)
10399         (verilog-in-struct-region-p, verilog-in-generate-region-p)
10400         (verilog-in-fork-region-p, verilog-backward-case-item)
10401         (verilog-set-auto-endcomments, verilog-get-expr)
10402         (verilog-expand-vector-internal, verilog-surelint-off)
10403         (verilog-batch-execute-func, verilog-calculate-indent)
10404         (verilog-calc-1, verilog-calculate-indent-directive)
10405         (verilog-leap-to-head, verilog-continued-line)
10406         (verilog-backward-token, verilog-backward-syntactic-ws)
10407         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10408         (verilog-forward-ws&directives, verilog-at-constraint-p)
10409         (verilog-skip-backward-comments, verilog-indent-line-relative)
10410         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10411         (verilog-pretty-declarations, verilog-pretty-expr)
10412         (verilog-just-one-space, verilog-indent-declaration)
10413         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10414         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10415         (verilog-read-always-signals-recurse, verilog-read-instants)
10416         (verilog-read-auto-template, verilog-set-define)
10417         (verilog-read-defines, verilog-read-signals, verilog-getopt)
10418         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10419         (verilog-modi-cache-results, verilog-insert-one-definition)
10420         (verilog-make-width-expression, verilog-delete-autos-lined)
10421         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10422         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10423         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10424         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10425         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10426         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10427         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10428         (verilog-load-file-at-mouse, verilog-load-file-at-point)
10429         (verilog-library-files): Cleanup spacing of )'s they should not be
10430         on unique lines.  Fix checkdoc warnings.
10432 2008-01-22  Glenn Morris  <rgm@gnu.org>
10434         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10435         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10436         from defcustoms.
10437         (hide-ifdef-shadow): Remove autoload cookie from defface.
10439         * vc.el (vc-diff-sentinel): Do not write a footer if there were
10440         differences.
10442 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
10444         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10445         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
10446         manual entry.
10448 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
10450         * net/dbus.el (dbus-ignore-errors): New macro.
10451         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
10452         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10453         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10454         (dbus-get-signatures): Apply `dbus-ignore-errors'.
10456 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
10458         * outline.el (outline-up-heading): Fix check for top level to
10459         avoid infinite looping in hide-other.
10461 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10463         * vc.el (vc-process-sentinel): After calling the previous
10464         sentinel, do nothing if the process' buffer is not live.
10466 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10468         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10469         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
10470         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
10471         blank-mode faces.  Doc fix.  New version 8.1.
10472         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10473         CONDITION BODY).
10474         (blank-space-face): Face/option name replaced by blank-space.
10475         (blank-hspace-face): Face/option name replaced by blank-hspace.
10476         (blank-tab-face): Face/option name replaced by blank-tab.
10477         (blank-newline-face): Face/option name replaced by blank-newline.
10478         (blank-trailing-face): Face/option name replaced by blank-trailing.
10479         (blank-line-face): Face/option name replaced by blank-line.
10480         (blank-space-before-tab-face): Face/option name replaced by
10481         blank-space-before-tab.
10482         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10484 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10486         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10487         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10488         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10489         (global-blank-mode): Doc fixes.
10490         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10491         (blank-newline-face, blank-trailing-face, blank-line-face)
10492         (blank-space-before-tab-face, blank-display-mappings)
10493         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10494         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10495         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10496         Fix typos in docstrings.
10498 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10500         * server.el (server-log-time-function): New variable.
10501         (server-log): Use it.
10503 2008-01-21  Glenn Morris  <rgm@gnu.org>
10505         * progmodes/hideif.el: Move defcustoms and defface to start of file.
10507         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10509 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
10511         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10512         (org-descriptive-links, org-link-file-path-type)
10513         (org-remember-use-refile-when-interactive)
10514         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10515         (org-export-ascii-bullets, org-agenda-deadline-faces)
10516         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10517         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10518         (org-kill-note-or-show-branches): Fix typos in docstrings.
10520 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
10522         * vc.el (vc-process-sentinel): Set mode-line-process.
10523         (vc-exec-after): Likewise, for the `run' process status.
10525 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * ibuffer.el (ibuffer-mode): Fix last change.
10529 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
10531         * vc-hg.el (vc-hg-registered):
10532         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10534 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
10536         * repeat.el (repeat-undo-count): New variable.
10537         (repeat): For self-insertions make undo boundary only after 20
10538         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
10540 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10542         * net/imap.el (imap-ping-server): New variable.
10543         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10544         (imap-ping-server): Minor doc string fixes.
10546 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10548         * net/imap.el (imap-ping-server): New function.
10549         (imap-opened): Call imap-ping-server.
10551 2008-01-20  Glenn Morris  <rgm@gnu.org>
10553         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10554         prevent infloops.
10556 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
10558         * progmodes/python.el (python-imports): Default to "None".
10560 2008-01-19  Tom Tromey  <tromey@redhat.com>
10562         * vc-svn.el (vc-svn-after-dir-status): New function.
10563         (vc-svn-dir-status): Run svn asynchronously.
10565 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
10567         * progmodes/hideif.el (hide-ifdef-shadow): New option.
10568         (hide-ifdef-shadow): New face.
10569         (hide-ifdef-toggle-shadowing): New function to toggle between
10570         shadowing and making code invisible.
10571         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10572         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10573         (hide-ifdef-region-internal): Give new overlay hide-ifdef
10574         property.  Shadow text when hide-ifdef-shadow is non-nil.
10575         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10576         (hif-hide-line): Use when instead of if.
10577         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10578         Remove unneeded * from doc-strings.
10580 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10583         the hscroll behavior was fixed.
10584         (doc-view-mode): Disable auto-hscroll-mode.
10586 2008-01-18  Tom Tromey  <tromey@redhat.com>
10588         * vc-svn.el (vc-svn-dir-status): New function.
10590 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10592         * vc.el: Make vc-status asynchronous.
10593         (vc-update-vc-status-buffer): New function broken out of ...
10594         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
10595         the dir-status backend function.
10597         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10598         Move the output processing to ...
10599         (vc-hg-after-dir-status): ... here.  Call the function passed as
10600         an argument with the results.
10602 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10605         (doc-view-insert-image): Do something if the image is missing.
10606         (doc-view-mode): Don't use file-remote-p.
10608 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
10610         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10611         (org-export-latex-special-chars): Convert "..." in \ldots
10612         and skip tables.
10613         (org-export-latex-fontify-headline): Change parameter name.
10614         (org-export-as-latex): Handle export of subtrees.
10615         (org-export-latex-make-header): New argument TITLE.
10616         (org-export-latex-content): New argument EXCLUDE-LIST.
10617         (org-list-parse-list): New name for org-export-latex-parse-list.
10618         (org-export-latex-make-header): New name for
10619         org-export-latex-make-preamble.
10620         (org-list-to-generic): New name of org-export-list-to-generic.
10621         (org-list-to-latex): New name of org-export-list-to-latex.
10622         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10623         (org-list-send-list, org-list-to-texinfo)
10624         (org-list-to-html): New functions.
10625         (org-export-latex-tables-column-borders)
10626         (org-export-latex-default-class, org-export-latex-classes)
10627         (org-export-latex-classes-sectioning)
10628         (org-list-radio-list-templates): New options.
10629         (org-export-latex-header): New variable.
10630         (org-latex-entities): New constant.
10631         (org-export-latex-default-sectioning, org-export-latex-preamble)
10632         (org-export-latex-prepare-text-option)
10633         (org-export-latex-get-sectioning): Remove.
10635 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
10637         * textmodes/org-publish.el (org-publish-current-project):
10638         Fix bug with forcing publication.
10640         * textmodes/org.el (org-export-with-special-strings): New option.
10641         (org-export-html-convert-special-strings): New function.
10642         (org-html-do-expand): `org-export-html-convert-special-strings'
10643         added to the list of conversion.
10644         (org-infile-export-plist, org-get-current-options): Add support
10645         for "-" in the #+OPTION line to let user switch on/off special
10646         strings conversion.
10647         (org-export-plist-vars): New :html-table-tag property.
10648         (org-export-as-html, org-format-org-table-html)
10649         (org-format-table-table-html) Use the :html-table-tag property
10650         instead of the `org-export-html-table-tag' global value.
10651         (org-additional-option-like-keywords): Add "TBLFM".
10652         (org-entry-properties): Include the CLOCKSUM special property.
10653         (org-columns-edit-value): Do not allow to edit the special
10654         CLOCKSUM property.
10655         (org-flag-drawer): Use the original value of `outline-regexp'.
10656         (org-remember-handler): Add invisible-ok flag to call to
10657         `org-end-of-subtree'.
10658         (org-agenda-highlight-todo): Respect
10659         `org-agenda-todo-keyword-format'.
10660         (org-agenda-todo-keyword-format): New option.
10661         (org-infile-export-plist): No restriction while searching for options.
10662         (org-remember-handler): Remove comments at the end of the buffer.
10663         (org-remember-use-refile-when-interactive): New option.
10664         (org-table-sort-lines): Make sure sorting works on link
10665         descritions only, and ignores the link.
10666         (org-sort-entries-or-items): Make sure the end of the subtree is
10667         included.
10668         (org-refile-use-outline-path): New allowed values `file' and
10669         `full-file-path'.
10670         (org-get-refile-targets): Respect new values for
10671         `org-refile-use-outline-path'.
10672         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10673         (org-export-as-xoxo): Restore point when done.
10674         (org-open-file): Allow multiple %s in command.
10675         (org-clock-in-switch-to-state): New option.
10676         (org-first-list-item-p): New function.
10677         (org-last-remember-storage-locations): New variable.
10678         (org-get-refile-targets): Interpret the new maxlevel setting.
10679         (org-refile-targets): New option `:maxlevel'.
10680         (org-copy-subtree): Include empty lines before but not after subtree.
10681         (org-back-over-empty-lines, org-skip-whitespace): New functions.
10682         (org-move-item-down, org-move-item-up): Include empty lines before
10683         but not after item.
10684         (org-first-sibling-p): New function.
10685         (org-remember-apply-template): Defaults, completions and history
10686         for template prompts.  Also, interpret new `%!' escape.
10687         (org-context-choices): New constant.
10688         (org-bound-and-true-p): New macro.
10689         (org-imenu-depth): New option.
10690         (org-imenu-markers): New variable.
10691         (org-imenu-new-marker, org-imenu-get-tree)
10692         (org-speedbar-set-agenda-restriction): New functions.
10693         (org-agenda-set-restriction-lock)
10694         (org-agenda-remove-restriction-lock)
10695         (org-agenda-maybe-redo): New functions.
10696         (org-agenda-restriction-lock): New face.
10697         (org-agenda-restriction-lock-overlay)
10698         (org-speedbar-restriction-lock-overlay): New variables.
10699         (org-open-at-point): Remove obsolete way to do redirection in
10700         shell links.
10701         (org-imenu-and-speedbar): New customization group.
10702         (org-entry-properties): Return keyword-less time strings.
10703         (org-clock-heading-function): New option.
10704         (org-clock-in): Use `org-clock-heading-function'.
10705         (org-calendar-holiday): Try to use `calendar-check-holidays'
10706         instead of the obsolete `check-calendar-holidays'.
10707         (org-export-html-special-string-regexps): New constant.
10708         (org-massive-special-regexp): New variable.
10709         (org-compute-latex-and-specials-regexp)
10710         (org-do-latex-and-special-faces): New functions.
10711         (org-latex-and-export-specials): New face.
10712         (org-highlight-latex-fragments-and-specials): New option.
10713         (org-link-escape-chars): Use characters instead of strings.
10714         (org-link-escape-chars-browser, org-link-escape)
10715         (org-link-unescape): Use characters instead of strings.
10716         (org-export-html-convert-sub-super, org-html-do-expand): Check for
10717         protected text.
10718         (org-emphasis-alist): Additional `verbatim' flag.
10719         (org-set-emph-re): Handle the verbatim flag and compute
10720         `org-verbatim-re'.
10721         (org-cleaned-string-for-export): Protect verbatim elements.
10722         (org-verbatim-re): New variable.
10723         (org-hide-emphasis-markers): New option.
10724         (org-additional-option-like-keywords): Add new keywords.
10725         (org-get-entry): Rename from `org-get-cleaned-entry'.
10726         (org-icalendar-cleanup-string): New function for quoting icalendar text.
10727         (org-agenda-skip-scheduled-if-done): New option.
10728         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10729         `org-agenda-skip-scheduled-if-done'.
10730         (org-prepare-agenda-buffers): Allow buffers as arguments.
10731         (org-entry-properties): Add CATEGORY as a special property.
10732         (org-use-property-inheritance): Allow a list of properties as a value.
10733         (org-eval-in-calendar): No longer update the prompt.
10734         (org-read-date-popup-calendar): Rename from
10735         `org-popup-calendar-for-date-prompt'.
10736         (org-read-date-display-live): New variable.
10737         (org-read-date-display): New function.
10738         (org-read-date-analyze): New function.
10739         (org-remember-apply-template): Define `remember-finalize' if it is
10740         not yet defined.
10741         (org-remember-insinuate): New function.
10742         (org-read-date-prefer-future): New option.
10743         (org-read-date): Respect the setting of
10744         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
10745         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10746         hardcoded string.
10747         (org-remember-apply-template): Use `remember-finalize' instead of
10748         `remember-buffer'.
10749         (org-columns-compute, org-column-number-to-string)
10750         (org-columns-uncompile-format, org-columns-compile-format)
10751         (org-columns-compile-format): Handle printf format specifier.
10752         (org-columns-new, org-column-number-to-string)
10753         (org-columns-uncompile-format, org-columns-compile-format):
10754         Support for new currency summary type.
10755         (org-tree-to-indirect-buffer): Do not kill old buffer when
10756         `org-indirect-buffer-display' is `new-frame'.
10757         (org-indirect-buffer-display): Document that `new-frame' leads to
10758         indiret buffer proliferation.
10759         (org-agenda-list): Use `org-extend-today-until'.
10760         (org-extend-today-until): New option.
10761         (org-format-org-table-html): Use lower-case for <col> tag.
10762         (org-agenda-execute): New command.
10763         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10764         (org-select-remember-template): New function.
10765         (org-remember-apply-template): Use `org-select-remember-template'.
10766         (org-go-to-remember-target): New function.
10768 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
10770         * vc.el: Add a TODO note about vc-state.
10771         (vc-next-action): Register 'unregistered and 'ignored files.
10772         Use when and unless instead of if where appropriate.
10773         (vc-start-entry): Fix typo.
10774         (vc-status): Autoload it.
10776 2008-01-18  Glenn Morris  <rgm@gnu.org>
10778         * ffap.el (ffap-alist): Remove space from RFC regexp.
10780 2008-01-18  Richard Stallman  <rms@gnu.org>
10782         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10783         than face-spec-recalc.
10785 2008-01-18  Glenn Morris  <rgm@gnu.org>
10787         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10789 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10790             Miles Bader  <miles@gnu.org>
10792         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
10793         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
10794         for handling display table (via visws.el package), his code was
10795         modified, but the main idea was kept.
10797 2008-01-17  Glenn Morris  <rgm@gnu.org>
10799         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10800         (ibuffer-save-filters): Remove calls to deleted
10801         ibuffer-update-mode-name.
10803 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
10805         * longlines.el (longlines-mode, longlines-show-region)
10806         (longlines-unshow-hard-newlines): Bind buffer-file-name and
10807         buffer-file-truename to nil while modifying buffer.
10809         * cus-edit.el (custom-reset-standard-variables-list)
10810         (custom-reset-standard-faces-list): New variables.
10811         (custom-reset-standard-save-and-update): New function.
10812         (Custom-save): Apply custom-mark-to-save before and
10813         custom-state-set-and-redraw after saving options.
10814         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10815         options and call custom-reset-standard-save-and-update.
10816         (custom-variable, custom-face, custom-group): Provide new
10817         entries for custom-mark-to-save, custom-mark-to-reset-standard,
10818         and custom-state-set-and-redraw.
10819         (custom-variable-mark-to-save)
10820         (custom-variable-state-set-and-redraw)
10821         (custom-variable-mark-to-reset-standard)
10822         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10823         (custom-face-mark-to-reset-standard)
10824         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10825         (custom-group-mark-to-reset-standard): New functions.
10826         (custom-variable-save): Move save, state-set, and redraw
10827         functionality to custom-variable-mark-to-save.
10828         (custom-face-save): Move save, state-set, and redraw
10829         functionality to custom-face-mark-to-save.
10830         (custom-group-save): Move save, state-set, and redraw
10831         functionality to custom-group-mark-to-save.
10832         (custom-variable-reset-standard, custom-face-reset-standard)
10833         (custom-group-reset-standard): Move save, state-set, and redraw
10834         functionality to custom-reset-standard-save-and-update.
10836         (custom-buffer-create-internal): Fix text in verbose help.
10837         (custom-face-value-create): Indent doc-strings of faces like
10838         those of variables.
10840 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10842         * server.el (server-process-filter): Replace lineno and columnnno
10843         which defaulted to 1&0 with filepos which defaults to nil.
10844         (server-goto-line-column): Only receive the filepos.
10845         Only move if filepos is non-nil.
10846         (server-visit-files): Slight restructure to consolidate two calls to
10847         server-goto-line-column into just one.
10849         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10850         the use of degraded mode.
10851         (nxml-degrade): Don't change mode-name.
10853         * nxml/rng-nxml.el (rng-nxml-mode-init):
10854         Don't overwrite mode-line-process.
10856         * ibuffer.el (mode): Pass the buffer to format-mode-line.
10857         (ibuffer-update-mode-name): Remove.
10858         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10859         (ibuffer-mode): Use mode-line-process instead.
10861         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10862         Use derived-mode-p.
10863         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10865         * help.el (describe-mode): Pass the right buffer to format-mode-line.
10867 2008-01-16  Glenn Morris  <rgm@gnu.org>
10869         * comint.el (comint-regexp-arg): Fix no-input case.
10871 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
10873         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10874         * pcvs.el (cvs-revert-if-needed):
10875         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10877         * vc-svn.el (vc-svn-find-file-hook):
10878         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10880 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
10882         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10883         (icalendar-export-file, icalendar-import-file):
10884         Restore significant trailing whitespace in `interactive' prompts.
10886 2008-01-16  Tom Tromey  <tromey@redhat.com>
10888         * calendar/icalendar.el (icalendar--convert-tz-offset)
10889         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10890         (icalendar--find-time-zone): New functions.
10891         (icalendar--decode-isodatetime): Add `zone' argument, passed to
10892         `decode-time'.  Doc fix.
10893         (icalendar--convert-ical-to-diary): Compute zone-map.
10894         Pass timezone to icalendar--decode-isodatetime.
10896 2008-01-16  Alan Mackenzie  <acm@muc.de>
10898         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10899         an eval-and-compile, so as to permit byte-compiling (e.g. in
10900         bootstrap).
10902 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10905         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10906         using the same key for different menu entries.
10908         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10909         (smerge-makeup-conflict): New command.
10911 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
10913         * log-edit.el (log-edit): Doc fix.
10915 2008-01-15  Glenn Morris  <rgm@gnu.org>
10917         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10919 2008-01-14  Alan Mackenzie  <acm@muc.de>
10921         * progmodes/cc-vars.el (c-constant-symbol): New function which
10922         supersedes c-const-symbol.  During a customize-.. call it enables
10923         an element of (e.g.) c-hanging-braces alist to have its name
10924         displayed, even when the default value of c-h-b etc. doesn't
10925         include the elemnt.  Replace uses of the old function by the new.
10927         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10928         obscure non-working fragment ":value c-".
10930 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10932         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10934 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
10936         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10937         instead of `tramp-file-name-real-host'.
10939         * net/trampver.el: Update release number.
10941 2008-01-14  Alan Mackenzie  <acm@muc.de>
10943         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10944         call inside a struct being recognised as a K&R argument.
10946 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10949         Accept "fatal error" from MSFT.
10950         Reported by Jared Finder <jfinder@crypticstudios.com>.
10952 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
10954         * smerge-mode.el (smerge-auto): New function.
10955         * vc-svn.el (vc-svn-find-file-hook):
10956         * vc-arch.el (vc-arch-find-file-hook):
10957         * pcvs.el (cvs-revert-if-needed):
10958         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10959         (top-level): Add a Todo list.
10961 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
10963         * vc.el (vc-update): Resolve conflicts if necessary instead of
10964         just updating the buffer.
10966         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10967         update command so that we can parse the output.
10969 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
10971         * mail/rmail.el (rmail-convert-to-babyl-format):
10972         Remove save-excursion to avoid infinite looping.
10973         Reported by dnz <dnz@bk.ru>.
10975 2008-01-12  Glenn Morris  <rgm@gnu.org>
10977         * woman.el (woman-parse-numeric-arg): Change handling of `==':
10978         can be interned without a function definition.
10980 2008-01-12  Jason Rumney  <jasonr@gnu.org>
10982         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10983         (rng-nxml-mode-init): Declare.
10985 2008-01-11  Jason Rumney  <jasonr@gnu.org>
10987         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10988         (rng-preferred-prefix-alist-default): Remove.
10990         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10991         Rename from nxml-enable-unicode-char-name-sets-flag.
10992         (nxml-enable-unicode-char-name-sets-1): Merge into
10993         nxml-enable-unicode-char-name-sets.
10994         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10995         nxml-char-name-ignore-case here.
10997         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10998         Update doc string and commentary.
10999         (nxml-char-name-ignore-case): Change default value.
11000         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11002 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
11004         * cus-start.el (all): Add missing version entries.
11006 2008-01-11  Glenn Morris  <rgm@gnu.org>
11008         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11009         (euc-to-flat-code, flat-code-to-euc):
11010         * textmodes/org.el (elmo-msgdb-overview-get-entity)
11011         (wl-summary-buffer-msgdb): Declare as funtions.
11013 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
11015         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11016         Bind buffer-file-name and buffer-file-truename.
11018         * fringe.el (fringe-mode-explicit): New variable.
11019         (set-fringe-mode): Don't alter default-frame-alist when just
11020         loading this file.
11022 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11024         * doc-view.el (doc-view-buffer-file-name): New variable.
11025         (doc-view-convert-current-doc, doc-view-search)
11026         (doc-view-current-cache-dir, doc-view-initiate-display)
11027         (doc-view-mode): Use it.
11028         (doc-view-bookmark-make-cell): Use variable buffer-file-name
11029         instead of function.
11031 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11033         * vc-svn.el (vc-svn-registered): Return the correct value for
11034         ignored and unregistered files.
11036 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
11038         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11040 2008-01-10  Tom Tromey  <tromey@redhat.com>
11042         * vc.el (vc-status-unmark-all-files): New function.
11043         (vc-status-unmark-all-files): Likewise.
11044         (vc-status-mode-map): Add bindings.
11046 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11048         * ediff*.el: Uncomment declare-function.
11050         * emulation/viper*.el: Uncomment declare-function.
11052 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11054         * doc-view.el (doc-view-mode): Support tramp, compressed files and
11055         files inside archives uniformly.
11057 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11059         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11060         constant with a computation on sgml-specials rather than a literal
11061         list.  Without this change the syntax table is generated
11062         incorrectly, and the mode will think it's in a comment following
11063         any instance of the string "--".
11065 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
11067         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11068         (doc-view-mode): Support document files inside archives.
11070 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
11072         * vc.el (vc-deduce-fileset): Return the currently selected file if
11073         no files are selected when using vc-status.
11075 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
11077         * ediff*.el: Comment out declare-function.  "make bootstrap"
11078         stops with an error and Emacs does not compile with those things in.
11079         Besides, declare-function is not defined in XEmacs.
11081         * ediff-util (eqiff-quit): Autoraise minibuffer.
11083         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11085         * emulation/viper*.el: Comment out declare-function -- not defined
11086         in XEmacs.
11088         * emulation/viper-ex.el (viper-info-on-file):
11089         Take care of indirect buffers.
11091         * emulation/viper.el (viper-set-hooks, set-cursor-color):
11092         Set viper-vi-state-cursor-color.
11094 2008-01-09  Tom Tromey  <tromey@redhat.com>
11096         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11097         Just return header.
11098         (vc-status-move-to-goal-column): New function.
11099         (vc-status-mode-map): Define more keys.
11100         (vc-status-mode): Use vc-status-refresh.  Now 'special.
11101         (vc-status-refresh): New function.
11102         (vc-status-next-line): Likewise.
11103         (vc-status-previous-line): Likewise.
11104         (vc-status-mark-file): Use vc-status-next-line.
11105         (vc-status-unmark-file): Use vc-status-previous-line.
11106         (vc-status-unmark-file-up): New function.
11107         (vc-status-register): Likewise.
11108         (vc-status-find-file): Likewise.
11109         (vc-status-find-file-other-window): Likewise.
11110         (vc-status-current-file): Likewise.
11111         (vc-ensure-vc-buffer): Understand vc-status mode.
11113         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11115 2008-01-09  Glenn Morris  <rgm@gnu.org>
11117         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11118         entry, for Windows.
11120 2008-01-09  Tom Tromey  <tromey@redhat.com>
11122         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11124 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11127         add a file-name handler.
11129 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11131         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11132         Rename from function bibtex-files-expand.  New optional arg select.
11133         (bibtex-flash-head): Allow blink-matching-delay being zero.
11134         (bibtex-clean-entry): Use atomic-change-group.
11135         (bibtex-format-entry): Check presence of required fields only
11136         after formatting of fields.  Use member-ignore-case.  Do not use
11137         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
11138         (bibtex-autofill-entry): Do not call undo-boundary.
11139         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11140         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11141         Parse keys if necessary.
11143 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11145         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11146         quotes in case of spaces, e.g. STL containers (not pretty).
11148 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11150         * progmodes/gdb-ui.el (gud-gdb-command-name):
11151         Explain "--annotate=3" option is necessary for the Graphical Interface.
11153 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11155         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11156         on menu bar.
11158 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11160         * ffap.el (ffap-read-file-or-url): Let-bind
11161         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11163 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
11165         * vc-bzr.el: Fix typo in header.
11167 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
11169         * Makefile.in (custom-deps, finder-data): Depend on autoloads
11170         instead of loaddefs.el.
11172 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11174         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11175         gets inserted out-of-order.
11177 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
11179         * vc-bzr.el: Copyright and version headers update.
11180         Remove some outdated comments through the whole file.
11181         (vc-bzr-program-args): Remove because unused.
11182         (vc-bzr-log-switches): New customization option.
11183         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
11184         use `vc-bzr-program-args'.
11185         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11186         `vc-find-root' (patch by Andreas Hoenen).
11187         (vc-bzr-status): Update regex to match latest Bzr output.
11188         Remove redundant test.
11189         (vc-bzr-init-version): New function.
11190         (vc-bzr-unregister): Must not delete file.
11191         (vc-bzr-find-version): New function.
11192         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11193         a non-empty string, otherwise take head revision.
11194         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11195         (vc-bzr-diff): Simpler build of the revision spec string.
11196         (vc-annotate-convert-time, vc-bzr-annotate-difference):
11197         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11198         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
11199         (vc-bzr-dired-state-info): Only provide custom strings for
11200         overloaded VC state 'edited; otherwise fallback to
11201         `vc-default-dired-state-info'.
11203 2008-01-08  Richard Stallman  <rms@gnu.org>
11205         * delsel.el (delete-selection-mode): Doc fix.
11207 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
11209         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11210         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11212         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11213         of watch expressions (only works fully with GDB 6.7 or later).
11215 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
11217         * time-stamp.el (time-stamp-time-zone):
11218         * whitespace.el (whitespace-check-buffer-leading)
11219         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11220         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11221         * progmodes/sh-script.el (sh-indentation):
11222         * textmodes/ispell.el (ispell-local-pdict):
11223         Add safe-local-variable properties.
11225 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
11227         * vc-git.el (vc-git--call): Apply `process-file' instead of
11228         `call-process'.
11230         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11231         Reported by Pete Forman <pete.forman@westerngeco.com>.
11232         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11233         (tramp-handle-process-file): Handle the case where DESTINATION is
11234         a consp with t as car.
11235         (tramp-wait-for-output): We shall remove exactly what has been
11236         find by the search.
11238 2008-01-08  Kevin Ryde  <user42@zip.com.au>
11240         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11241         For perl, allow "during global destruction" at end.  Add entry for
11242         two-arg form of the Test module ok() func.
11244 2008-01-08  Glenn Morris  <rgm@gnu.org>
11246         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11247         unified format.
11249         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11251 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
11253         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11254         Simplify selection of frame focusing function.
11256 2008-01-08  Michael Olson  <mwolson@gnu.org>
11258         * textmodes/remember.el (remember-region): Fix typo in docstring.
11260 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11262         * textmodes/remember.el (remember): If there is a visible region
11263         [that is, the mark is active and transient mark mode is enabled]
11264         then use this region for the initial contents of the *Remember*
11265         buffer.  Use `region-beginning' and `region-end' instead of
11266         `point' and `mark'.
11268 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
11270         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11271         argument to vc-hg-command.
11272         (vc-hg-log-view-mode): Handle the user field better.
11274 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11276         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11278 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11280         * vc.el (vc-status-fileinfo): New defstruct.
11281         (vc-status): New defvar.
11282         (vc-status-insert-headers, vc-status-printer, vc-status)
11283         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11284         (vc-status-unmark-file, vc-status-marked-files): New functions.
11286         * vc-hg.el (vc-hg-dir-status): New function.
11288 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
11290         * cus-edit.el (custom-tool-bar-map): Move initialization of this
11291         keymap from here ...
11292         (custom-mode): ... to here.  Reported by Reiner Steib.
11294 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11296         * obsolete/x-apollo.el: Remove file for unsupported system.
11298         * term/x-win.el (vendor-specific-keysyms): Remove reference to
11299         Apollo.
11301         * progmodes/gud.el (gud-dgux-p): Remove.
11302         (dbx): Remove reference to dgux.
11304         * progmodes/ps-mode.el (ps-mode-print-function):
11305         * ps-print.el (ps-lp-system):
11306         * paths.el (rmail-spool-directory):
11307         * ls-lisp.el (ls-lisp-emulation):
11308         * lpr.el (lpr-lp-system):
11309         * dired.el (dired-chown-program): Remove references to dgux.
11311 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11313         * vc.el (vc-process-sentinel): Fix apparent typo.
11314         (vc-do-command): Forcefully kill any left over process.
11315         Use start-file-process.
11316         (vc-annotate-get-time-set-line-props): Check we don't move backward.
11318 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
11320         * net/dbus.el (dbus-list-hash-table)
11321         (dbus-name-owner-changed-handler): Replace "signal" by "member".
11322         (dbus-check-event): Add serial number to event.
11323         (dbus-handle-event): Apply return message if needed.
11324         (dbus-event-serial-number): New defun.
11325         (dbus-event-service-name, dbus-event-path-name)
11326         (dbus-event-interface-name, dbus-event-member-name):
11327         Adapt implementation to serial number.
11329 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11331         * bs.el (bs--get-mode-name): Fix typo in previous change.
11333 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
11335         * mouse.el (mouse-popup-menubar): Fix typo.
11337         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11338         form inside with-current-buffer.
11340         * progmodes/antlr-mode.el (provide): Move to the end of file.
11341         (require): Don't require font-lock and compile.
11342         (outline-level, imenu-use-markers, imenu-create-index-function):
11343         Move declarations to top level.
11344         (cond-emacs-xemacs-macfn): Declare for compiler.
11346         * vc-bzr.el (vc-bzr-root):
11347         * vc-arch.el (vc-arch-root): Only set a property if the file is
11348         managed by this backend.
11350         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11352 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
11354         * doc-view.el (doc-view-scroll-up-or-next-page)
11355         (doc-view-scroll-down-or-previous-page): Don't scroll to the
11356         top/bottom again when on the first/last page.
11358         * doc-view.el (doc-view-scroll-up-or-next-page)
11359         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11360         image-scroll-down instead of the non-image equivalents.
11361         Don't rely on a signalled condition but switch pages when scrolling
11362         doesn't change the vertical position anymore.
11363         (doc-view-mode-map): Remap scroll-{up,down} to
11364         image-scroll-{up,down}.
11366 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
11368         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11369         tpu-mapper command rather than load the tpu-mapper package.
11371         * emulation/tpu-mapper.el (tpu-mapper): New command.
11372         Contains all the code previously at top-level.
11374 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * bs.el (bs--sort-by-mode, bs--get-mode-name):
11377         * imenu.el (imenu-add-to-menubar):
11378         * makesum.el (make-command-summary):
11379         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11380         (mouse-buffer-menu):
11381         * msb.el (msb--mode-menu-cond):
11382         * calc/calc-embed.el (calc-do-embedded):
11383         * emacs-lisp/helper.el (Helper-describe-mode):
11384         * mail/emacsbug.el (report-emacs-bug):
11385         * progmodes/hideshow.el (hs-grok-mode-type):
11386         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11387         * textmodes/table.el (*table--cell-describe-mode):
11388         Pass mode-name through format-mode-line.
11390 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * progmodes/ada-xref.el (ada-prj-find-prj-file):
11393         * progmodes/ada-mode.el (comment-region):
11394         * calendar/todo-mode.el (todo-insert-item):
11395         * bookmark.el (bookmark-buffer-name):
11396         Test major-mode rather than mode-name.
11398 2008-01-04  Richard Stallman  <rms@gnu.org>
11400         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11401         Call byte-compile-warn-about-unresolved-functions outside
11402         the with-current-buffer.
11403         (byte-compile-insert-header): Use with-current-buffer.
11405 2008-01-04  Glenn Morris  <rgm@gnu.org>
11407         * startup.el (fancy-about-screen): Remove reference to deleted
11408         `fancy-splash-help-echo' variable.
11410         * version.el (emacs-copyright): Update to 2008.
11412         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11413         rather than mapcar.
11415         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11416         change (merge mistake).
11418         * doc-view.el (doc-view-search-internal): Don't use `incf'.
11420         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11421         (bookmark-get-bookmark-record):
11422         * image-mode.el (bookmark-make-cell-function)
11423         (bookmark-get-filename, bookmark-get-bookmark-record)
11424         (bookmark-get-position):
11425         * log-view.el (vc-modify-change-comment):
11426         * progmodes/grep.el (find-name-arg): Declare for compiler.
11428 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
11430         * savehist.el (savehist-coding-system): Default to a variant coding
11431         system with explicit unix end-of-line conversion, which is safer.
11433 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11435         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11436         * ibuffer.el (mode column): Use format-mode-line.
11438         * server.el (server-create-window-system-frame): Remove workaround for
11439         a bug that has been fixed.
11441 2008-01-03  Magnus Henoch  <magnus@zemdatav>
11443         * net/dbus.el (dbus-name-owner-changed-handler):
11444         Use dbus-unregister-object instead of dbus-unregister-signal.
11446 2008-01-03  Drew Adams  <drew.adams@oracle.com>
11448         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11450 2008-01-03  Richard Stallman  <rms@gnu.org>
11452         * replace.el (occur-context-lines): New subroutine,
11453         broken out of occur-engine.
11454         (occur-engine): Call it.
11456 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
11458         * vc-git.el (vc-git--ls-files-state): New function.
11459         (vc-git-dir-state): Use it instead of processing the status
11460         results here.
11462 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11464         * progmodes/grep.el (grep-find-ignored-directories):
11465         Initialize from the value of vc-directory-exclusion-list.
11467         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11468         even though we don't have a back end for darcs yet.
11470 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
11472         Change a return type, for greater extensibility.
11473         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11474         and its thread for discussion leading to this change.
11476         * bookmark.el (bookmark-jump-noselect):
11477         Return an alist instead of a dotted pair.
11478         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11479         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11480         (bookmark-bmenu-switch-other-window): Adjust accordingly.
11481         (bookmark-make-cell-function): Adjust documentation accordingly.
11483         * image-mode.el (image-bookmark-jump):
11484         Adjust return type accordingly; document.
11486         * doc-view.el (doc-view-bookmark-jump):
11487         Adjust return type accordingly; document.
11489 2008-01-02  Miles Bader  <miles@gnu.org>
11491         * net/rcirc.el (rcirc-log-filename-function): New variable.
11492         (rcirc-log): Use `rcirc-log-filename-function' to generate the
11493         log-file name.  Don't log anything if it returns nil.
11494         (rcirc-log-write): Use `expand-file-name' when merging the
11495         log-file name from the alist with rcirc-log-directory; this does
11496         the right thing if the name in the alist already an absolute
11497         filename.  Make the log-file directory if necessary.
11499 2007-12-29  Richard Stallman  <rms@gnu.org>
11501         * font-lock.el (font-lock-prepend-text-property)
11502         (font-lock-append-text-property): Canonicalize the face and
11503         font-lock-face properties.
11505         * faces.el (facep): Doc fix.
11507         * startup.el (fancy-startup-tail, fancy-about-text)
11508         (fancy-startup-text): Regularize format of face property.
11510         * facemenu.el (list-colors-print): Use :background and :foreground
11511         instead of background-color and foreground-color.
11513 2007-12-29  Drew Adams  <drew.adams@oracle.com>
11515         * cus-edit.el (custom-add-parent-links):
11516         Fill the "Parent documentation" text.
11518 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11520         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11521         MS-Windows and MS-DOS.
11522         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11524 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
11526         * vc-svn.el (vc-svn-modify-change comment): New function.
11528 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11530         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11531         Do not disable undo, with-temp-buffer does it by default.
11533 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
11535         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11536         correctly.
11538         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
11539         with vc-state.
11540         (vc-next-action): Fix vc-transfer-file call.
11542 2007-12-31  Tom Tromey  <tromey@redhat.com>
11544         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11545         Move point to the start of the buffer.
11547 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
11549         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11551         * vc.el: State that dir-state is required to set the vc-state and
11552         vc-backend properties.
11554 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
11556         * man.el (Man-default-man-entry): Make this a defun.
11557         Improve guessing mechanism and handling of section numbers.
11559 2007-12-31  Richard Stallman  <rms@gnu.org>
11561         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11563 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
11565         * calc/calc-units.el (calc-convert-temperature): Ensure that units
11566         are on the result even when the result is zero.
11568 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
11570         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11571         resistent towards wrong parameters.
11572         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11574 2007-12-30  Richard Stallman  <rms@gnu.org>
11576         * faces.el (face-all-attributes): New function.
11578         * faces.el (face-differs-from-default-p): Compute list of attr names
11579         from face-attribute-name-alist.
11581         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11582         (custom-face-save): Likewise.
11583         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11585         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11586         (custom-theme-set-faces): Clear `face-override-spec' property.
11587         Call `face-spec-set' with FOR-DEFFACE.
11589         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11591         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11592         Use of frame as third arg is deprecated.
11593         Handle `face-override-spec' property.
11594         (face-spec-recalc): New function.
11595         (face-spec-set-2): New function.
11596         (frame-set-background-mode): Handle `face-override-spec' property.
11597         Use `face-spec-recalc'.
11598         (face-set-after-frame-default): Use `face-spec-recalc'.
11600 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
11602         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11604 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11606         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11608 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
11610         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11611         'added, 'removed.
11613         * vc.el (header coment): Better description of dir-state.
11614         (vc-compatible-state): New function.  Checks whether two states
11615         can be in the same changeset; used with 'edited it can test whether
11616         the next action for a state should be commit.
11617         (vc-default-dired-state-info): Display 'removed state.
11618         (vc-dired-hook): Turn off undo, this is a speed tweak.
11620         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11622         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11623         Cope with the possibility that the 'C' status flag might change
11624         in 0.9,6.
11626         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11628 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11630         * files.el (cd-absolute): Fix omission bug:
11631         Make `list-buffers-directory' buffer-local.
11633 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11635         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11637 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
11639         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11641         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11642         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11643         (math-yacas-compose-deriv, math-yacas-compose-taylor)
11644         (math-maxima-parse-subst, math-maxima-parse-taylor)
11645         (math-maxima-compose-taylor, math-maxima-compose-subst)
11646         (math-maxima-compose-if, math-lang-switch-args)
11647         (math-lang-compose-switch-args, math-read-giac-subscr):
11648         New functions.
11649         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11650         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11651         Add languages.
11652         (math-vector-brackets, math-complex-format, math-variable-table)
11653         (math-parse-table, math-oper-table, math-function-table)
11654         (math-special-function-table, math-compose-subscr):
11655         Add values for new languages.
11657         * calc/calccomp.el (math-compose-expr): Add new languages.
11659         * calc/calc.el (calc-language): Add languages to docstring.
11661         * calc/calc-ext.el (calc-init-extensions): Add keybindings
11662         for new languages.  Autoload commands to change languages.
11664         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11666         * calc/calc-menu.el (calc-modes-menu): Add new languages.
11667         (calc-arithmetic-menu, calc-scientific-function-menu)
11668         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11669         (calc-units-menu, calc-variables-menu, calc-stack-menu):
11670         Add :active keywords.
11672 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
11674         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11675         returns 'ignored or 'unregistered.
11676         (vc-hg-state): Pass "-A" to the status command and deal with the
11677         output.
11678         (vc-hg-dir-state): Pass "-A" to the status command.
11680 2007-12-29  Richard Stallman  <rms@gnu.org>
11682         * progmodes/compile.el (compilation-start): Set initial visible
11683         point properly even when compilation buffer already current.
11685 2007-12-29  Richard Stallman  <rms@gnu.org>
11687         * files.el (conf-mode-maybe): New function.
11688         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11690 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
11692         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11694 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11696         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11698 2007-12-29  Richard Stallman  <rms@gnu.org>
11700         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11701         so they never do EOF.
11703 2007-12-29  Richard Stallman  <rms@gnu.org>
11705         * faces.el (copy-face): Create the new face explicitly if it
11706         does not exist already.
11708 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
11710         * simple.el (minibuffer-history, shell-command-history)
11711         (set-variable-value-history):
11712         * replace.el (regexp-history):
11713         * international/mule-cmds.el (input-method-history):
11714         * files.el (file-name-history): Add reference to history-length in
11715         the doc string.
11717 2007-12-29  Richard Stallman  <rms@gnu.org>
11719         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11721 2007-12-29  Jason Rumney  <jasonr@gnu.org>
11723         * find-dired.el (find-name-arg): New custom variable.
11724         (find-name-dired): Use it.
11725         (find-dired-find-program): Remove.
11726         (find-dired): Use find-program.
11727         (find-grep-dired): Use grep-program.
11729         * progmodes/grep.el (rgrep): Use find-name-arg.
11731 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
11733         * progmodes/cc-vars.el (defcustom-c-stylevar):
11734         Revert to pre-2007-12-12 version.
11736 2007-12-29  Richard Stallman  <rms@gnu.org>
11738         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11740         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11741         Use changed.
11743         * startup.el (fancy-splash-help-echo): Var deleted.
11744         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11745         (fancy-about-screen): Don't display fancy-splash-help-echo.
11747         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11749 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
11751         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11752         to vc-hooks.el so it will be available to other modes, such as
11753         speedbar.el.  Also, teach it to recognize monotone state directories.
11755         * speedbar.el: Remove this mode's fragile assumptions about
11756         version-control systems.  Instead, make it use logic from
11757         vc-hooks.el so it will become smarter whenever VC mode does.
11759         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11760         Fix the documentation.
11762         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11763         Modify all instances of the dir-state back-end method to suppress
11764         keeping undo lists on the buffers holding status output, which
11765         can get extremely large.
11767         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11768         so they don't do work that the default one can do instead.
11770         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11771         states, and the new return-value convention.  These are not
11772         actually used yet, just set.
11774         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11775         states when appropriate.
11777         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11778         'unregistered when appropriate.
11780         * vc-git.el: Document that we don't set the new states yet.
11782         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11783         'ignored states.
11785         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11786         appropriate.
11788         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11789         when appropriate.
11791 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
11793         * thumbs.el (thumbs-call-convert): Use call-process directly
11794         with thumbs-conversion-program instead of through shell-file-name
11795         for better error reporting.
11797 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
11799         * calc/calc-aent.el (math-remove-percentsigns):
11800         * calc/calccomp.el (math-to-percentsigns): Change placeholder
11801         for percent signs.
11803 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
11805         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11806         use completion-ignored-extensions to detect files that should be
11807         ignorted in VC-Dired listings, heading off lots of expensive calls
11808         to (vc-state).
11810         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11811         non-terse mode.
11812         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11813         Makefile.in or Makefile.am.
11815 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11817         * ps-print.el (ps-mark-active-p): Fun returned back.
11818         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11819         `region-active-p' for error checking.
11821 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
11823         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11824         Put new machinery in place to support editing of change comments
11825         with 'e' in a log-view buffer.  Not documented yet as this
11826         only works for SCCS, RCS, and maybe CVS if you have admin
11827         privileges.  When we have backend support for Subversion and
11828         more modern systems it will be time to write this up.
11830 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
11832         * international/mule-cmds.el (select-safe-coding-system):
11833         When a buffer is modified, cancel the writing.
11835 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
11837         * log-view.el: Add Subversion and Mercurial log format samples.
11839         * vc.el (vc-dired-hook): Significantly speed up by arranging for
11840         it to call the backend dir-state hook (if it exists)
11841         exactly *once*, rather than once per each subdirectory (with
11842         dired-state-info calls on all toplevel files slowing it down even
11843         further).  For this to work, backend dir-state methods have to
11844         recurse to subdirectories.  Most of them already did anyway; a few
11845         needed *non*-recursion switches removed.  This change mostly
11846         removed code that was perversely bad and should have been shot
11847         through the head years ago.
11849         * vc-bzr.el (vc-bzr-dir-state):
11850         * vc-cvs.el (vc-cvs-dir-state):
11851         * vc-mcvs.el (vc-mcvs-dir-state):
11852         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11854         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11855         multiple arguments, so generate logs sequentially when we get them.
11856         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11857         headers so the various log bindings can do the right thing.
11858         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11860 2007-12-26  Andreas Schwab  <schwab@suse.de>
11862         * font-lock.el (save-buffer-state): Make sure the state of the
11863         buffer is always restored.
11865 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
11867         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11869         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11870         a variable.
11872         * calc/calccomp.el (math-to-percentsigns): New function.
11873         (math-compose-var): Handle variables with percent signs.
11874         (math-compose-expr): Handle function names with percent signs.
11876         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11877         (math-read-exprs): Handle percent signs in languages that
11878         allow them.
11879         (math-restore-underscores): Remove function.
11880         (math-remove-percentsigns, math-restore-placeholders):
11881         New functions.
11883 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11885         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11886         of `mark' for error checking.
11888 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
11890         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11891         New functions.
11892         (image-mode): Set bookmark-make-cell-function appropriately.
11894         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11896         * bookmark.el (bookmark-make-cell-function): New variable.
11897         (bookmark-make): Call bookmark-make-cell-function's function
11898         instead of bookmark-make-cell.
11899         (bookmark-get-handler, bookmark-jump-internal): New functions.
11900         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11901         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11902         Use bookmark-jump-internal.
11903         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11905         * doc-view.el (doc-view-bookmark-make-cell)
11906         (doc-view-bookmark-jump): New functions.
11907         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11909 2007-12-25  Miles Bader  <miles@gnu.org>
11911         * indent.el (indent-for-tab-command): Rigidly indent the following
11912         sexp along with the current line when a prefix arg is given in the
11913         non-active-region case.  Specify raw prefix in interactive spec.
11914         Simplify main indentation logic to get rid of the conditional call
11915         to `indent-according-to-mode' (it just ended up calling
11916         `indent-line-function' in all cases anyway, which can be done more
11917         simply here).  Remove unnecessary test of ARG in active region case.
11919 2007-12-25  Richard Stallman  <rms@gnu.org>
11921         * allout.el (allout-region-active-p): Rename from my-region-active-p.
11922         Use `use-region-p'.
11923         (allout-write-file-hook-handler): Simplify code.
11925         * ps-print.el (ps-mark-active-p): Function deleted.
11926         (ps-print-preprint-region): Use (mark) for the error check.
11928         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11930         * winner.el (winner-active-region): Use `mark-active' if it's defined.
11932         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11934         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11936         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11938         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11940         * progmodes/cc-defs.el (c-region-is-active-p):
11941         Use `mark-active' if it's defined.
11943         * progmodes/cc-cmds.el (c-indent-line-or-region):
11944         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
11946         * simple.el (select-active-regions): New option.
11947         (set-mark): Obey it.
11948         (yank-pop-change-selection): New option.
11949         (current-kill): Obey it.
11951         * simple.el (use-region-p): Rename from `region-active-p'.
11952         (region-active-p): New function.
11954 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
11956         * term/x-win.el (x-select-enable-primary): New option.
11957         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11959         * mouse.el (mouse-yank-primary): New function (almost same
11960         as mouse-yank-secondary).
11962 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
11964         * calculator.el:
11965         * dframe.el:
11966         * iswitchb.el:
11967         * whitespace.el:
11968         * winner.el:
11969         * emacs-lisp/checkdoc.el:
11970         * mail/feedmail.el:
11971         * net/quickurl.el:
11972         * obsolete/fast-lock.el:
11973         * play/5x5.el:
11974         * progmodes/delphi.el:
11975         * progmodes/idlw-shell.el:
11976         * progmodes/idlwave.el:
11977         * textmodes/artist.el:
11978         * textmodes/ispell.el:
11979         * textmodes/texinfmt.el:
11980         * textmodes/texinfo.el: Remove obsolete definitions of backward
11981         compatibility macros for defcustom, defgroup, defface, when,
11982         unless, with-current-buffer and with-temp-message.
11984 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
11986         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11988 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11991         indeed a process.
11993 2007-12-23  Richard Stallman  <rms@gnu.org>
11995         * simple.el (region-active-p): New function.
11996         (use-empty-active-region): New variable.
11998         * dired-aux.el (dired): Load dired.el at run time too.
12000 2007-12-23  Juri Linkov  <juri@jurta.org>
12002         * man.el (Man-follow-manual-reference): Fill the minibuffer's
12003         default list with a full list of references.
12005         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12007 2007-12-23  Andreas Schwab  <schwab@suse.de>
12009         * files.el (switch-to-buffer-other-frame): Return the buffer
12010         switched to.
12012 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
12014         Sync with Tramp 2.1.12.
12016         * net/tramp.el: New todo item.
12018         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12019         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12021         * net/trampver.el: Update release number.
12023 2007-12-22  Richard Stallman  <rms@gnu.org>
12025         * newcomment.el (comment-region-default): Don't triple the
12026         comment starter if the first region line isn't indented enough.
12028 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12030         * net/imap.el (imap-authenticate): Use current-buffer instead of
12031         buffer, for the cases where imap-authenticate is called with a nil
12032         buffer parameter.
12034 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
12036         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12037         specifier from format-string.  Reported by Ye Wenbin.
12039 2007-12-20  Jason Rumney  <jasonr@gnu.org>
12041         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12042         Parent group is font-lock-faces.
12043         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12044         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12045         (nxml-version): Remove.
12046         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12047         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12048         (nxml-processing-instruction-delimiter)
12049         (nxml-processing-instruction-target)
12050         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12051         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12052         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12053         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12054         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12055         (nxml-attribute-prefix, nxml-attribute-colon)
12056         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12057         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12058         (nxml-attribute-value, nxml-attribute-value-delimiter)
12059         (nxml-namespace-attibute-value)
12060         (nxml-namespace-attribure-value-delimiter)
12061         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12062         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12063         (nxml-glyph): Rename, removing -face suffix.
12064         Inherit from existing font-lock faces.
12065         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12066         Use new face names.
12068         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12069         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12070         Rename, removing -face suffix.
12071         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12072         (nxml-highlighted-colon, nxml-highlighted-slash)
12073         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12074         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12075         (nxml-highlighted-qname, nxml-outline-display-heading):
12076         Use new face names.
12078         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12080         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12082 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
12084         * cus-start.el (all): Use correct group name for members of
12085         mode-line group.
12087         * man.el (Man-default-man-entry): When looking for default man
12088         entry title search text preceding point.  Use when instead of if.
12090         * indent.el (indent-for-tab-command): Fix doc-string typo.
12092         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12093         vc-parent-buffer is the current buffer.
12095         * info-look.el (info-lookup, info-lookup-setup-mode)
12096         (info-lookup-make-completions): Avoid clobbering Info-history and
12097         Info-history-list.
12099 2007-12-19  Glenn Morris  <rgm@gnu.org>
12101         * progmodes/verilog-mode.el (top-level): Don't require compile.
12102         (compilation-error-regexp-alist, compilation-last-buffer):
12103         Define for compiler.
12104         (verilog-insert-1): New function.
12105         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12106         Use verilog-insert-1.
12107         (verilog-surelint-off): Use next-error-last-buffer if bound.
12108         Check compile buffer is live.
12110 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12112         * progmodes/compile.el (compilation-start): Don't pass a FRAME
12113         argument to display-buffer.
12115 2007-12-19  Jason Rumney  <jasonr@gnu.org>
12117         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12118         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12119         (rng-byte-compile-load, rng-write-version): Remove.
12121         * nxml/rng-loc.el (rng-schema-locating-files-default)
12122         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12123         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12125 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
12127         * files.el (cd-absolute): Set `list-buffers-directory' in order to
12128         show correct path in buffer list.
12130         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12131         (tramp-find-shell): Send only single prompt setting commands, in
12132         order to avoid double-prompt.
12134         * net/tramp-compat.el (top): Require cl only when compiling.
12135         Reported by Glenn Morris <rgm@gnu.org>.
12137 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
12139         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12140         (c-comment-continuation-stars): No longer declare with
12141         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12142         (c-block-comment-prefix): Use symbol-value to
12143         access c-comment-continuation-stars.
12144         * progmodes/cc-mode.el (c-initialize-cc-mode):
12145         Use symbol-value to access c-comment-continuation-stars.
12147 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
12149         * xml.el (xml-escape-string): New function.  Escape string using
12150         xml-entity-alist.
12151         (xml-debug-print-internal): Use xml-escape-string to escape
12152         characters in attributes and in text children of elements.
12154 2007-12-18  Glenn Morris  <rgm@gnu.org>
12156         * progmodes/cc-subword.el (c-subword-mode): Drop support for
12157         systems without define-minor-mode.
12159         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12161         * progmodes/verilog-mode.el: Replace all instances of
12162         string-to-int with string-to-number, insert-string with insert,
12163         and read-input with read-string.
12164         (top-level): No need to require imenu, reporter, dinotrace, vc,
12165         font-lock when compiling.  Always require compile.  Relegate remaining
12166         compatibility cruft to XEmacs.  Don't require font-lock.
12167         (verilog-version): Remove superfluous concat.
12168         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12169         No need to define.
12170         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12171         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12172         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12173         (verilog-startup-message-displayed): These are variables, not constants.
12174         (verilog-batch-execute-func, verilog-auto-inst)
12175         (verilog-auto-inst-param): Use mapc rather than mapcar.
12176         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12177         actually defining.
12178         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12179         (verilog-modi-get-outputs, verilog-modi-get-inouts)
12180         (verilog-modi-get-inputs, verilog-modi-get-wires)
12181         (verilog-modi-get-regs, verilog-modi-get-assigns)
12182         (verilog-modi-get-consts, verilog-modi-get-gparams)
12183         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12184         (verilog-modi-get-sub-inputs): Move inline functions earlier in
12185         the file.
12186         (sigs-in, sigs-out): Don't declare multiple times.
12187         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12188         `defvar'.
12189         (verilog-auto): Call dinotrace-unannotate-all only if bound.
12190         (verilog-module-inside-filename-p): No need to wrap fboundp test
12191         in condition-case.
12192         (reporter-submit-bug-report): Autoload it.
12193         (verilog-mark-defun): Call zmacs-activate-region only if bound.
12194         (verilog-font-customize): Call customize-apropos only if bound.
12195         (verilog-getopt-flags, verilog-auto-reeval-locals):
12196         Use make-local-variable rather than make-variable-buffer-local.
12197         (verilog-company, verilog-project, verilog-modi-cache-list):
12198         Move make-variable-buffer-local calls to top-level.
12199         (font-lock-defaults-alist): Don't define it.
12200         (verilog-need-fld): Remove.
12201         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12202         (verilog-mode): Only call make-local-hook on XEmacs.
12203         Set font-lock-defaults rather than using verilog-font-lock-init.
12205 2007-12-17  Andreas Schwab  <schwab@suse.de>
12207         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12208         Fix comment typo.
12210 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
12212         * net/dbus.el (dbus-name-owner-changed-handler):
12213         Use `dbus-unregister-signal' for removing old rules.
12214         Obey new structure of `dbus-registered-functions-table'.
12216 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
12218         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12220 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
12222         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12223         function.
12224         (add-submenu): Only define for XEmacs.
12225         (verilog-regexp-words): Revert previous change, keep the other
12226         definition.
12228 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12230         * progmodes/perl-mode.el (perl-continued-statement-offset)
12231         (perl-continued-brace-offset, perl-brace-offset)
12232         (perl-brace-imaginary-offset, perl-label-offset):
12233         * progmodes/cperl-mode.el (cperl-brace-offset)
12234         (cperl-continued-brace-offset, cperl-label-offset)
12235         (cperl-continued-statement-offset)
12236         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12237         Add safe-local-variable properties.
12239 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12241         * progmodes/verilog-mode.el (verilog-mode-map)
12242         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12243         (verilog-colorize-include-files): Use only overlay functions so
12244         that it can work on both emacs and XEmacs.
12245         (set-extent-keymap): Remove unused defun.
12246         (verilog-kill-existing-comment, verilog-insert-date)
12247         (verilog-insert-year): Rename in order not to pollute the global
12248         namespace from kill-existing-comment, insert-date and
12249         insert-year, respectively.
12250         (verilog-set-auto-endcomments, verilog-header): Update callers.
12252         * files.el (auto-mode-alist): Recognize verilog files.
12254         * progmodes/verilog-mode.el (verilog-string-replace-matches)
12255         (verilog-string-remove-spaces, verilog-re-search-forward)
12256         (verilog-re-search-backward, verilog-re-search-forward-quick)
12257         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12258         (verilog-get-end-of-line, verilog-within-string): Move definitions
12259         before first use.  No code changes.
12261 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12263         * progmodes/verilog-mode.el (verilog-mode-version)
12264         (verilog-mode-release-date): Don't use expanding keywords.
12265         (provide): Move to the end of file.
12266         (fboundp): Don't check if eval-when-compile is bound, it is used
12267         later in the file without checking.
12268         (when, unless): Copy definitions from subr.el.
12269         (char-before, defcustom, defface, customize-group)
12270         (verilog-batch-error-wrapper): Don't use old style backquotes.
12271         (verilog-regexp-opt): Avoid using the cl function case.
12272         (verilog-regexp-words): Remove duplicated definition.
12273         (verilog-mode-abbrev-table): Remove, duplicate.
12274         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12275         Declare and initialize in one step.
12276         (verilog-declaration-prefix-re, verilog-declaration-re)
12277         (verilog-end-of-statement, verilog-indent-declaration)
12278         (verilog-get-lineup-indent): Remove trailing whitespace.
12279         (verilog-mode): Fix autoload cookie.
12280         Set beginning-of-defun-function and end-of-defun-function.  Use when
12281         instead of if.
12282         (verilog-emacs-features, verilog-auto-ascii-enum)
12283         (verilog-insert-indices): Escape braces in doc strings.
12285 2007-12-08  Michael McNamara  <mac@verilog.com>
12286             Wilson Snyder  <wsnyder@wsnyder.org>
12288         * progmodes/verilog-mode.el: New file.
12290 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
12292         * international/latexenc.el (latexenc-find-file-coding-system):
12293         If both coding-system-for-write and buffer-file-coding-system of
12294         latex-main-file are nil, use `undecided'.
12296 2007-12-06  Jason Rumney  <jasonr@gnu.org>
12298         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12300 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12302         * files.el (revert-buffer): Docstring fix.
12304 2007-12-11  Glenn Morris  <rgm@gnu.org>
12306         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12308 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
12310         * calc/calc-aent.el (math-restore-underscores)
12311         (math-string-restore-underscores): New functions.
12312         (math-read-factor): Properly check variable names with underscores
12313         for entries in `math-expr-variable-mapping'.
12315         * calc/calc-lang.el (math-lang-name): New property name.
12317         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12318         to set language name.
12320 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12322         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12324 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * server.el (server-select-display): Fix important typo.
12327         (server-process-filter): Turn a "" display into nil.
12329 2007-12-09  Juri Linkov  <juri@jurta.org>
12331         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12332         Check search-upper-case before calling isearch-no-upper-case-p
12333         to set case-fold-search.
12334         (occur): Doc fix.
12335         (occur-1, perform-replace): Check search-upper-case before calling
12336         isearch-no-upper-case-p to set case-fold-search.
12338         * isearch.el (search-upper-case): Doc fix.
12339         (isearch-mode-map): Bind `M-s o' to isearch-occur.
12340         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
12341         (isearch-query-replace-regexp): Doc fix.
12342         (isearch-occur): New function.
12344 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12346         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12347         backward compatibility.
12349         * net/imap.el (imap-string-to-integer): New function.
12351 2007-12-09  David Kastrup  <dak@gnu.org>
12353         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12354         directories.  Not sure anybody uses this anymore, though.
12356 2007-12-09  Glenn Morris  <rgm@gnu.org>
12358         * emulation/viper-init.el (top-level): Use dolist rather than mapc
12359         in make-variable-frame-local call.
12361 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12363         * mail/hashcash.el (declare-function):
12364         * net/imap.el (declare-function): New no-op macro for backward
12365         compatibility.
12367 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
12369         Sync makefile.w32-in with Makefile.in.
12371         * makefile.w32-in (check-declare): New target.
12372         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12373         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12374         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12375         ($(lisp)/progmodes/cc-mode.elc): Use it.
12376         ($(lisp)/progmodes/cc-mode.elc): New rule.
12378 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12380         * indent.el (tab-stop-list): Mark as safe-local-variable.
12382         * generic-x.el (etc-sudoers-generic-mode): New mode.
12383         (generic-unix-modes): Add it.
12385 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
12387         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
12388         apply wildcards in a hash table key; there is no usable hash code then.
12389         (dbus-registered-functions-table): Use `equal' as test function.
12390         (dbus-name-owner-changed-handler): Rewrite due to new hash table
12391         structure.
12393 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
12395         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12396         bound error in block comment branch.
12398 2007-12-08  David Kastrup  <dak@gnu.org>
12400         * textmodes/reftex.el (reftex-select-with-char):
12401         * textmodes/reftex-toc.el (reftex-toc-do-promote)
12402         (reftex-toc-visit-location, reftex-toc-find-section):
12403         * textmodes/reftex-index.el (reftex-index-show-entry):
12404         * textmodes/org.el (org-cycle-hide-archived-subtrees)
12405         (org-table-rotate-recalc-marks, org-mark-ring-push)
12406         (org-follow-info-link, org-mhe-get-message-folder-from-index)
12407         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12408         (org-evaluate-time-range, org-edit-agenda-file-list):
12409         * textmodes/artist.el (artist-select-next-op-in-list)
12410         (artist-select-prev-op-in-list):
12411         * term/mac-win.el (mac-service-insert-text):
12412         * startup.el (fancy-about-screen):
12413         * progmodes/vhdl-mode.el (vhdl-decision-query):
12414         * progmodes/idlwave.el (idlwave-template)
12415         (idlwave-scroll-completions, idlwave-display-completion-list):
12416         * progmodes/ebrowse.el (ebrowse-show-progress):
12417         * progmodes/cperl-mode.el (cperl-find-pods-heres):
12418         * progmodes/antlr-mode.el (antlr-insert-option-do):
12419         * play/mpuz.el (mpuz-close-game):
12420         * net/rcirc.el (rcirc-next-active-buffer):
12421         * mail/reporter.el (reporter-update-status):
12422         * kmacro.el (kmacro-display):
12423         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12424         * emulation/viper-util.el (viper-save-setting):
12425         * emacs-lisp/lisp-mnt.el (lm-verify):
12426         * emacs-lisp/edebug.el (edebug-set-mode):
12427         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12428         * calendar/calendar.el (calendar-print-day-of-year):
12429         * calc/calcalg3.el (calc-curve-fit):
12430         * calc/calcalg2.el (math-integral):
12431         * calc/calc.el (calc-read-key-sequence, calc-version):
12432         * calc/calc-mode.el (calc-set-simplify-mode):
12433         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12435 2007-12-07  D. Goel  <deego3@gmail.com>
12437         * progmodes/idlw-shell.el (idlwave-shell-display-line)
12438         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12439         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12440         * mail/uce.el (uce-reply-to-uce)
12441         * progmodes/vhdl-mode.el (vhdl-template-modify)
12442         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12443         to `error' (as suggested by RMS.)
12445 2007-12-07  Glenn Morris  <rgm@gnu.org>
12447         * allout.el (allout-write-file-hook-handler):
12448         * textmodes/reftex.el (reftex-TeX-master-file):
12449         * textmodes/reftex-parse.el (reftex-short-context):
12450         Revert previous change.
12452 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
12454         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12455         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12456         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12457         (dbus-event-service-name, dbus-event-path-name)
12458         (dbus-event-interface-name, dbus-event-member-name): Fix for new
12459         event structure.
12460         (dbus-list-activatable-names, dbus-list-names)
12461         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12462         Reorder `dbus-call-method' arguments.
12464 2007-12-06  D. Goel  <deego3@gmail.com>
12466         * allout.el (allout-write-file-hook-handler):
12467         * textmodes/reftex.el (reftex-TeX-master-file):
12468         * textmodes/org.el (org-paste-subtree):
12469         * progmodes/vhdl-mode.el (vhdl-template-modify):
12470         * progmodes/idlw-shell.el (idlwave-shell-send-command)
12471         (idlwave-shell-display-line):
12472         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12473         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12474         * net/trampver.el (x):
12475         * mail/uce.el (uce-reply-to-uce):
12476         * mail/rmailout.el (rmail-output):
12477         * mail/feedmail.el (feedmail-dump-message-to-queue):
12478         * whitespace.el (whitespace-write-file-hook):
12479         * wdired.el (wdired-check-kill-buffer):
12480         * vc.el (vc-update):
12481         * vc-mcvs.el (vc-mcvs-checkin):
12482         * vc-cvs.el (vc-cvs-checkin):
12483         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12484         * ibuffer.el (ibuffer-current-buffer):
12485         * dired.el (dired-move-to-end-of-filename):
12486         * bindings.el (complete-symbol):
12487         * textmodes/org-publish.el (org-publish-file):
12488         (org-publish-current-project):
12489         * textmodes/reftex-parse.el (reftex-short-context):
12490         * textmodes/texinfmt.el: Fix buggy calls to `error'.
12492 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * doc-view.el (doc-view-dvi->pdf-sentinel)
12495         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12496         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12497         within a sentinel or timer.
12498         (doc-view-display): Don't try to display before the requested page
12499         is available, unless told to do so explicitly.
12500         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12501         Force display even if the requested page is not available.
12503 2007-12-06  Richard Stallman  <rms@gnu.org>
12505         * help-fns.el (describe-function-1): Call ad-get-advice-info
12506         only on symbols.
12508 2007-12-06  Glenn Morris  <rgm@gnu.org>
12510         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12511         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12512         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12513         faces in non-light-background case.
12515         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12516         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12517         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12518         * emulation/vi.el, emulation/viper-cmd.el:
12519         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12520         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12521         * textmodes/fill.el: Remove directory part from filenames in
12522         function declarations.
12524         * dired-aux.el (mailcap-mime-info): Update declaration.
12526 2007-12-05  Richard Stallman  <rms@gnu.org>
12528         * wid-edit.el (widget-type): Doc fix.
12530 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12533         Don't match "sub { (...) ... }".
12535 2007-12-05  Richard Stallman  <rms@gnu.org>
12537         * international/mule-cmds.el (toggle-input-method-active): New var.
12538         (toggle-input-method): Bind toggle-input-method-active to t.
12539         Error if it was already non-nil.
12541 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12543         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12545 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12547         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12548         see if certs should be verified and what is to be done in the
12549         event of a verification failure.
12551 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
12553         * net/tls.el (tls-program): Provide more custom choices from
12554         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12555         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12556         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12557         version.  Minor improvement to doc strings.
12558         (tls-program): Add comment.
12560 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
12562         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12563         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12564         mismatch between the hostname provided in the certificate and the name
12565         of the host connnecting to.
12566         (open-tls-stream): Use them.  Check certificates against trusted root
12567         certificates.
12569 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12571         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12572         (imap-parse-status): Upcase status-att for broken servers that sends
12573         them lower-case (e.g., MS Exchange 2007).
12575 2007-12-05  D. Goel  <deego3@gmail.com>
12577         * simple.el (undo):
12578         * image-dired.el (image-dired-display-thumb-properties):
12579         (image-dired-modify-mark-on-thumb-original-file):
12580         (image-dired-dired-display-properties):
12581         * help.el (help-window-display-message):
12582         * files.el (hack-local-variables-confirm):
12583         * ediff.el (ediff-version):
12584         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12585         `message' and `error': Ensure that first arg is a format string.
12587         * emacs-lisp/find-func.el (find-library-name): Prefer files with
12588         ".el" suffix over "".
12590 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
12592         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12593         interface and member fields.
12595 2007-12-05  Glenn Morris  <rgm@gnu.org>
12597         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12598         (pcomplete-here): Autoload it.
12600         * eshell/em-basic.el (print-func): No need to define for compiler.
12602         * eshell/esh-cmd.el (eshell-debug-command):
12603         * eshell/esh-io.el (eshell-print): Move definitions before use.
12605         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12607         * eshell/esh-util.el (top-level): Don't require pp.
12608         Use condition-case rather than ignore-errors.
12610         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12612         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12613         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12614         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12615         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12616         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12617         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12618         * eshell/esh-util.el, eshell/eshell.el: Require individual files
12619         if needed when compiling, rather than esh-maint.  Collect any
12620         require statements.  Move provide statement to end.  Move any
12621         commentary to start.
12623         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12624         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12625         * eshell/esh-proc.el, eshell/esh-var.el:
12626         Require individual files if needed when compiling, rather than
12627         esh-maint.  Collect any require statements.  Leave provide at start.
12628         Move any commentary to start.
12630         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12631         Remove declared function from byte-compile-noruntime-functions.
12633         * ediff-util.el (ediff-version):
12634         * progmodes/python.el (compilation-shell-minor-mode):
12635         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12636         (calendar-bahai-date-string, calendar-check-holidays)
12637         (calendar-chinese-date-string, calendar-coptic-date-string)
12638         (calendar-ethiopic-date-string, calendar-forward-day)
12639         (calendar-french-date-string, calendar-goto-date)
12640         (calendar-goto-today, calendar-hebrew-date-string)
12641         (calendar-islamic-date-string, calendar-iso-date-string)
12642         (calendar-julian-date-string, calendar-mayan-date-string)
12643         (calendar-persian-date-string, gnus-summary-last-subject)
12644         (parse-time-string, rmail-show-message): Declare as functions.
12646 2007-12-05  Michael Olson  <mwolson@gnu.org>
12648         * textmodes/remember.el: Merge contents of remember-diary.el here,
12649         updating header.  Add autoload cookie so that byte-compilation
12650         works without warning.
12651         (remember-diary-file): Default to nil, since diary might not yet
12652         be loaded at this point, which would deny us access to diary-file.
12653         (remember-diary-extract-entries): If remember-diary-file is nil,
12654         then use diary-file instead.
12656         * textmodes/remember-diary.el: Remove, due to the issue of needing
12657         the first 8 characters of a filename to be unique.
12659 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
12661         * net/dbus.el (dbus-hash-table=): New defun.
12662         (dbus-hash-table-test): New hash table test function, used in
12663         `dbus-registered-functions-table'.
12664         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12665         (dbus-event-service-name, dbus-event-path-name)
12666         (dbus-event-interface-name, dbus-event-member-name):
12667         Rewrite, due to new structure of `dbus-event'.
12669 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
12671         * ido.el (ido-save-history): Set the `coding' local
12672         variable in the first line of the file.
12674 2007-12-04  Glenn Morris  <rgm@gnu.org>
12676         * password-cache.el: Move here from gnus/password.el.
12677         (top-level): Don't require cl when compiling.
12678         (password-read-and-add): Doc fix.  Make obsolete.
12680         * net/tramp.el: Require password-cache or password.
12682         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12683         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
12684         compiling.
12685         (cua-set-rectangle-mark): Add doc string to autoload.
12686         (cua--rectangle, cua--last-killed-rectangle)
12687         (cua--global-mark-active): Always define for compiler.
12688         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12689         (cua--delete-rectangle, cua--insert-rectangle)
12690         (cua--rectangle-corner, cua--rectangle-assert)
12691         (cua--insert-at-global-mark, cua--global-mark-post-command):
12692         Declare as functions.
12694         * emulation/cua-gmrk.el (top-level): Move provide to end.
12696         * emulation/cua-rect.el (top-level): Move provide to end.
12697         Don't require cua-gmrk when compiling.
12698         (cua--cut-rectangle-to-global-mark)
12699         (cua--copy-rectangle-to-global-mark): Declare as functions.
12701         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12702         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12703         (viper-vi-state-cursor-color):
12704         Consolidate make-variable-frame-local calls.
12706         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12707         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12708         than bbdb-address-street1,2,3.
12710         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12711         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
12713 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
12715         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12716         (save-place-alist-to-file, load-save-place-alist-from-file):
12717         Don't print non-error messages at all, there's really no need.
12718         Do print if there's a problem, and clarify message in that case.
12720 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
12722         * ediff-diff.el (ediff-prepare-error-list):
12723         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12725 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
12727         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12728         (doc-view-current-overlay, doc-view-pending-cache-flush):
12729         Add doc string.
12731 2007-12-03  Richard Stallman  <rms@gnu.org>
12733         * subr.el (declare-function): Move from byte-run.el.
12735         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12737         * window.el (recenter-top-bottom): Don't use `ecase'.
12739 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12741         * saveplace.el (save-place-alist-to-file):
12742         Set coding-system-for-write once and refer to it throughout.
12743         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12745 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12747         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12748         system when writing, and set it in the first-line file variables.
12749         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12750         Juanma Barranquero.
12752 2007-12-02  Glenn Morris  <rgm@gnu.org>
12754         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12755         Reverse branches of if statement.
12757         * emulation/viper-cmd.el (top-level): Don't require advice.
12758         Don't load viper-util, viper-keym, viper-mous, viper-macs,
12759         viper-ex when compiling.
12761         * emulation/viper-ex.el (top-level): Don't load viper-util,
12762         viper-keym when compiling.
12764         * emulation/viper-init.el (top-level): Move provide statement to end.
12766         * emulation/viper-keym.el (top-level): Don't load viper-util when
12767         compiling.  Move provide statement to end.
12769         * emulation/viper-macs.el (top-level): Don't load viper-util,
12770         viper-keym, viper-mous when compiling.
12772         * emulation/viper-mous.el (top-level): Don't load viper-util when
12773         compiling.
12775         * emulation/viper-util.el (top-level): Don't load viper-init when
12776         compiling.
12778         * emulation/viper.el (top-level): Don't require ring.
12779         Don't load viper-init, viper-cmd when compiling.
12781         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12782         Move here from gnus/.
12784 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
12786         Offer option for saveplace to be quiet about loading and saving.
12787         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12789         * saveplace.el (save-place-quiet): New customizable boolean.
12790         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12791         to determine whether to print loading/saving messages.
12793 2007-12-02  Glenn Morris  <rgm@gnu.org>
12795         * mail/binhex.el: Move here from gnus/.
12796         (binhex): New custom group.
12797         (binhex-decoder-program, binhex-decoder-switches)
12798         (binhex-use-external): Move to the binhex custom group.
12800         * mail/uudecode.el: Move here from gnus/.
12801         (uudecode): New custom group.
12802         (uudecode-decoder-program, uudecode-decoder-switches)
12803         (uudecode-use-external): Move to the uudecode custom group.
12805         * net/netrc.el (top-level): Don't load `encrypt' features.
12806         (netrc-parse): Don't use encrypt.
12807         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12809         * progmodes/python.el (top-level): Don't require cl when compiling.
12811 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
12813         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12814         encoding for aspell process and for communication with it.
12815         Only add "-d" option if not already present.
12816         Use ispell-current-dictionary and ispell-current-personal-dictionary.
12817         General reorganization.
12819         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12820         encoding here.
12821         (ispell-start-process): Explicitly set encoding here if using aspell.
12823 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
12825         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12826         function to log-edit.
12828 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
12830         * net/dbus.el: New file.
12832 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
12834         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12835         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12836         (calc-lang-parens-are-subscripts): New variables.
12837         (math-expr-special-function-mapping): Remove variable.
12838         (math-eqn-ignore-words, math-tex-ignore-words)
12839         (math-latex-ignore-words): Move to calc-lang.el.
12841         * calc/calc-lang.el (math-compose-vector, math-compose-var)
12842         (math-tex-expr-is-flat): Declare as functions.
12843         (calc-lang-slash-idiv, calc-lang-allow-underscores)
12844         (math-comp-left-bracket, math-comp-right-bracket)
12845         (math-comp-comma, math-comp-vector-prec): Declare as variables.
12846         (math-var-formatter, math-matrix-formatter)
12847         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12848         (math-punc-table, math-compose-subscr, math-dots)
12849         (math-func-formatter): New property names to store language
12850         specific information.
12851         (math-compose-tex-var, math-compose-tex-intv)
12852         (math-compose-maple-intv, math-compose-eqn-intv)
12853         (math-compose-tex-sum, math-compose-tex-func)
12854         (math-compose-tex-intv): New functions.
12855         (math-eqn-ignore-words, math-tex-ignore-words)
12856         (math-latex-ignore-words): Move from calc.el.
12857         (math-special-function-table): Add entries for tex.
12858         (calc-lang-slash-idiv, calc-lang-allows-underscores):
12859         New variables.
12860         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12861         (math-compose-tex-matrix, math-compose-eqn-matrix)
12862         (math-eqn-special-functions): Move from calccomp.el.
12864         * calc/calccomp.el (math-compose-var): New function.
12865         (math-compose-expr): Allow more special functions to be used.
12866         Change test for formatting fractions.  Use variables and property
12867         names to help with language specific formatting.
12868         (math-compose-tex-matrix, math-compose-eqn-matrix)
12869         (math-eqn-special-functions): Move to calc-lang.el.
12870         (math-compose-rows): Use property names to help with language
12871         specific formatting.
12873         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12874         into nested subscripts.
12875         (math-read-token): Use variables and property names to help with
12876         language specific parsing.
12877         (math-read-expression-level): Use variables to help with language
12878         specific parsing.
12880 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12882         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12883         (archive-rar-summarize): Allow the file name to be passed as argument.
12884         Remove unused vars `header' and `footer'.
12885         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12887 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
12889         * log-edit.el (log-edit-show-diff): New function.
12890         (log-edit-mode-map, log-edit-menu): Bind it.
12891         (log-edit-diff-function): New variable.
12892         (log-edit): Change the 3rd param to be an alist and accept a
12893         function that computes a diff for the files involved.
12895         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12897 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
12899         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12900         wrap next-/previous-line in with-no-warnings.
12902 2007-12-01  Glenn Morris  <rgm@gnu.org>
12904         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12906         * net/dig.el: Move here from gnus/.
12907         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12909         * net/dns.el: Move here from gnus/.
12910         (top-level): Don't require mm-util, or cl when compiling.
12911         (dns-write-name, dns-read, dns-read-type, query-dns):
12912         Replace mm-with-unibyte-buffer with its expansion.
12913         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12915         * progmodes/gdb-ui.el (gud-remove, gud-break):
12916         * progmodes/gud.el (gdb-create-define-alist)
12917         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12918         (hl-line-highlight, gdb-display-source-buffer)
12919         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12920         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12922 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12924         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12925         Move args on defun line.
12927         * textmodes/org.el (org-calendar-holiday):
12928         Use calendar-check-holidays instead of the obsolete
12929         check-calendar-holidays.
12930         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12931         (bbdb-company, bbdb-current-record, bbdb-name)
12932         (bbdb-record-getprop, bbdb-record-name)
12933         (bibtex-beginning-of-entry, bibtex-generate-autokey)
12934         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12935         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12936         (mh-find-path, mh-get-header-field, mh-get-msg-num)
12937         (mh-header-display, mh-index-previous-folder)
12938         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12939         (mh-show-buffer-message-number, mh-show-header-display)
12940         (mh-show-msg, mh-show-show, mh-visit-folder)
12941         (org-export-latex-cleaned-string, remember)
12942         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12943         (rmail-what-message, elmo-folder-exists-p)
12944         (elmo-message-entity-field, elmo-message-field)
12945         (vm-beginning-of-message, vm-follow-summary-cursor)
12946         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12947         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12948         (vm-summarize, wl-folder-get-elmo-folder)
12949         (wl-summary-goto-folder-subr)
12950         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12951         (wl-summary-line-subject, wl-summary-message-number)
12952         (wl-summary-redisplay): Declare as functions.
12954 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
12956         * longlines.el (longlines-show-hard-newlines): Remove handling of
12957         buffer-undo-list and buffer-modified status.
12958         (longlines-show-region, longlines-unshow-hard-newlines):
12959         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12960         inhibit-modification-hooks here to avoid that a buffer appears
12961         modified when toggling visibility of hard newlines.
12963 2007-11-30  Glenn Morris  <rgm@gnu.org>
12965         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12967         * progmodes/idlw-complete-structtag.el
12968         (idlwave-sintern-structtag):
12969         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12970         (idlwave-sintern-sysvartag):
12971         * progmodes/idlwave.el (idlwave-sintern-class-tag)
12972         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12973         functions.
12975 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
12977         * textmodes/reftex-index.el (texmathp):
12978         * textmodes/reftex-auc.el (TeX-argument-insert)
12979         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12980         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12981         (LaTeX-label-list):
12982         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12983         (rng-clear-conditional-region, rng-do-some-validation): Declare as
12984         functions.
12985         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12987 2007-11-30  Glenn Morris  <rgm@gnu.org>
12989         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12990         argument and document it.
12992         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12993         Third argument to declare-function must be a list to specify arglist.
12995         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12996         Handle declare-function third argument `t' and fourth argument.
12997         (check-declare-verify): Doc fix.  Handle `fileonly' case.
12998         Use progn rather than prog1.
13000         * desktop.el (uniquify-item-base):
13001         * term/mac-win.el (url-type): Declare as functions.
13003         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13004         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13005         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13006         fourth arg to declare-function.
13008         * play/dunnet.el: Don't require cl when compiling.
13009         (byte-compile-warnings): Set via file local variables.
13010         (dun-parse): Let-bind `beg' and `line'.
13012 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
13014         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13016 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13018         * calendar/time-date.el (encode-time-value): Doc fix.
13020 2007-11-29  Glenn Morris  <rgm@gnu.org>
13022         * calendar/time-date.el (with-decoded-time-value): Doc fix.
13024         * textmodes/css-mode.el (prog-mode): Remove.
13025         (css-mode): Derive from fundamental-mode rather than prog-mode.
13027         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13029         * emacs-lisp/check-declare.el (check-declare-locate)
13030         (check-declare-verify): Handle `external' files.
13031         (check-declare-errmsg): New function.
13032         (check-declare-verify, check-declare-file, check-declare-directory):
13033         Use check-declare-errmsg to report the number of problems.
13035         * ffap.el (w3-view-this-url)
13036         * mail/mspools.el (vm-visit-folder)
13037         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13038         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13039         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13040         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13041         (bbdb-records)
13042         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13043         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13044         (sasl-make-client, sasl-next-step, sasl-step-data)
13045         (sasl-step-set-data)
13046         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13047         (htmlr-step): Declare as functions.
13049         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13050         Use bbdb-address-zip rather than bbdb-address-zip-string.
13052 2007-11-28  Richard Stallman  <rms@gnu.org>
13054         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13055         Move here from gnus/.
13057 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
13059         * newcomment.el (comment-region-internal): Fix newline insertion
13060         in `block' case.
13062 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13064         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13066 2007-11-28  Glenn Morris  <rgm@gnu.org>
13068         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13069         delete .elc files.
13071         * nxml/char-name/unicode: Move to etc/nxml/.
13072         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13074         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13075         Declare as a function.
13077         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13078         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13079         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13081         * nxml/nxml-outln.el (nxml-token-start-tag-p)
13082         (nxml-token-end-tag-p): Move definitions before use.
13084         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13086         * nxml/nxml-uchnm.el (top-level)
13087         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13088         (nxml-enabled-unicode-blocks): Add custom group.
13090         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13091         Use string-to-number rather than string-to-int.
13093         * dired-x.el (dired-omit-old-add-entry): Declare as function.
13094         Move definition before use.
13095         (dired-old-find-buffer-nocreate): Declare as function.
13097         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13098         (check-declare-verify): Handle fset.
13100         * emulation/edt.el (edt-user-emulation-setup):
13101         Test edt-setup-user-bindings is bound before calling.
13103         * emulation/tpu-edt.el: Don't require cl when compiling.
13104         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13105         (tpu-edt-off): Use condition-case rather than ignore-errors.
13106         Use with-no-warnings.
13108         * eshell/esh-util.el (top-level): Use require rather than load for
13109         ange-ftp.
13111         * mail/supercite.el (sc-version): Redefine as an alias for
13112         emacs-version.
13113         (sc-help-address): Remove.
13114         (sc-version): Use emacs-version rather than sc-version.
13115         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13117         * net/socks.el (socks-original-open-network-stream): Declare as
13118         function.  Move definition before use.
13120 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
13122         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13123         (math-make-frac): Declare as functions.
13125 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13127         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13128         Pacify byte compiler.
13129         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13131         * progmodes/idlwave.el (idlwave-shell-get-path-info)
13132         (idlwave-shell-temp-file, idlwave-shell-is-running)
13133         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13134         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13135         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13136         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13137         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13138         (idlwave-completing-read, idlwave-current-routine)
13139         (idlwave-downcase-safe, idlwave-entry-find-keyword)
13140         (idlwave-expand-keyword, idlwave-find-class-definition)
13141         (idlwave-find-inherited-class, idlwave-find-struct-tag)
13142         (idlwave-get-buffer-visiting, idlwave-in-quote)
13143         (idlwave-make-full-name, idlwave-members-only)
13144         (idlwave-popup-select, idlwave-routine-source-file)
13145         (idlwave-routines, idlwave-sintern-class)
13146         (idlwave-sintern-keyword, idlwave-sintern-method)
13147         (idlwave-sintern-routine-or-method)
13148         (idlwave-substitute-link-target, idlwave-sys-dir)
13149         (idlwave-this-word, idlwave-what-module-find-class)
13150         (idlwave-where):
13151         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13152         * mail/uce.el (rmail-msg-is-pruned)
13153         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13154         (rmail-toggle-header):
13155         * mail/sendmail.el (dired-view-file, dired-get-filename):
13156         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13157         (rmail-display-labels, rmail-msgbeg)
13158         (rmail-set-message-deleted-p, rmail-message-labels-p)
13159         (rmail-show-message, mail-comma-list-regexp)
13160         (mail-parse-comma-list):
13161         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13162         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13163         (rfc822-addresses, mail-abbrev-make-syntax-table)
13164         (mail-sendmail-delimit-header, mail-header-end):
13165         * mail/hashcash.el (message-narrow-to-headers-or-head)
13166         (message-fetch-field, message-goto-eoh)
13167         (message-narrow-to-headers):
13168         * vc.el (view-mode-exit): Declare as functions.
13170         * mail/vms-pmail.el:
13171         * vmsproc.el:
13172         * vms-patch.el: Don't byte compile these files, they don't work.
13174 2007-11-27  Glenn Morris  <rgm@gnu.org>
13176         * calc/calc-ext.el (math-read-big-rec):
13177         * calc/calc-nlfit.el (math-map-binop):
13178         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13180         * eshell/eshell.el (eshell-report-bug): Add version number of
13181         obsolescence.
13183         * emulation/viper.el, emulation/viper-util.el,
13184         emulation/viper-macs.el, emulation/viper-keym.el,
13185         emulation/viper-ex.el, emulation/viper-cmd.el:
13186         Load viper-*.el files silently.
13188         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13189         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13190         Load ediff-*.el files silently.
13192         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
13193         compiling.
13194         (Info-goto-node): Declare as a function.
13196         * ediff-init.el: Don't load ange-ftp when compiling.
13197         * ediff-util.el: Don't load reporter when compiling.
13199         * ediff-wind.el (ediff-display-pixel-width)
13200         (ediff-display-pixel-height):
13201         * generic-x.el (ini-generic-mode):
13202         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13203         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13204         (ps-mule-initialize, ps-mule-begin-job):
13205         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13206         (mark-calendar-days-named):
13207         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13208         (add-to-diary-list, diary-name-pattern)
13209         (mark-calendar-days-named):
13210         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13211         (mark-calendar-days-named):
13212         * calendar/cal-x.el (make-fancy-diary-buffer):
13213         * calendar/holidays.el (calendar-absolute-from-julian):
13214         * calendar/todo-mode.el (calendar-current-date):
13215         * calendar/cal-menu.el (calendar-increment-month)
13216         (calendar-month-name, extract-calendar-year)
13217         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13218         (calendar-current-date, calendar-cursor-holidays)
13219         (calendar-date-string, insert-diary-entry, calendar-set-mark)
13220         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13221         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13222         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13223         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13224         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13225         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13226         (calendar-day-of-year-string, calendar-iso-date-string)
13227         (calendar-julian-date-string, calendar-astro-date-string)
13228         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13229         (calendar-persian-date-string, calendar-bahai-date-string)
13230         (calendar-islamic-date-string, calendar-chinese-date-string)
13231         (calendar-coptic-date-string, calendar-ethiopic-date-string)
13232         (calendar-french-date-string, calendar-mayan-date-string)
13233         (calendar-print-chinese-date, calendar-goto-date):
13234         Declare as functions.
13236         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13237         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13239         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13240         aliases for report-emacs-bug.
13241         (gnus-summary-select-article, gnus-configure-windows): Declare as
13242         functions.
13244         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13245         compiler.
13247         * pgg.el (pgg-clear-string): Declare as a function.
13248         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13249         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13251         * emacs-lisp/check-declare.el (check-declare-locate):
13252         Handle compressed files.
13253         (check-declare-verify): Handle define-generic-mode,
13254         define-global(ized)-minor-mode, define-obsolete-function-alias.
13256 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
13258         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13259         algebraic modes.
13261         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13262         (math-is-true, calc-explain-why, calc-alg-edit)
13263         (math-composite-inequalities, math-flatten-lands)
13264         (math-multi-subst, calcFunc-vmatches, math-simplify)
13265         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13266         (math-read-string, math-read-brackets, math-read-angle-brackets):
13267         Declare as functions.
13269         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13270         (calc-fit-bell-shaped-logistic-curve)
13271         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13272         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13273         (math-max-list): Declare as functions.
13274         (math-map-binop): New function.
13275         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13277         * calc/calc.el (calc-set-language, calc-edit-finish)
13278         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13279         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13280         (math-lessp, calc-embedded-finish-command)
13281         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13282         (calc-push-list-in-macro, calc-replace-selections)
13283         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13284         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13285         (calc-embedded-stack-change, calc-refresh-evaltos)
13286         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13287         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13288         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13289         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13290         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13291         (math-dimension-error, calc-incomplete-error, math-float-fancy)
13292         (math-neg-fancy, math-zerop, calc-add-fractions)
13293         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13294         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13295         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13296         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13297         (math-compose-expr, math-comp-width, math-composition-to-string)
13298         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13299         (math-adjust-fraction, math-format-binary, math-format-radix)
13300         (math-group-float, math-mod, math-format-number-fancy)
13301         (math-format-bignum-fancy, math-read-number-fancy)
13302         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13303         (calc-do-embedded-activate, math-do-defmath)
13304         (calc-load-everything): Declare as functions.
13306         * calc/calc-ext.el (math-clip, math-round, math-simplify)
13307         (math-simplify-extended, math-simplify-units, calc-set-language)
13308         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13309         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13310         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13311         (math-normalize-hms, math-normalize-mod, math-make-sdev)
13312         (math-make-intv, math-normalize-logical-op, math-possible-signs)
13313         (math-infinite-dir, math-calcFunc-to-var)
13314         (calc-embedded-evaluate-expr, math-known-nonzerop)
13315         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13316         (math-format-date, math-vector-is-string, math-vector-to-string)
13317         (math-format-radix-float, math-compose-expr, math-abs)
13318         (math-format-bignum-binary, math-format-bignum-octal)
13319         (math-format-bignum-hex, math-format-bignum-radix)
13320         (math-compute-max-digits): Declare as functions.
13321         (math-provably-realp): Fix typo.
13323         * calc/calc-forms.el (calendar-current-time-zone)
13324         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13325         functions.
13327         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13329         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13330         Declare as functions.
13332         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13333         (math-posp, math-compare, math-bignum, math-compare-bignum):
13334         Declare as functions.
13336         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13337         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13338         (calc-explain-why, calc-clear-command-flag)
13339         (calc-roll-down-with-selections, calc-roll-up-with-selections)
13340         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13341         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13342         (math-trunc-special, math-trunc-fancy, math-floor-special)
13343         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13344         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13345         (math-pow-zero, math-pow-fancy): Declare as functions.
13347         * calc/calc-mode.el (calc-embedded-save-original-modes):
13348         Declare as a function.
13350         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13351         Declare as functions.
13352         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13353         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13354         Replace `mapcar*' by `math-map-binop'.
13355         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13357         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13358         (math-read-expr-level): Declare as functions.
13360         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13362 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13364         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13365         end-of-defun-function is called consistently, even for negative
13366         arguments.
13367         (end-of-defun-function): Default to forward-sexp.
13369 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
13371         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13373 2007-11-26  Glenn Morris  <rgm@gnu.org>
13375         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13376         than :suffix.
13378         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13380 2007-11-26  Simon Josefsson  <simon@josefsson.org>
13382         * net/imap.el: Move from ../gnus.
13384 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13386         * doc-view.el (doc-view-mode-p): New function.
13388 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
13390         * mail/mspools.el (rmail-get-new-mail):
13391         * mail/reporter.el (mail-position-on-field, mail-text):
13392         * mail/rmail.el (mail-position-on-field, mail-text-start)
13393         (rmail-update-summary):
13394         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13395         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13396         * mail/rmailout.el (rmail-update-summary):
13397         * mail/rmailsort.el (rmail-update-summary):
13398         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13399         (dired-view-file):
13400         * mail/uce.el (mail-strip-quoted-names):
13401         * mail/undigest.el (rmail-update-summary):
13402         * mail/unrmail.el (mail-strip-quoted-names):
13403         * ediff.el (diff-latest-backup-file): Declare as functions.
13405         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13406         (kill-to-end-of-line):
13407         * obsolete/rnews.el (news-set-minor-modes):
13408         Remove non working functions.
13410 2007-11-25  Glenn Morris  <rgm@gnu.org>
13412         * eshell/esh-maint.el (top-level): Use require with NOERROR for
13413         pcomplete.  Don't mess with load-path.
13415         * eshell/eshell.el (eshell-report-bug-address): Remove.
13416         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13418 2007-11-24  Glenn Morris  <rgm@gnu.org>
13420         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13421         (appt-disp-window): Don't require electric.
13422         Simplify minibuffer-avoidance code.
13423         (appt-select-lowest-window): Avoid minibuffer.
13425         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13426         (esh-mode): Require it.
13427         (esh-util): Use require rather than featurep and load.
13428         (eshell): No need to test if eshell-mode is bound; remove obsolete
13429         reference to eshell-auto.
13430         (eshell-command, eshell-command-result): Don't require esh-mode
13431         now that the file does.
13432         (top-level): Move provide statement to the end of the file.
13433         Re-order and update commentary.
13435 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13437         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13438         (vc-annotate-toggle-annotation-visibility): New command.
13439         (vc-annotate-mode-map): Bind "V" to it.
13440         (vc-annotate-mode-menu): Add entry for it.
13441         (vc-annotate-get-time-set-line-props): New func.
13442         (vc-annotate-display-autoscale)
13443         (vc-annotate-display-difference): Use it.
13445         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13446         Also, match one space at end of annotation text, after last paren.
13448 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
13450         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13451         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
13452         `tramp-completion-mode'.
13454 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
13456         * vc-git.el (vc-git-show-log-entry): New func.
13458         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13459         (vc-git-state): Use vc-git--call.
13460         (vc-git-registered, vc-git-working-revision)
13461         (vc-git-previous-revision, vc-git-next-revision)
13462         (vc-git--run-command-string, vc-git-symbolic-commit):
13463         Use vc-git--out-ok.
13465 2007-11-24  Glenn Morris  <rgm@gnu.org>
13467         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13469 2007-11-24  Kenichi Handa  <handa@m17n.org>
13471         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13473 2007-11-23  David Kastrup  <dak@gnu.org>
13475         * server.el (server-process-filter): Use `command-line-args-left'.
13477 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13479         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13481 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
13483         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13484         buffer if the parent buffer is in vc-dired-mode.
13486 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
13488         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
13490 2007-11-23  Juri Linkov  <juri@jurta.org>
13492         * dired.el (dired-read-dir-and-switches): For C-x d, set the
13493         value for M-n to the visited file name of the current buffer.
13494         Use minibuffer-with-setup-hook to set minibuffer-default to
13495         buffer-file-name inside read-file-name.
13497         * man.el (Man-getpage-in-background): Don't disregard user option
13498         `Man-width' on non-window systems.  Remove test for `window-system'
13499         around setting envvar "COLUMNS" depending on the value of `Man-width'.
13501         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13502         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
13503         of "--color=always".
13505 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13507         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13508         beginning-of-defun-function.
13510 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13512         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
13514 2007-11-22  Glenn Morris  <rgm@gnu.org>
13516         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13518         * emacs-lisp/check-declare.el (check-declare-locate): New function.
13519         (check-declare-scan): Use check-declare-locate.
13520         (check-declare-verify): No longer adjust fnfile, now
13521         check-declare-locate does it.
13523         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13525 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13527         * subr.el (posn-col-row): Make the `default-value' use explicit.
13529         * window.el (balance-windows): Remove unused var `counter'.
13530         (bw-balance-sub): Remove unused var `lastchild'.
13531         (split-window-vertically): Remove unused var `switch'.
13532         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13534         * emacs-lisp/bytecomp.el
13535         (byte-compile-file-form-custom-declare-variable): Simplify.
13537 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13539         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13540         Set `show-trailing-whitespace' to nil.
13542         * dired.el (make-symbolic-link):
13543         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13544         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13545         * dired-x.el (make-symbolic-link):
13546         * frame.el (x-initialize-window-system):
13547         * menu-bar.el (x-menu-bar-open):
13548         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13549         (x-store-cut-buffer-internal):
13550         * wdired.el (make-symbolic-link):
13551         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13552         (x-send-client-message):
13553         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13555 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
13557         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13559 2007-11-22  Glenn Morris  <rgm@gnu.org>
13561         * dos-fns.el (int86):
13562         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13564         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13566         * calendar/holidays.el (holiday-list): Add autoload cookie.
13568         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13569         files relative to src/ directory.
13570         (check-declare-verify): Handle .c files.  Warn if could not find
13571         an arglist to check.
13573         * emacs-lisp/byte-run.el (declare-function): Doc fix.
13575 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
13577         * replace.el (occur-mode-map): Add a major mode menu with entries
13578         for all occur operations.
13580         * international/titdic-cnv.el (dos-8+3-filename):
13581         * obsolete/fast-lock.el (msdos-long-file-names):
13582         * frame.el (msdos-mouse-p):
13583         * files.el (msdos-long-file-names, w32-long-file-name):
13584         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13585         (mac-resume-apple-event, mac-font-panel-mode)
13586         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13587         (mac-clear-font-name-table):
13588         * term/pc-win.el (msdos-remember-default-colors)
13589         (w16-set-clipboard-data, w16-get-clipboard-data):
13590         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13591         (set-message-beep):
13592         * net/browse-url.el (w32-shell-execute):
13593         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13594         (w32-get-locale-info, w32-get-valid-locale-ids)
13595         (w32-set-clipboard-data):
13596         * dos-fns.el (int86, msdos-long-file-names):
13597         * dos-w32.el (default-printer-name): Declare as functions.
13599 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13601         * emacs-lisp/byte-run.el (declare-function): Return nil.
13603 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13605         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13607 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13609         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13611 2007-11-21  Glenn Morris  <rgm@gnu.org>
13613         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13614         for now.  Handle define-minor-mode, and defalias (with no argument
13615         checking).
13617 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13619         * frame.el (msdos-mouse-p):
13620         * files.el (msdos-long-file-names, w32-long-file-name):
13621         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13622         (mac-resume-apple-event, mac-font-panel-mode)
13623         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13624         (mac-clear-font-name-table):
13625         * term/pc-win.el (msdos-remember-default-colors)
13626         (w16-set-clipboard-data, w16-get-clipboard-data):
13627         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13628         (set-message-beep):
13629         * net/browse-url.el (w32-shell-execute):
13630         * dos-fns.el (int86, msdos-long-file-names):
13631         * dos-w32.el (default-printer-name): Undo previous change.
13633 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
13635         * international/mule-cmds.el (set-locale-environment):
13636         Set default-file-name-coding-system _after_ keyboard and terminal
13637         coding systems.  This fixes last change.
13639         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13640         one space after "Subject:".
13642 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13644         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13645         in order to determine if there's a conflict.
13647 2007-11-21  Richard Stallman  <rms@gnu.org>
13649         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13651         * reposition.el (reposition-window):
13652         Binding C-M-l moved to bindings.el.
13654         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13656         * add-log.el (add-change-log-entry-other-window):
13657         Key binding C-x 4 a moved to bindings.el.
13659         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13660         from filecache.el.
13662         * filecache.el: Minibuffer map bindings moved to bindings.el.
13664 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13666         * international/mule-cmds.el (set-locale-environment):
13667         Set default-file-name-coding-system from system defaults on Windows.
13669 2007-11-21  Jason Rumney  <jasonr@gnu.org>
13671         * term/w32console.el: New term init file for w32 console.
13673         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13674         (x-setup-function-keys): Likewise, replacing top-level key definitions.
13675         (w32-tty-standard-colors): Move to term/w32console.el.
13677         * term/w32-win.el (x-setup-function-keys): Remove.
13679         * term/tty-colors.el (tty-register-default-colors): Remove special
13680         case for w32.
13682 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
13684         * frame.el (msdos-mouse-p):
13685         * generic-x.el (w32-shell-name):
13686         * files.el (msdos-long-file-names, w32-long-file-name)
13687         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13688         (dos-8+3-filename, vms-read-directory, view-mode-disable):
13689         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13690         (mac-resume-apple-event, mac-font-panel-mode)
13691         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13692         (mac-clear-font-name-table):
13693         * term/pc-win.el (msdos-remember-default-colors)
13694         (w16-set-clipboard-data, w16-get-clipboard-data):
13695         * term/w32-win.el (w32-send-sys-command, w32-select-font)
13696         (set-message-beep):
13697         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13698         (w32-get-locale-info, w32-get-valid-locale-ids)
13699         (w32-set-clipboard-data):
13700         * help-fns.el (ad-get-advice-info):
13701         * font-lock.el (fast-lock-after-fontify-buffer)
13702         (fast-lock-after-unfontify-buffer, fast-lock-mode)
13703         (lazy-lock-after-fontify-buffer)
13704         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13705         * net/browse-url.el (w32-shell-execute):
13706         * dos-fns.el (int86, msdos-long-file-names):
13707         * dos-w32.el (default-printer-name): Declare as functions.
13709 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
13711         * textmodes/paragraphs.el (forward-sentence): Doc fix.
13712         Reported by Drew Adams <drew.adams@oracle.com>.
13714 2007-11-20  Jason Rumney  <jasonr@gnu.org>
13716         * term/w32-win.el (x-setup-function-keys): Protect against
13717         multiple calls on the same terminal.
13719 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13721         * term/mac-win.el (x-setup-function-keys): Only setup
13722         local-function-key-map if it has not been setup already for the
13723         current frame.  Move the suspend-emacs processing here.
13725 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
13727         * progmodes/grep.el (xargs-program): New variable.
13728         (grep-compute-defaults): Use it.
13729         (grep-default-command): Doc fix.
13730         (grep, lgrep, rgrep): Reflow docstrings.
13732 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13734         * vc.el (vc-find-revision): Set the parent buffer.
13735         Use when instead of if.
13737         * progmodes/python.el (info-lookup-maybe-add-help):
13738         * progmodes/ps-mode.el (doc-view-minor-mode):
13739         * mail/emacsbug.el (Info-menu, Info-goto-node):
13740         * emulation/viper-keym.el (viper-ex)
13741         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13742         * emulation/viper-cmd.el (widget-type, widget-button-press)
13743         (viper-set-hooks):
13744         * emacs-lisp/tcover-unsafep.el (unsafep-function):
13745         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13746         (ses-load, ses-vector-delete, ses-create-header-string)
13747         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13748         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13750 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13754 2007-11-20  Glenn Morris  <rgm@gnu.org>
13756         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13757         for end of function-name.  Handle define-derived-mode.
13759 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
13761         * progmodes/idlw-help.el: Require browse-url unconditionally, it
13762         is available by default.
13763         (idlwave-help-browse-url-available): Change default to t.
13765         * emulation/edt.el (defgroup, defcustom): Remove definition.
13766         (eval-when-compile): Remove.
13767         (c-mark-function):
13768         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13769         * textmodes/fill.el (comment-search-forward)
13770         (comment-string-strip):
13771         * progmodes/prolog.el (comint-mode, comint-send-string)
13772         (comint-send-region, comint-send-eof):
13773         * progmodes/dcl-mode.el (imenu-default-create-index-function):
13774         * emulation/viper-util.el (viper-forward-Word):
13775         * emulation/vi.el (c-mark-function):
13776         * emulation/edt-vt100.el (vt100-wide-mode):
13777         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13779 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
13781         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13782         Still some tuning in case of an echoing shell.
13783         (tramp-send-command): Connection property "remote-echo" is not
13784         persistent; cache key is the process therefore.
13786 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
13788         * replace.el (map-query-replace-regexp): Doc fix (revert part of
13789         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13791 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
13793         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13794         * play/yow.el (doctor-ret-or-read):
13795         * vc-hooks.el (vc-dired-resynch-file):
13796         * vc-hg.el (log-view-get-marked):
13797         * smerge-mode.el (ediff-cleanup-mess):
13798         * pcvs.el (vc-editable-p, vc-checkout):
13799         * pcomplete.el (comint-bol):
13800         * informat.el (texinfo-format-refill):
13801         * ido.el (tramp-tramp-file-p):
13802         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13803         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13804         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13805         functions.
13807         * textmodes/ispell.el (ispell-int-char): Make it a defalias
13808         instead of fset.
13809         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13811         * ido.el (ido-file-internal): Move with-no-warnings to include the
13812         ffap-string-at-point call.
13814         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13816         * vc-hg.el (vc-hg-revision-table): Fix last change.
13818 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
13820         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13821         clipboard-yank when the buffer is read-only.
13823         * cus-edit.el (custom-field-keymap): Move to other Custom mode
13824         keymaps such that it's before the definition of Custom-mode-menu.
13825         (Custom-mode-menu): Show it for custom-field-keymap too.
13827 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
13829         * progmodes/gdb-ui.el: Update commentary.
13831 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
13833         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13835 2007-11-19  Glenn Morris  <rgm@gnu.org>
13837         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13838         does not exist, try adding `.el' extension.  Also search for defsubsts.
13840         * cus-edit.el (recentf-expand-file-name):
13841         * dired.el (dired-relist-entry):
13842         * subr.el (w32-shell-dos-semantics):
13843         * emacs-lisp/bytecomp.el (compilation-forget-errors):
13844         Declare as functions.
13846 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13848         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13849         (prepare-abbrev-list-buffer): Use dolist.
13850         (clear-abbrev-table): Preserve properties.
13852 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
13854         * textmodes/texinfmt.el (texinfo-format-printindex):
13855         Collect combined indexes using texinfo-short-index-format-cmds-alist.
13856         Reported on <bug-texinfo@gnu.org>.
13858 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
13860         * net/tramp.el (tramp-completion-reread-directory-timeout):
13861         New defcustom.
13862         (tramp-handle-file-name-all-completions): Flush directory contents
13863         from cache regularly.
13864         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13865         (tramp-open-connection-setup-interactive-shell):
13866         Call `tramp-cleanup-connection' via funcall.
13868         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13869         created when copying.
13871 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
13873         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13874         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13875         * eshell/esh-ext.el (eshell-external-command):
13876         * eshell/esh-cmd.el (require):
13877         * eshell/em-unix.el (eshell-plain-locate-behavior):
13878         * eshell/em-cmpl.el (eshell-cmpl-initialize):
13879         Replace eshell-under-xemacs-p with (featurep 'xemacs).
13880         * eshell/esh-mode.el (characterp, char-int): Remove unused
13881         conditional defaliases.
13883         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13884         Rename from event-matches-key-specifier-p, define unconditionally.
13885         (event-basic-type): Remove unused defalias.
13886         (pcomplete-show-completions):
13887         Use pcomplete-event-matches-key-specifier-p.
13889 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
13891         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13892         when saving esh-groups.el.
13894 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
13896         * wid-edit.el (widget-default-complete):
13897         * progmodes/flymake.el (flymake-goto-file-and-line):
13898         Fix typo in (doc-)string.
13900 2007-11-17  Glenn Morris  <rgm@gnu.org>
13902         * emacs-lisp/byte-run.el (declare-function): New macro.
13903         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13904         New function, byte-hunk-handler for declare-function.
13905         (byte-compile-callargs-warn): Handle declared functions.
13907         * emacs-lisp/check-declare.el: New file.
13908         * Makefile.in (check-declare): New target.
13910         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13912         * subr.el (process-lines): Move here from ../admin/admin.el.
13913         * emacs-lisp/authors.el (authors-process-lines): Remove.
13914         (authors): Use process-lines rather than authors-process-lines.
13916         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13917         Remove these files.
13919 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
13921         * emacs-lisp/backquote.el (backquote):
13922         Improve argument/docstring consistency.
13924         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13925         (ring-length, ring-empty-p): Use c[ad]dr.
13926         (ring-plus1): Use `1+'.
13927         (ring-minus1): Use `zerop'.
13928         (ring-remove): Use c[ad]dr.  Use `when'.
13929         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
13930         (ring-ref): Use `let', not `let*'.
13931         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
13932         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
13933         (ring-member): Simplify.  Doc fix.
13934         (ring-convert-sequence-to-ring): Simplify.
13936 2007-11-17  Juri Linkov  <juri@jurta.org>
13938         * dired-aux.el (dired-create-directory): Allow creating
13939         a directory of an arbitrary depth.  Add a loop to find the topmost
13940         nonexistent parent dir `new', and call `dired-add-file' on it.
13941         Set the `PARENTS' arg of `make-directory' to t.
13943 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
13945         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13946         (math-build-parse-table): Get parse information from math-parse-table.
13948 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13950         * window.el (recenter-last-op): New var.
13951         (recenter-top-bottom): New command.
13952         (global-map): Bind it to C-l.
13954         * abbrev.el (abbrev--write): Fix error in transcription from C.
13956         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13957         (pc-select-ensure-mark): Set mark-active to a special value instead.
13958         Rename from ensure-mark.  Update call callers.
13959         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13960         Rewrite.  Update all callers.
13961         (pc-selection-mode): Remove redundant var declaration.
13963 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
13965         * doc-view.el (doc-view-search-backward, doc-view-search):
13966         Fix assignment to free variable bug.
13968 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
13970         * emulation/pc-select.el (pc-select-shifted-mark): New var.
13971         (ensure-mark): Set it.
13972         (maybe-deactivate-mark): New fun.
13973         Use it everywhere instead of (setq mark-active nil).
13975 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13977         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13978         Add check for XEmacs.
13980         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13982         * doc-view.el (doc-view-resolution): Add missing :group.
13984 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
13986         * subr.el (make-variable-frame-local):
13987         Fix typo in obsolescence declaration.
13989 2007-11-16  Werner Lemberg  <wl@gnu.org>
13991         * files.el (set-auto-mode-1): Check second line for -*- if file
13992         starts with '\" (which is used by man pages to identify needed
13993         troff preprocessors).
13995 2007-11-16  Glenn Morris  <rgm@gnu.org>
13997         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13999 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14001         * calc/calc-lang.el (math-oper-table): Fix typo.
14002         Reduce precedence of "/" for TeX.
14004         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14006 2007-11-16  Juri Linkov  <juri@jurta.org>
14008         * dired-aux.el (dired-read-shell-command-default): New function.
14009         (dired-read-shell-command): Use its return value for DEFAULT arg.
14011         * replace.el (keep-lines-read-args, occur-read-primary-args):
14012         Use a list of default values for DEFAULT arg of read-from-minibuffer.
14014         * man.el (Man-heading-regexp): Add 0-9.
14015         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14017 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14019         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14020         (doc-view-resolution): New custom var.
14021         (doc-view-pdf/ps->png): Use it.
14022         (doc-view-shrink-factor): New var.
14023         (doc-view-enlarge, doc-view-shrink): New commands.
14024         (doc-view-mode-map): Use them.
14026 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14028         * ediff-wind.el (ediff-window-setup-function):
14029         * simple.el (normal-erase-is-backspace):
14030         * eshell/em-unix.el (eshell/info):
14031         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14032         Fix typos in docstrings.
14034         * emulation/cua-base.el (cua--keymaps-initialized):
14035         Rename from `cua--keymaps-initalized'.  Callers changed.
14036         (cua-highlight-region-shift-only): Doc fix.
14037         (cua-paste-pop): Fix typo in docstring.
14039 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14041         * emulation/cua-base.el (cua--pre-command-handler-1):
14042         Use input-decode-map instead of function-key-map.
14043         Use event-modifiers now that it works reliably.
14045         * vc.el (vc-diff-internal): Pop-to-buffer later.
14047         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14049         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14050         did not touch them.
14052 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
14054         * calc/calc-menu.el: New file.
14055         * calc/calc.el (calc-mode): Require calc-menu.
14057 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
14059         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14061 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
14063         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14064         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14065         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14066         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14067         locations.
14068         (gdb-info-breakpoints-custom, gdb-assembler-custom)
14069         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14070         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14072 2007-11-13  Noah Friedman  <friedman@splode.com>
14074         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14075         bindings to remap when `calc-scan-for-dels' is non-nil.
14077 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14079         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14080         constant forms.
14081         (byte-compile-nilconstp): New function.
14082         (byte-optimize-cond): Kill subsequent branches when a branch is
14083         know to be taken or not taken.
14084         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14086 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14088         * vc.el (vc-register): Allow registering a file passed as a
14089         parameter instead of just the current buffer.
14091 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
14093         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14094         Check whether the output of "uname -sr" has been changed.
14096 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14098         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14099         patterns from compilation-perl.el and compilation-weblint.el files.
14101 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14103         * progmodes/compilation-perl.el:
14104         * progmodes/compilation-weblint.el: Disable autoloads, they cause
14105         a bootstrap failure.
14107         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14108         instead of doing "cvs diff" in order to avoid accessing the repository.
14110 2007-11-12  Kevin Ryde  <user42@zip.com.au>
14112         * progmodes/compilation-perl.el:
14113         * progmodes/compilation-weblint.el: New files.
14115 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
14117         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14118         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14119         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14120         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14121         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14122         Rewrite in active voice.
14124 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14126         * doc-view.el: Add comments about isearch support.
14128 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14130         * vc.el (vc-start-entry): Fix setting the in the case the function
14131         is called from vc-dired.  Use when instead of if where appropriate.
14133 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14135         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14136         to be a list.
14137         (ps-begin-job): Error if ps-lpr-switches is not a list.
14139 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14141         * faces.el (face-normalize-spec): Remove function.
14142         (frame-set-background-mode): Undo last change.
14144 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14146         * w32-fns.el: Sync charset names with setup-default-fontset.
14147         Append "-1" where second part missing.
14149 2007-11-10  Juri Linkov  <juri@jurta.org>
14151         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14152         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
14154         * custom.el (custom-note-var-changed): Remove the `interactive'
14155         spec from this new non-interactive function.
14157 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
14159         * doc-view.el (doc-view-mode-map, doc-view-menu)
14160         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14161         (doc-view-search-backward): New function.
14162         (doc-view-search): Query new regexp if prefix arg is given, else
14163         jump to next/previous match.
14164         (doc-view-mode): Handle compressed files.
14165         (jka-compr): Required for compressed files.
14167 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14169         * replace.el (query-replace-show-replacement): New defcustom.
14170         (perform-replace): Use `match-substitute-replacement' if
14171         `query-replace-show-replacement' is non-nil.
14173 2007-11-10  David Kastrup  <dak@gnu.org>
14175         * subr.el (match-substitute-replacement): New function.
14177 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
14179         * files.el (auto-mode-alist): Select org-mode for files with the
14180         extension ".org".
14182 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
14184         * help.el (help-window, help-window-point-marker): New variables.
14185         (help-window-select): New option.
14186         (with-help-window): New macro for displaying help windows.
14187         (help-window-display-message, help-window-setup-finish)
14188         (help-window-setup): New functions used for setting up help windows.
14189         (print-help-return-message): Reset help-window to nil.
14190         (view-lossage): Use with-help-window instead of
14191         with-output-to-temp-buffer and move help-window-point-marker after
14192         inserted text.
14193         (describe-bindings, describe-key, describe-mode): Use
14194         with-help-window instead of with-output-to-temp-buffer.
14196         * help-mode.el (help-mode): Set view-exit-action to bury the
14197         buffer instead of fiddling with windows.  Simplify code.
14198         (help-mode-finish): When help-window eqs t set it to the selected
14199         window and have with-help-window set up view-return-to-alist.
14200         (help-buffer): Add autoload cookie.
14202         * view.el (view-remove-frame-by-deleting): Change default value to t.
14203         Add autoload cookie.
14204         (view-exit-action, view-file, view-file-other-window)
14205         (view-file-other-frame, view-buffer, view-buffer-other-window)
14206         (view-buffer-other-frame): Rewrite doc strings.
14207         (view-return-to-alist-update): New function to remove stale entries
14208         from view-return-to-alist.
14209         (view-mode-enter): Rewrite doc string and simplify code.
14210         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
14211         view-exit-action to nil.  Simplify code and rewrite doc string.
14213         * apropos.el (apropos-describe-plist):
14214         * descr-text.el (describe-char):
14215         * disp-table.el (describe-display-table):
14216         * faces.el (list-faces-display, describe-face):
14217         * facemenu.el (list-colors-display):
14218         * help-fns.el (describe-function, describe-variable)
14219         (describe-syntax, describe-categories):
14220         Use with-help-window instead of with-output-to-temp-buffer.
14222 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
14224         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14225         Optimize (featurep 'emacs) to t.
14227         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14228         New function.
14229         (byte-compile-maybe-guarded): Use it to also look for bound
14230         symbols inside `and' forms.  Comment out non-working code that was
14231         trying to avoid warnings for XEmacs code.
14233         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14235         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14236         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14237         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14238         (vc-cvs-annotate-command):
14239         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14240         is bound, it always is.
14242 2007-11-10  Jason Rumney  <jasonr@gnu.org>
14244         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14245         setup here from global scope.
14247 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
14249         * ido.el (ido-save-history): Save the history file in UTF-8, not
14250         the current filename coding system.
14252 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14254         * simple.el (interprogram-cut-function, interprogram-paste-function):
14255         Don't make them frame-local any more.
14257         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14258         Don't set interprogram-(cut|paste)-function on each frame.
14260         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14261         Make them work in tty frames.
14262         (interprogram-cut-function, interprogram-paste-function):
14263         Set them globally.
14265 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14267         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14268         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14269         (iso-iso2duden-trans-tab): Add docstring.
14271 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14273         * abbrev.el (define-abbrev-table): Record the variable definition.
14275         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14276         New function.
14278 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14280         * ps-print.el: Clean the code for checking suitable Emacs version.
14281         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14282         (ps-print-version): New version 6.8.1.
14284 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14286         * files.el (enable-local-variables): Doc fix.
14288 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14290         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14292 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
14294         * dired-aux.el (dired-copy-file-recursive):
14295         Preserve directory permissions.
14297 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14299         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14300         (whitespace-unload-function): New-style unload function.  When run,
14301         unintern `whitespace-unload-hook' and call `unload-feature' recursively
14302         to stop the old hook from messing with the unloading.
14304 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14306         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14307         (elp-unset-master, elp-results): Fix typos.
14308         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14309         Doc fixes.
14311         * msb.el (msb--many-menus): Remove variable.
14312         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14313         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14314         (msb--toggle-menu-type): Fix typos in docstrings.
14316         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14317         (shadow-insert-var): Doc fixes.
14318         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14319         Reflow docstrings.
14320         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14322 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14324         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14325         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14326         Fix typos in autoload docstrings.
14328 2007-11-09  Richard Stallman  <rms@gnu.org>
14330         * savehist.el (savehist-save): Obey savehist-ignored-variables.
14332 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
14334         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14335         (gdb-var-update-handler-1): Use it.
14337 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14339         * loadhist.el (unload-feature): Remove erroneous check for the
14340         FEATURE-unload-function variable; check the existence of the
14341         function (that's what the docstring says, and it makes more sense).
14343         * follow.el (follow-unload-function): Add docstring.
14344         (follow-unload-function): Remove variable.
14346         * server.el (server-unload-function): Remove variable.
14347         (server-unload-function): Unbind `server-edit' from `C-x #'.
14349         * ses.el (ses-unload-function): New function.
14351 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
14353         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14354         (unsafep-progn, unsafep-let): Fix typos in docstrings.
14356         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14357         before use to avoid a warning in packages that require uniquify.
14358         (uniquify-unload-function): New function and var.
14360 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
14362         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14363         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14364         (ediff-current-diff-A, ediff-current-diff-B)
14365         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14366         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14367         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14368         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14369         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14370         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14371         (ediff-setup-windows-plain-merge)
14372         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14373         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14374         * ediff-util.el (ediff-setup-keymap, )
14375         (ediff-toggle-wide-display, ediff-toggle-multiframe)
14376         (ediff-toggle-use-toolbar, ediff-really-quit)
14377         (ediff-good-frame-under-mouse)
14378         (ediff-highlight-diff-in-one-buffer)
14379         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14380         (ediff-make-bullet-proof-overlay):
14381         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14382         (ediff-set-meta-overlay):
14383         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14384         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14385         ediff-emacs-p with their former definitions.
14387         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14388         (viper-has-face-support-p, viper-inactivate-input-method)
14389         (viper-activate-input-method)
14390         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14391         * emulation/viper-mous.el (viper-multiclick-timeout)
14392         (viper-surrounding-word, viper-mouse-click-insert-word)
14393         (viper-mouse-click-search-word, viper-parse-mouse-key):
14394         * emulation/viper-macs.el (viper-char-array-to-macro):
14395         * emulation/viper.el (viper-go-away, viper-set-hooks)
14396         (viper-non-hook-settings):
14397         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14398         (viper-get-saved-cursor-color-in-insert-mode)
14399         (viper-get-saved-cursor-color-in-emacs-mode)
14400         (viper-check-version, viper-get-visible-buffer-window)
14401         (viper-file-checked-in-p, viper-set-replace-overlay)
14402         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14403         (viper-check-minibuffer-overlay, viper-read-key-sequence)
14404         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14405         with their former definitions.
14406         (viper-eventify-list-xemacs): Only do work for XEmacs.
14407         (viper-set-unread-command-events): Only do work for Emacs.
14408         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14409         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14410         (viper-overlay-get, viper-overlay-put, viper-read-event)
14411         (viper-characterp, viper-int-to-char, viper-get-face)
14412         (viper-color-defined-p, viper-iconify): New defaliases replacing
14413         the old fsets.
14415         * progmodes/fortran.el (comment-region-function)
14416         (uncomment-region-function): Pacify byte compiler.
14418         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14420 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
14422         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14423         `process-environment'.
14425 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
14427         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14428         match dir like "a...b".
14430 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14432         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14434 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
14436         * net/tramp.el (tramp-handle-substitute-in-file-name):
14437         Don't expand the remote connection identification.
14438         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14439         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
14440         before calling stty.
14442         * net/tramp-cache.el (tramp-cache-print)
14443         (tramp-dump-connection-properties): Fix docstring.
14444         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14446         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14448         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14449         remote connection identification when setting connection property.
14451         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14452         "//" substitutes only in the local filename part.
14454 2007-11-07  David Hansen  <david.hansen@gmx.net>
14456         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14458 2007-11-07  Glenn Morris  <rgm@gnu.org>
14460         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14461         Remove superfluous concats.  Move final set-buffer to
14462         non-emacs-specific code.
14464 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
14466         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14468 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
14470         * eshell/esh-mode.el (eshell-output-filter):
14471         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14472         Use `with-current-buffer'.
14474 2007-11-07  Andreas Schwab  <schwab@suse.de>
14476         * server.el (server-start): Only register cleanup after server was
14477         started.
14479 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
14481         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14483         * net/tramp-cache.el (tramp-cache-print): Move down.
14484         (tramp-cache-list-connections): New defun.
14486         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14488 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
14490         * ido.el (ido-save-history): Write the history file in the current
14491         filename coding system, and add `coding' file-local variable.
14493 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
14495         * textmodes/org.el (org-table-formula-substitute-names):
14496         Remove forgotten temporary debugging code.
14498 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
14500         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14501         the prompt.
14503 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
14505         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14507 2007-11-05  Simon Josefsson  <simon@josefsson.org>
14509         * net/tls.el (tls-end-of-info): Doc fix.
14511 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
14513         * international/utf-7.el (utf-7-imap): New coding system.
14514         (utf-7-imap-post-read-conversion): New function.
14515         (utf-7-imap-pre-write-conversion): New function.
14517 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14519         * abbrev.el (abbrev--write): Fix up typo.
14521 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
14523         * abbrev.el (define-abbrev-table): Doc fix.
14525 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
14527         * info.el (Info-revert-buffer-function): New func.
14528         (Info-mode): Arrange to use it for reverting.
14529         (Info-copy-current-node-name): Add space between filename and nodename.
14531 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14533         * abbrev.el (expand-abbrev): Move point back to expansion's end.
14535 2007-11-04  Glenn Morris  <rgm@gnu.org>
14537         * net/tls.el: Don't require rx when compiling.
14538         (tls-end-of-info): Rewrite without using rx.
14539         (open-tls-stream): Use with-current-buffer.
14541 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
14543         * net/tls.el: Require rx when compiling.
14544         (tls-end-of-info): New variable.
14545         (open-tls-stream): Keep reading input until `tls-end-of-info' is
14546         matched.
14548 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
14550         * register.el (append-to-register, prepend-to-register):
14551         Don't signal error on empty register; use the text, instead.
14553 2007-11-03  Michael Olson  <mwolson@gnu.org>
14555         * textmodes/remember.el (remember-buffer):
14556         Use define-obsolete-function-alias rather than defalias.
14558 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
14560         * simple.el (bad-packages-alist): Anchor semantic regexp.
14562 2007-11-03  Glenn Morris  <rgm@gnu.org>
14564         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14565         if defined, for blank lines.  Doc fix.
14567         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14568         (fortran-mode): Set values for comment-region-function,
14569         uncomment-region-function and comment-insert-comment-function.
14570         (fortran-uncomment-region): New function.
14572         * textmodes/nroff-mode.el (nroff-mode):
14573         Set comment-insert-comment-function rather than indent-line-function.
14574         (nroff-indent-line-function): Remove.
14575         (nroff-insert-comment-function): New function.
14577 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14579         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14581 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
14583         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14585         * emulation/viper-cmd.el (viper-prev-destructive-command)
14586         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14587         copy-sequence.
14589         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14590         Got rid of ediff-copy-list.
14592         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14593         use face-name.
14594         (ediff-test-utility, ediff-diff-mandatory-option)
14595         (ediff-reset-diff-options): Remove to simplify the mandatory option
14596         handling on Windows.
14597         (ediff-set-diff-options): Add.
14598         (ediff-diff-options): Set "--binary" option as default in some cases.
14600         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14601         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14602         ediff-vc-working-revision.  Require vc-hooks.
14604 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
14606         * files.el (hack-local-variables): Fix membership tests to avoid
14607         treating all variables as safe if `enable-local-variables' is
14608         set to :safe (CVE-2007-5795).
14610 2007-11-02  Glenn Morris  <rgm@gnu.org>
14612         * newcomment.el (comment-indent): Let comment-insert-comment-function,
14613         if defined, do all the work of inserting a new comment.
14615         * progmodes/etags.el (tags-table-mode): Disable undo.
14617         * simple.el (bad-packages-alist): Revert previous change.
14619 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
14621         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14623         * obsolete/lselect.el: Do not warn about unknown functions.
14625 2007-11-02  Michael Olson  <mwolson@gnu.org>
14627         * textmodes/remember.el (remember-buffer): Make this an alias of
14628         remember-finalize, because Org uses it.
14630 2007-11-01  Michael Olson  <mwolson@gnu.org>
14632         * textmodes/remember.el: Improve documentation in heading.
14633         (remember-before-remember-hook): Turn into a customizable option.
14634         (remember): Document INITIAL argument.
14635         (remember-region): Remove autoload cookie.  Improve docstring to
14636         mention that it is called from the *Remember* buffer, and does not
14637         have any functional overlap with the `remember' function.
14638         (remember-finalize): Remove autoload cookie.  Rename from
14639         remember-buffer to emphasize that this does not have any
14640         functional overlap with the `remember' function.
14641         (remember-destroy): Remove autoload cookie.
14642         (remember-mode-map): Define and initialize in one step.
14643         (remember-mode): Improve docstring.
14644         (remember-annotation-functions): Default to just '(buffer-file-name),
14645         and don't try to take the default value from Planner.
14647 2007-11-01  Glenn Morris  <rgm@gnu.org>
14649         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14651         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14653         * emacs-lisp/authors.el (authors-scan-change-log)
14654         (authors-scan-el): Don't enable local eval; enable only safe local
14655         variables, without querying.
14657         * mail/footnote.el (footnote-numeric-regexp)
14658         (footnote-english-upper-regexp, footnote-english-lower-regexp)
14659         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14660         Match multi-character footnotes.
14662         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14663         (nroff-indent-line-function): New function.
14664         (nroff-count-text-lines): Use nroff-forward-text-line rather than
14665         obsolete alias.
14667 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
14669         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14670         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
14671         (rcirc-print): Only update the line count when not marking the
14672         line as omittable.
14673         (rcirc-log-write): Specify coding system when writing logfile.
14674         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14676 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
14678         * printing.el (printing): Fix :version, printing.el was included
14679         for in emacs-22.1.
14680         (pr-path-style, pr-path-alist, pr-txt-name)
14681         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14682         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14683         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14684         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14685         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14686         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14687         (pr-setting-database, pr-visible-entry-list)
14688         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14689         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14691         * ediff-util.el (ediff-nuke-selective-display): Move definition to
14692         top level, make it dependent on the emacs flavor.
14694         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14695         Test for XEmacs not for itimer.
14697         * term/sun-mouse.el:
14698         * obsolete/sun-fns.el:
14699         * obsolete/sun-curs.el: Remove files.
14701         * term/sun.el (select-previous-complex-command): Remove obsolete code.
14703 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
14705         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14706         was given to concat.
14708 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14710         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14711         used normally for goto-line.  Change `g' to revert the buffer.
14712         Add redundant `r' binding for buffer-revert.
14714         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14715         (mail-abbrevs-setup): Use abbrev-expand-functions.
14716         (build-mail-abbrevs): Use with-temp-buffer.
14717         (define-mail-abbrev): Simplify.
14718         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14719         Change it for use on abbrev-expand-functions.
14720         (mail-abbrev-complete-alias): Use with-syntax-table.
14722 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
14724         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14725         directly.  Fix bug in deleting temp file.
14727 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14729         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14730         Merge defvar and define-abbrev-table.
14731         (def-python-skeleton): Use :case-fixed and :enable-function.
14732         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14733         Remove.
14734         (python-mode): Don't modify pre-abbrev-expand-hook.
14736 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14738         * ediff-util.el (ediff-file-checked-out-p)
14739         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14741 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14743         * abbrev.el (abbrev-symbol): Correct let->let*.
14744         (abbrev--before-point): Only use abbrev-start-location if before point.
14746 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14748         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
14749         (strokes-unload-hook): Remove function and variable.
14750         (strokes-unload-function): New-style unload function, adapted
14751         from `strokes-unload-hook'.
14753         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14754         (cl-unload-hook): Remove variable.
14755         (cl-unload-function): New-style unload function, adapted
14756         from `cl-cannot-unload'.
14758         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14759         (elp-unload-function): New-style unload function, adapted
14760         from `elp-unload-hook'.
14762 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
14764         * emacs-lisp/find-func.el (find-library): Use library at
14765         point as default interactive argument.
14767 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14769         * shadowfile.el (shadow-join): Remove.
14770         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14771         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14772         (shadowfile-unload-hook): Remove function and variable.
14773         (shadowfile-unload-function): New-style unload function, adapted
14774         from `shadowfile-unload-hook'.
14776 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
14778         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14779         only if it is bound.
14781         * textmodes/reftex.el: Move autoloads for before all uses.
14782         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14783         (reftex-delete-overlay): Move to the top level with the condition
14784         in the body.
14786         * progmodes/simula.el: Use when instead of if.
14788         * iimage.el (iimage-locate-file): Define unconditionally.
14790         * mail/mailabbrev.el (mail-abbrev-next-line):
14791         * emulation/vip.el (vip-enlarge-region, vip-line)
14792         (vip-next-line-at-bol, vip-previous-line)
14793         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14794         Wrap with-no-warnings around uses of next-line and previous-line.
14796         * ediff.el (run-ediff-from-cvs-buffer):
14797         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14798         Remove function not used by pcl-cvs anymore.
14799         (noninteractive, generic-sc-get-latest-rev)
14800         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14801         Delete support for long obsolete generic-sc.el.
14803 2007-10-31  Glenn Morris  <rgm@gnu.org>
14805         * cvs-status.el: No longer require pcvs when compiling.
14807         * doc-view.el (doc-view-conversion-refresh-interval)
14808         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14809         (doc-view-reset-slice): Doc fixes.
14810         (doc-view-menu): Remove deleted function doc-view-edit-doc.
14812 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
14814         * help-at-pt.el (help-at-pt-unload-hook): Remove.
14815         Timers are automatically canceled by `unload-feature'.
14817         * delsel.el (delsel-unload-hook): Remove function and variable.
14818         (delsel-unload-function): New-style unload function, adapted
14819         from `delsel-unload-hook'.
14821         * msb.el (msb-unload-hook): Remove function and variable.
14822         (msb-unload-function): New-style unload function, adapted from
14823         `msb-unload-hook'.
14825 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
14827         * desktop.el (uniquify-managed): Pacify byte compiler.
14828         (desktop-buffer-info): If the buffer name is managed by uniquify,
14829         save the base name, not the uniquified one.
14830         (desktop-create-buffer): Allow `rename-buffer' to generate a new
14831         name in case of conflict.
14833 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14835         * doc-view.el: Use expand-file-name rather than concat.
14836         (doc-view-cache-directory): Add the UID so multiple users won't clash.
14837         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14838         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14839         (doc-view-toggle-display): Use an overlay over the whole buffer so as
14840         not to have to touch the buffer's content.
14841         (doc-view-initiate-display): New function, extracted from doc-view-mode.
14842         (doc-view-mode): Use it.  Don't mark as a special mode.
14843         Put the page numbers in the modeline.
14844         Set up the overlay.  Hide the cursor.  Run the mode hook.
14845         Use after-revert-hook rather than revert-buffer-function.
14846         (doc-view-search-internal): Fix typo.
14847         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14848         image-cache flush.
14849         (doc-view-reconvert-doc): Don't reset the whole mode.
14850         (doc-view-make-safe-dir): New function.
14851         (doc-view-current-cache-dir): Use it.
14853 2007-10-30  Jason Rumney  <jasonr@gnu.org>
14855         * time.el (display-time-world-list): Test for zoneinfo support.
14857 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
14859         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14861         * net/tramp-cache.el (tramp-flush-file-function): Check also
14862         `default-directory' if `buffer-file-name' does not return a
14863         string.  Added to `eshell-pre-command-hook'.
14865 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * doc-view.el (doc-view-current-doc): Remove.
14868         Replace all uses by buffer-file-name.
14869         (doc-view-menu): New menu.
14870         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14871         unused var `doc'.
14872         (doc-view-sort): Simplify.
14873         (doc-view-buffer-message): Don't change buffer-modified-p.
14874         (doc-view-mode): Change it here instead.
14875         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
14876         Don't modify the global value of revert-buffer-function.
14878         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14879         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14880         (image-toggle-display): Take overlays into account and don't assume
14881         point-min==1.
14883 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
14885         * vc.el (vc-annotate): Fix omission bug:
14886         Specify value for vc-sentinel-movepoint.
14888 2007-10-30  Michael Olson  <mwolson@gnu.org>
14890         * textmodes/remember.el (remember-mode-hook)
14891         (remember-handler-functions, remember-annotation-functions):
14892         Add additional items as options, including some Org functions.
14894 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
14896         * doc-view.el: Remove cl-dependency.
14897         (doc-view-buffer-message): Mention new binding K.
14898         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14899         instead of variable.
14900         (doc-view-current-cache-dir): Better cache dir naming.
14901         (doc-view-current-display): Remove variable.
14902         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14903         (doc-view-kill-proc): Set converter process to nil.
14904         (doc-view-minor-mode): New minor mode.
14905         (doc-view-minor-mode-map): New keymap.
14906         (doc-view-mode): Remove text/image switching code.  Use plain defun.
14907         (doc-view-mode-map): New binding K kills converter process.
14908         Remove C-c C-e binding.
14909         (doc-view-mode-text-map): Remove keymap.
14910         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14911         d-v-display-maybe.
14912         (doc-view-previous-major-mode): New variable.
14913         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14914         (doc-view-remove-if): New function.
14915         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14916         (doc-view-toggle-display): Toggle modes instead of display styles.
14917         (doc-view-reconvert-doc): Adapt to new way of doing things.
14919         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14921 2007-10-30  Glenn Morris  <rgm@gnu.org>
14923         * dirtrack.el (dirtrack-mode): Doc fix.
14925         * shell.el (shell-dirtrack-verbose, shell-mode)
14926         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14928         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14929         (byte-compile-enable-warning): Doc fix.
14931         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14932         suppress byte-opt warning.
14934 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
14936         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14937         (edt-gnu-emacs19-p): Remove.
14938         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14939         (edt-xserver, edt-page-backward, edt-beginning-of-line)
14940         (edt-end-of-line-forward, edt-end-of-line-backward)
14941         (edt-one-word-forward, edt-one-word-backward, edt-character)
14942         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14943         (edt-find-forward, edt-find-backward, edt-find-next-forward)
14944         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14945         (edt-define-key, edt-bottom-check, edt-sentence-forward)
14946         (edt-sentence-backward, edt-paragraph-forward)
14947         (edt-paragraph-backward, edt-restore-key, edt-window-top)
14948         (edt-window-bottom, edt-scroll-window-forward-line)
14949         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14950         (edt-line-to-top-of-window, edt-paragraph-backward)
14951         (edt-restore-key, edt-window-top, edt-window-bottom)
14952         (edt-scroll-window-forward-line)
14953         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14954         (edt-line-to-middle-of-window, edt-goto-percentage)
14955         (edt-display-the-time, edt-remember, edt-split-window)
14956         (edt-emulation-on, edt-emulation-off)
14957         (edt-default-emulation-setup, edt-user-emulation-setup)
14958         (edt-select-default-global-map, edt-select-user-global-map):
14959         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14960         tests.
14962         * textmodes/reftex-index.el (reftex-index-selection-or-word):
14963         Use feature test instead of boundp test so it can be resolved at
14964         compile time.
14966         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14968 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14970         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14971         Update all users.
14972         (abbrev-get, abbrev-put): Simplify.
14973         (define-abbrev): Don't store the `force' value in the :system property.
14974         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14976 2007-10-30  Michael Olson  <mwolson@gnu.org>
14978         * desktop.el (desktop-minor-mode-table): Add line for ERC.
14980         * textmodes/remember.el: New file that implements a mode for
14981         quickly jotting down things to remember.
14983         * textmodes/remember-diary.el: A backend for remember.el that
14984         implements saving notes to a Diary file.
14986 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
14988         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14989         Relocate in file.
14990         (allout-doublecheck-at-and-shallower): Increase to include
14991         slightly greater depths, since yank interaction is now ok.
14992         Also, elaborate the docstring to explain the situation.
14993         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14994         instead of concat, so we accommodate key sequences expressed as
14995         vectors as well as strings and lists.
14996         (allout-flag-region, allout-hide-by-annotation): Make the
14997         hidden-text overlays 'front-advance.
14998         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14999         (allout-aberrant-container-p, allout-on-current-heading-p)
15000         (allout-e-o-prefix-p, allout-next-heading)
15001         (allout-previous-heading, allout-goto-prefix)
15002         (allout-end-of-prefix, allout-next-sibling-leap)
15003         (allout-next-visible-heading, allout-auto-fill)
15004         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15005         (allout-yank-processing, allout-resolve-xref)
15006         (allout-current-topic-collapsed-p, allout-hide-region-body)
15007         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15008         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15009         (count-trailing-whitespace-region): Preserve match data, so allout
15010         outline navigation doesn't disrupt other Emacs operations.
15011         (allout-beginning-of-line): Retreat to the beginning of the hidden
15012         text, so fields are respected (for submodes that care).
15013         (allout-end-of-line): Preserve mark activation status when jumping.
15014         (allout-open-topic): Account for opening after a child that
15015         contains a hidden trailing newline.  Preserve match data.
15016         Run allout-structure-added-hook
15017         (allout-encrypt-decrypted): Preserve match data.
15018         (allout-toggle-current-subtree-exposure): Add new interactive
15019         function for toggle subtree exposure - suggested by tassilo.
15020         (move-beginning-of-line, move-end-of-line): Don't use
15021         line-move-invisible-p, it's obsolete - substitute the code, instead.
15023 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
15025         * textmodes/flyspell.el (message-signature-separator):
15026         * longlines.el (message-indent-citation-function): Pacify byte
15027         compiler.
15029         * emacs-lisp/cl-loaddefs.el:
15030         * ldefs-boot.el: Regenerate.
15032         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15033         (.el.elc, compile, compile-always, compile-calc)
15034         ($(lisp)/progmodes/cc-mode.elc): Use it.
15036         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15037         Only do work for XEmacs.
15038         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15039         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15040         on XEmacs.
15041         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15042         (ps-x-color-name, ps-x-color-specifier-p)
15043         (ps-x-copy-coding-system, ps-x-device-class)
15044         (ps-x-extent-end-position, ps-x-extent-face)
15045         (ps-x-extent-priority, ps-x-extent-start-position)
15046         (ps-x-face-font-instance, ps-x-find-coding-system)
15047         (ps-x-font-instance-properties, ps-x-make-color-instance)
15048         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15049         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15050         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15051         (ps-generate-postscript-with-faces): Delete defaliases.
15052         (ps-face-foreground-name, ps-face-background-name)
15053         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15054         Move definitions to top level, make the body conditional on the Emacs
15055         flavor.  Replace uses of deleted aliases and renamed functions.
15056         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15057         of deleted aliases and renamed functions.
15059         * calc/calc.el (calc-emacs-type-lucid): Remove.
15060         (calc-digit-map, calcDigit-start, calc-read-key)
15061         (calc-clear-unread-commands):
15062         * calc/calc-ext.el (calc-user-key-map): Replace uses of
15063         calc-emacs-type-lucid with (featurep 'xemacs)
15065         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15066         (featurep 'xemacs).
15067         (tpu-lucid-emacs19-p): Remove.
15068         (tpu-map-key): Make it a function instead of using fset.  Inline
15069         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
15070         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15072         * ielm.el: Use featurep 'xemacs.
15074         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15075         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15076         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15077         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15078         cperl-xemacs-p with (featurep 'xemacs).
15079         (font-lock-cache-position): Pacify byte compiler.
15081 2007-10-29  Drew Adams  <drew.adams@oracle.com>
15083         * faces.el (read-color): New function.
15084         (face-at-point, foreground-color-at-point)
15085         (background-color-at-point): New functions.
15087 2007-10-28  Richard Stallman  <rms@gnu.org>
15089         * net/browse-url.el (browse-url-text-xterm): Rename from
15090         browse-url-lynx-xterm and made generic.
15091         (browse-url-text-emacs): Likewise.
15092         (browse-url-text-browser): New variable.
15093         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15094         (browse-url-text-input-field, browse-url-text-input-attempts)
15095         (browse-url-kde-program): Likewise.
15097 2007-10-29  Glenn Morris  <rgm@gnu.org>
15099         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15100         Use mapc rather than mapcar (reinstall change deleted without log
15101         entry 2007-10-22).
15103 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
15105         * wdired.el (wdired-next-line, wdired-previous-line):
15106         Use next-line and previous-line wrapped in with-no-warnings.
15108 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
15110         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15111         (rcirc-recent-quit-alist): New function.
15112         (rcirc): Print a better message when there is only one connected server.
15113         (rcirc-complete-nick): Do not update the nick table here.
15114         (rcirc-mode-map): Add M-o.
15115         (rcirc-current-line): Add variable.
15116         (rcirc-mode): Setup variables for line based omit.
15117         (rcirc-edit-multiline): Strip text properties.
15118         (rcirc-omit-responses): Add NICK.
15119         (rcirc-omit-threshold): Add variable.
15120         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15121         Add functions.
15122         (rcirc-print): Keep track of current line.  Do not fill text if
15123         `rcirc-fill-flag' is null.  Only omit text if the last activity
15124         from the sender is more than `rcirc-omit-threshold' lines ago.
15125         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15126         numbers instead of time.
15127         (rcirc-channel-nicks): Sort by line numbers instead of time.
15128         (rcirc-omit-mode): Add `...' when omitting text and recenter.
15129         (rcirc-handler-JOIN): Restore the joiners linestamp.
15130         (rcirc-maybe-remember-nick-quit): Add function.
15131         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15133 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
15135         * loadhist.el (unload-feature-special-hooks):
15136         Add `delete-frame-functions' and `suspend-tty-functions'.
15138         * server.el (server-unload-function): Rename from `server-unload-hook'
15139         and adapt to new `unload-feature' functionality.  Remove hook from
15140         `kill-buffer-hook' buffer-locally.
15141         (server-unload-hook): Remove.
15142         (server-unload-function): New var; replaces `server-unload-hook'.
15144 2007-10-29  Glenn Morris  <rgm@gnu.org>
15146         * dirtrack.el (dirtrack-debug): Doc fix.
15147         (dirtrack-mode, dirtrack-debug-mode): New names for
15148         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
15149         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15150         Make obsolete.
15151         (dirtrack-debug-message): Only print message if
15152         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
15153         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
15154         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15156 2007-10-28  Glenn Morris  <rgm@gnu.org>
15158         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15159         (byte-compile-warnings-safe-p): Handle `not'.
15160         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15161         (byte-compile-enable-warning): New functions.
15162         (byte-compile-eval-before-compile)
15163         (byte-compile-file-form-require): Use byte-compile-disable-warning.
15164         (byte-compile-close-variables): Locally bind byte-compile-warnings,
15165         but do not modify it.
15166         (byte-compile-eval, byte-compile-obsolete)
15167         (byte-compile-warn-about-unresolved-functions)
15168         (byte-compile-file-form-defvar)
15169         (byte-compile-file-form-custom-declare-variable)
15170         (byte-compile-file-form-require)
15171         (byte-compile-file-form-defmumble, byte-compile-lambda)
15172         (byte-compile-form, byte-compile-normal-call)
15173         (byte-compile-variable-ref, byte-compile-defvar)
15174         (byte-compile-make-variable-buffer-local):
15175         Use byte-compile-warning-enabled-p.
15176         * emacs-lisp/advice.el (ad-compile-function):
15177         Use byte-compile-disable-warning.
15178         * emacs-lisp/cl.el: Move local variables to end of file, and set
15179         byte-compile-warnings to `(not cl-functions)'.
15180         * emacs-lisp/cl-compat.el: Add a local variables section, and set
15181         byte-compile-warnings to `(not cl-functions)'.
15182         * emacs-lisp/cl-macs.el: Unify local variable section, and set
15183         byte-compile-warnings to `(not cl-functions)'.
15184         (cl-do-proclaim): Use byte-compile-disable-warning and
15185         byte-compile-enable-warning.
15186         * emacs-lisp/cl-seq.el: Unify local variable section, and set
15187         byte-compile-warnings to `(not cl-functions)'.
15188         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15189         Use byte-compile-disable-warning.
15191 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
15193         * cus-edit.el (custom-browse-insert-prefix):
15194         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15196 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
15198         * server.el (server-process-filter): Fix typo in docstring.
15199         (server-log): Reflow docstrings.
15200         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15201         (server-goto-line-column): Use `when'.
15203 2007-10-28  Juri Linkov  <juri@jurta.org>
15205         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15206         when mouse is clicked on the isearch message.
15207         (isearch-resume): Call `isearch-update' at the end.
15208         Rename argument `search' to `string' to conform to the
15209         isearch terminology.
15211 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15213         Rewrite abbrev.c in Elisp.
15214         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15215         (abbrev-table-get, abbrev-table-put, abbrev-get)
15216         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15217         (define-abbrev, abbrev--check-chars, define-global-abbrev)
15218         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15219         (abbrev-expansion, abbrev--before-point, expand-abbrev)
15220         (unexpand-abbrev, abbrev--write, abbrev--describe)
15221         (insert-abbrev-table-description, define-abbrev-table):
15222         New funs, largely transcribed from abbrev.c.
15223         (abbrev-with-wrapper-hook): New macro.
15224         (abbrev-table-name-list, global-abbrev-table)
15225         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15226         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15227         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15228         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15229         New vars, largely transcribed from abbrev.c.
15230         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
15231         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15232         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15234 2007-10-27  Glenn Morris  <rgm@gnu.org>
15236         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15237         (shell-dirtrack-toggle): Mark as obsolete.
15238         (dirtrack-toggle, dirtrack-mode): No longer alias to
15239         shell-dirtrack-mode.
15241 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
15243         * calc/calc.el (math-standard-opers): Lower the precedence
15244         of negation.
15245         * calc/calc-lang.el (math-oper-table): Lower precedence of
15246         negation for C, TeX, and eqn.
15248 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
15250         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15252 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
15254         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15255         (desktop-not-loaded-hook): Fix :version tags.
15257 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
15259         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15260         (tramp-get-remote-tmpdir): New defun.
15261         (tramp-make-tramp-temp-file): Use it.
15262         (tramp-local-call-process): New defun.  Replace all calls of
15263         `call-process' by this when appropriate.
15264         (tramp-handle-write-region): Replace calls of `file-attributes' by
15265         `tramp-compat-file-attributes'.
15266         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15267         Make the first command a `tramp-send-command' call, with let-bind
15268         of `tramp-end-of-output'.
15269         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15270         (tramp-load-report-modules, tramp-append-tramp-buffers):
15271         Move to tramp-cmds.el.
15273         * net/tramp-fish.el (tramp-fish-handle-copy-file)
15274         (tramp-fish-do-copy-or-rename-file)
15275         (tramp-fish-do-copy-or-rename-file-directly):
15276         * net/tramp-smb.el (tramp-smb-handle-copy-file):
15277         Add parameter PRESERVE-UID-GID.
15279 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
15281         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15282         New defcustoms.
15283         (display-time-world-list): Use them as appropriate for the current
15284         value of `system-type'.
15286 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15288         * emulation/pc-select.el (next-line-mark, next-line-nomark)
15289         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15290         around uses of previous-line and next-line.
15292         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15293         New defvars.
15295         * textmodes/css-mode.el (comment-continue):
15296         * net/browse-url.el (url-handler-regexp):
15297         * progmodes/idlw-help.el (idlwave-system-routines):
15298         Pacify byte-compiler.
15300         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15301         line-move-invisible-p with its former definition: invisible-p.
15302         line-move-invisible-p was removed on 2007-08-29.
15304 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15306         * files.el (kill-emacs-query-functions): Doc fix;
15307         `save-buffers-kill-emacs' is no longer bound to a key.
15309 2007-10-26  Richard Stallman  <rms@gnu.org>
15311         * isearch-multi.el (isearch-buffers-multi): New option.
15312         (isearch-buffers-search-fun): Test it.
15314         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15315         Put ps-run-clear on C-c C-l.
15317         * newcomment.el (comment-styles): New style indent-or-triple.
15318         (comment-style): Make that the default.
15319         (comment-add defvar): Doc fix.
15320         (comment-add): Delete arg EXTRA.
15321         (comment-region-default): Open code call to comment-add.
15322         Handle indent-or-triple style which uses `multi-char' for INDENT.
15324 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
15326         * eshell/em-unix.el (nil-blank-string): Doc fix.
15328 2007-10-26  John Wiegley  <johnw@newartisans.com>
15330         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15331         function, ensure that the third argument is turned into a nil if
15332         the string is otherwise completely empty (either no characters, or
15333         all tabs/spaces).  This fixes a bug from a user who found himself
15334         unable to customize `diff-switches' and still use Eshell's diff
15335         command.
15337 2007-10-26  Glenn Morris  <rgm@gnu.org>
15339         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15340         safe-local-variable property.
15342 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
15344         * net/browse-url.el (browse-url-browser-function): Delete grail.
15345         (browse-url-grail): Function and variable deleted.
15346         (browse-url-browser-function): Delete IXI Mosaic.
15347         (browse-url-default-browser): Don't try IXI Mosaic.
15348         (browse-url-iximosaic): Function deleted.
15349         (browse-url-browser-function): Delete MMM.
15350         (browse-url-default-browser): Don't try MMM.
15351         (browse-url-mmm): Function deleted.
15353 2007-10-26  Drew Adams  <drew.adams@oracle.com>
15355         * custom.el (custom-note-var-changed): New function.
15357 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
15359         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15360         use with the definition.  Remove.
15362         * add-log.el (change-log-start-entry-re): New defconst.
15363         (change-log-sortable-date-at): Use it.
15364         (change-log-beginning-of-defun, change-log-end-of-defun):
15365         New functions.
15366         (change-log-mode): Use them for beginning-of-defun-function and
15367         end-of-defun-function.
15369 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
15371         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15372         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15373         (ses-recalculate-cell): Deal with point being just beyond end of
15374         data area (why does this happen?)
15375         (ses-set-curcell): Ditto.
15376         (ses-column-letter): Handle columns beyond 702.  Code written by
15377         Gareth Rees.
15379 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
15381         * textmodes/org.el (org-agenda-get-restriction-and-command):
15382         Use `mapc' instead of `mapcar'.
15383         (org-agenda-list): Numeric prefix argument can specify the number
15384         of days.
15385         (remember-register, remember-buffer): Prevent byte compiler from
15386         complaining.
15387         (org-todo): Save and restore match data.
15388         (org-no-warnings): New macro.
15389         (org-columns-eval): Use `org-no-warnings'.
15391 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
15393         * comint.el (comint-password-prompt-regexp):
15394         Handle `[sudo] password'-style prompt.
15396 2007-10-25  Glenn Morris  <rgm@gnu.org>
15398         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15399         (defcustom): Doc fix.
15401         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15402         Add `non_intrinsic'.
15403         (f90-constants-re): Add ieee modules.
15404         (f90-typedef-matcher, f90-typedec-matcher)
15405         (f90-imenu-type-matcher): New functions.
15406         (f90-font-lock-keywords-1): Give module procedures function-name face.
15407         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
15408         Add `use, intrinsic'.
15409         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15410         Move start of `enum' blocks to separate entry.
15411         (f90-start-block-re): Fix `type', `abstract interface'.
15412         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15413         derived types.
15414         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15415         `elemental', change `enumerator'.
15416         (f90-no-block-limit): Fix `abstract interface'.
15418         * progmodes/f90.el (f90-indented-comment-re)
15419         (f90-directive-comment-re, f90-break-delimiters):
15420         * progmodes/fortran.el (fortran-comment-line-start-skip)
15421         (fortran-directive-re):
15422         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15423         as safe if they are strings.
15425 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * startup.el (window-system): Remove.  Don't make it frame-local.
15429 2007-10-24  Richard Stallman  <rms@gnu.org>
15431         * savehist.el (savehist-save): Omit unreadable elements.
15433         * loadhist.el (unload-function-defs-list): Rename from
15434         unload-function-features-list.
15435         (unload-feature-special-hooks, unload-feature): Doc fixes.
15437         * indent.el (indent-to-left-margin): If point's in the indentation,
15438         move to the end of the indentation.
15440         * cus-edit.el (customize-changed-options): Make arg optional.
15442 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15444         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15446 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15448         * textmodes/org-publish.el (org-publish-attachment): Re-install
15449         accidentally deleted change.
15451 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * term/iris-ansi.el (iris-function-map): Move init into declaration.
15455 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
15457         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15458         (Buffer-menu-mode-map): Initialize in the declaration.
15459         (Buffer-menu-mode): Define with `define-derived-mode'.
15461 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
15463         * textmodes/org.el (org-version): Change to 5.13e.
15464         (org-agenda-file-regexp): Fix typo in docstring.
15465         (org-add-planning-info): Fix bug in parenthesis settings.
15466         (org-scan-tags): Catch the case of indirect buffers with no filename.
15467         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15468         Re-install switch to mapc, had been removed by accident.
15469         (org-columns-map): New binding `C-c C-o'.
15470         (org-columns-menu): Change menu text and added new entry.
15471         (org-columns-eval): Document the use of `next-line'.
15472         (org-columns-open-link): New function.
15473         (org-columns-follow-link): Remove function.
15474         (org-open-link-from-string): New function.
15475         (org-read-date-get-relative): Fix typo in docstring.
15476         (org-read-date-get-relative): Leading +/- is not optional.
15477         (org-agenda-get-restriction-and-command): Always resize window on
15478         first loop cycle.
15479         (org-agenda-open-link): Make sure the link abbreviations are
15480         present in the agenda buffer.
15481         (org-agenda-copy-local-variable): New function.
15483 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15485         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15487 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15489         * simple.el (reindent-then-newline-and-indent): Use a `move after
15490         insert' kind of marker in the save-excursion.
15492 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15494         * textmodes/css-mode.el: Require CL.
15495         (comment-continue): Declare.
15497         * subr.el (make-variable-frame-localizable): Remove.
15498         (make-variable-frame-local): Mark obsolete.
15500 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15502         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15503         of the subdirs is unreadable.
15505 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
15507         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15508         when we are local.
15510 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15512         * progmodes/python.el (python-current-defun): Remove left-over
15513         assignment to `start'.
15515 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15517         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15518         than `mapcar'; return value is not used.
15520 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15522         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15523         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15525 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
15527         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15528         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15530 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15532         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15534 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15536         * emacs-lisp/advice.el (ad-make-advised-docstring):
15537         Add ad-advice-info text property to doc string.
15539 2007-10-23  Glenn Morris  <rgm@gnu.org>
15541         * progmodes/f90.el (f90-do-indent, f90-if-indent)
15542         (f90-type-indent, f90-program-indent, f90-associate-indent)
15543         (f90-continuation-indent, f90-comment-region)
15544         (f90-beginning-ampersand, f90-smart-end)
15545         (f90-break-before-delimiters, f90-auto-keyword-case)
15546         (f90-leave-line-no, f90-mode-hook):
15547         Give an appropriate safe-local-variable property.
15549         * progmodes/fortran.el (fortran-tab-mode-default)
15550         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15551         (fortran-structure-indent, fortran-continuation-indent)
15552         (fortran-comment-indent, fortran-comment-line-extra-indent)
15553         (fortran-comment-line-start)
15554         (fortran-minimum-statement-indent-fixed)
15555         (fortran-minimum-statement-indent-tab)
15556         (fortran-comment-indent-char, fortran-line-number-indent)
15557         (fortran-check-all-num-for-matching-do)
15558         (fortran-blink-matching-if, fortran-continuation-string)
15559         (fortran-comment-region, fortran-electric-line-number)
15560         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15561         (fortran-analyze-depth, fortran-break-before-delimiters):
15562         Give an appropriate safe-local-variable property.
15564 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15566         * printing.el: Move variable definitions before use.
15567         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15569 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15571         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15572         (tpu-edt-off): Use it.
15573         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
15574         the global-map before adding it to global-map.
15576         * menu-bar.el (global-buffers-menu-map): New var.
15577         (global-map, menu-bar-update-buffers): Use it.
15578         * msb.el (msb-menu-bar-update-buffers): Use it.
15579         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15580         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15581         Use with-current-buffer.
15583 2007-10-22  Juri Linkov  <juri@jurta.org>
15585         * isearch-multi.el: New file.
15587         * isearch.el (isearch-search-string): After finding the next
15588         occurrence switch to buffer isearch-buffers-current-buffer when
15589         isearch-buffers-next-buffer-function is non-nil and
15590         isearch-buffers-current-buffer is live.
15592         * add-log.el (change-log-mode): Make and set buffer-local variable
15593         isearch-buffers-next-buffer-function to change-log-next-buffer.
15594         Call isearch-buffers-minor-mode.
15595         (change-log-next-buffer): New function.
15597 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
15599         * textmodes/org-export-latex.el (org-export-latex-protect-string):
15600         Renaming of `org-latex-protect'.
15601         (org-export-latex-emphasis-alist): By default, don't protect
15602         any emphasis formatter from further conversion.
15603         (org-export-latex-tables): Honor column grouping for tables.
15604         (org-export-latex-title-command): New option.
15605         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15606         export backslash character.
15608 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15610         * textmodes/org.el (org-read-date-get-relative): New function.
15611         (org-agenda-file-regexp): New variable.
15612         (org-agenda-files): Allow directories in the variable.
15613         (org-agenda-get-restriction-and-command): New function.
15614         (org-agenda): Use `org-agenda-get-restriction-and-command'.
15615         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15616         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15617         New functions.
15618         (org-entry-add-to-multivalued-property)
15619         (org-entry-remove-from-multivalued-property)
15620         (org-entry-member-in-multivalued-property): New functions.
15621         (org-remember-apply-template): Catch C-g and make sure window
15622         configuration is restored.
15623         (org-agenda-open-link): Make it work with several links in the line.
15624         (org-drawers, org-set-regexps-and-options)
15625         (org-get-current-options): Add support for a DRAWERS in-buffer option.
15626         (org-agenda-window-frame-fractions): New option.
15627         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15628         (org-columns-cleanup-item, org-find-entry-with-id)
15629         (org-insert-columns-dblock, org-listtable-to-string)
15630         (org-dblock-write:columnview, org-columns-capture-view)
15631         (org-edit-headline): New functions.
15632         (org-agenda-to-appt): Require calendar.
15633         (org-entry-get-with-inheritance): Widen for search.
15634         (org-columns-display-here): Don't mark buffer as modified when
15635         adding space characters to accomodate column overlays.
15636         (org-export-as-html): Better formatting of tags in the toc.
15637         (org-columns-display-here): Make the ITEM column as compact as possible.
15638         (org-remember-templates): Customization interface improved.
15639         (org-export-with-property-drawer): Variable removed.
15640         (org-export-with-drawers): New option.
15641         (org-complex-heading-regexp): New variable.
15642         (org-sort-entries): Rewrite using `sort-subr'.
15643         (org-set-property): More appropriate completion during interactive use.
15644         (org-sort-entries): Allow sorting by property.
15645         (org-additional-option-like-keywords): Add more values.
15646         (org-sort-entries-or-items): Rename from `org-sort-entries'.
15648 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
15650         * textmodes/org.el (org-get-date-from-calendar): New function.
15651         (org-at-timestamp-p, org-timestamp-change)
15652         (org-remember-templates): First element of each entry is now a
15653         name for the template.
15654         (org-store-log-note): Check for `org-note-abort'.
15655         (org-kill-note-or-show-branches): New command.
15656         (org-fontify-priorities): New option.
15657         (org-fontify-priorities): New function.
15658         (org-cut-subtree, org-copy-subtree): New argument N to
15659         act on N sequential subtrees.
15660         (org-paste-subtree): Fix the level at which a tree is pasted.
15661         (org-fit-agenda-window): Limitations on window size removed.
15662         (org-agenda-find-same-or-today-or-agenda): Rename from
15663         `org-agenda-find-today-or-agenda'.
15664         (org-scheduled-past-days): New option.
15665         (org-agenda-scheduled-leaders)
15666         (org-agenda-deadline-leaders): New options.
15667         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15668         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15669         (org-export-with-tags, org-export-plist-vars)
15670         (org-infile-export-plist): New "tags" option.
15671         (org-use-property-inheritance): New option.
15672         (org-cached-entry-get): Use `org-use-property-inheritance'.
15673         (org-remember-apply-template): Fix typo.
15675 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
15677         * net/tramp.el (tramp-find-shell)
15678         (tramp-open-connection-setup-interactive-shell): Improve sending
15679         initial commands.
15680         (tramp-action-terminal): Send debug message.
15681         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15682         (tramp-barf-if-no-shell-prompt): Insert code of
15683         `tramp-wait-for-shell-prompt'.
15685 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15687         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15689         * term/vt200.el (terminal-init-vt200):
15690         * term/vt201.el (terminal-init-vt201):
15691         * term/vt220.el (terminal-init-vt220):
15692         * term/vt240.el (terminal-init-vt240):
15693         * term/vt300.el (terminal-init-vt300):
15694         * term/vt320.el (terminal-init-vt320):
15695         * term/vt400.el (terminal-init-vt400):
15696         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15698         * term/wyse50.el (wyse50-terminal-map): New var.
15699         (terminal-init-wyse50): Use it and input-decode-map.
15700         (enable-arrow-keys): Emasculate.
15702         * term/tvi970.el (tvi970-terminal-map): New var.
15703         (terminal-init-tvi970): Use it and input-decode-map.
15704         (tvi970-keypad-numeric): Remove.
15705         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15707         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15708         (terminal-init-sun): Use it and input-decode-map.
15710         * term/news.el (terminal-init-news):
15711         * term/lk201.el (terminal-init-lk201):
15712         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15714 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15716         * complete.el (PC-expand-many-files): Remove.
15717         (PC-do-completion): Call file-expand-wildcards instead of
15718         PC-expand-many-files.
15720         * net/tramp.el (tramp-handle-expand-many-files): Remove.
15721         (PC-expand-many-files): Remove advice.
15723 2007-10-22  Glenn Morris  <rgm@gnu.org>
15725         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15726         Add some support for Fortran 2003 syntax:
15727         (f90-type-indent): Now also applies to `enum'.
15728         (f90-associate-indent): New user option.
15729         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15730         Add some F2003 keywords.
15731         (f90-constants-re): New constant.
15732         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15733         Interface'.
15734         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15735         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
15736         element for functions with specified types.  Add `end enum' and
15737         `select type'.  Add `implicit enumerator' and `procedure'.
15738         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
15739         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15740         (f90-font-lock-keywords-4): Add `f90-constants-re'.
15741         (f90-blocks-re): Add `enum' and `associate'.
15742         (f90-else-like-re): Add `class is', `type is', and `class default'.
15743         (f90-end-type-re): Add `enum'.
15744         (f90-end-associate-re, f90-typeis-re): New constants.
15745         (f90-end-block-re): Add `enum' and `associate'.  Change from
15746         optional whitespace to end-of-word, to avoid `enumerator'.
15747         (f90-start-block-re): Add `select type', `abstract interface', and
15748         `enum'.  Avoid `type is', and `type (sometype)'.
15749         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15750         (f90-mode): Doc fix.
15751         (f90-looking-at-select-case): Doc fix.  Add `select type'.
15752         (f90-looking-at-associate): New function.
15753         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15754         Add `enum' and `abstract interface'.
15755         (f90-no-block-limit): Add `select type' and `abstract interface'.
15756         (f90-get-correct-indent, f90-calculate-indent)
15757         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15758         (f90-indent-region, f90-match-end): Handle `associate' blocks.
15760 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
15762         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15763         Use window-full-width-p.
15765 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
15767         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15769         * tooltip.el: Use featurep 'xemacs.
15771         * printing.el: Move variable definitions before use, no code change.
15773 2007-10-22  Juri Linkov  <juri@jurta.org>
15775         * simple.el (goto-history-element): Allow minibuffer-default to be
15776         a list of default values accessible by typing M-n in the minibuffer.
15778         * dired-x.el (dired-guess-shell-command): Put all guesses to the
15779         minibuffer default value list instead of pushing them temporarily
15780         to the history list.
15782 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15784         * hexl.el (hexl-menu): New major mode menu.
15786 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15788         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15790 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15792         * w32-fns.el (w32-quote-process-args):
15793         * dos-w32.el (print-region-function, lpr-headers-switches)
15794         (ps-print-region-function): Pacify byte-compiler.
15796         * emulation/edt-mapper.el (function-key-map):
15797         (edt-map-key): Make it a function instead of using fset.
15798         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
15799         (edt-gnu-map-key, edt-lucid-map-key): Remove.
15800         (edt-x-emacs-p): Remove.
15801         (edt-emacs-variant, edt-window-system, edt-xserver):
15802         Use featurep 'xemacs.
15804         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15805         Replace eudc-xemacs-p with its definition.
15806         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15807         (eudc-emacs-mule-p): Remove.
15808         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15809         eudc-xemacs-p with feature tests.
15811         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15812         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15813         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15814         (eudc-bob-toggle-inline-display):
15815         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15816         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15818         * net/eudcb-ph.el (eudc-ph-open-session):
15819         Replace eudc-xemacs-mule-p with its former definition.
15821         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15822         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15824         * progmodes/vera-mode.el (vera-xemacs): Remove.
15825         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15827         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15828         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15829         (vhdl-speedbar-initialize, vhdl-ps-print-init)
15830         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15831         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15832         with (featurep 'xemacs).
15834         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15835         (save-buffer-state-x):
15836         * obsolete/fast-lock.el (fast-lock-verbose):
15837         * emulation/viper-init.el (viper-xemacs-p)
15838         (viper-cond-compile-for-xemacs-or-emacs):
15839         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15840         * ps-print.el (case-fold-search):
15841         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15842         * calculator.el (calculator-help): Use featurep 'xemacs.
15844         * progmodes/prolog.el: Undo previous change.
15845         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15847         * progmodes/dcl-mode.el:
15848         * play/yow.el:
15849         * calendar/todo-mode.el:
15850         * calendar/cal-hebrew.el:
15851         * vc-hg.el: Undo previous change.
15853         * vms-patch.el: Likewise.
15854         (print-region-function): Pacify byte-compiler.
15856 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
15858         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15859         preserve-uid-gid.
15861         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15862         compatibility.  It is not used, though.
15864         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15865         Require tramp-cmds.el.
15866         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15867         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15868         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15869         (tramp-do-copy-or-rename-file-out-of-band)
15870         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
15871         possible, because we don't need to create the temporary file, but
15872         we need a prefix for ssh, which has its own temporary file handling.
15873         (tramp-handle-delete-directory): Add "-f" to rmdir.
15874         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15875         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15876         a signal, in order to give the callee a chance to suppress.
15877         (tramp-handle-write-region): Set owner also in case of short
15878         track.  Don't use compatibility calls for `write-region' anymore.
15879         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
15880         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15882         * net/tramp-cmds.el: New file.
15884         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15885         `tramp-clear-passwd'.
15887         * net/trampver.el: Update release number.
15889 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15891         * progmodes/gud.el (gud-target-name): Move definition before use.
15893         * progmodes/dcl-mode.el: Require imenu at compile time.
15895         * progmodes/cc-engine.el (c-maybe-stale-found-type):
15896         Pacify byte-compiler.
15898         * obsolete/fast-lock.el: Use featurep test instead of string-match.
15900         * eshell/esh-mode.el (eshell-handle-ansi-color):
15901         Require ansi-color at compile time too.
15903         * eshell/em-unix.el (eshell/info): Require info at compile time too.
15905         * w32-fns.el: Require w32-vars.
15907         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15908         time too.
15910 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * double.el ([ignore]): Use `ignore'.
15913         (double-setup): Inline into double-mode.
15914         (double-mode): Use define-minor-mode.
15916 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15918         * textmodes/reftex.el: Move require easymenu before first use.
15919         (reftex-info): Require info at compile too.
15921         * textmodes/org-publish.el (org-publish-org-to-html)
15922         (org-publish-org-to): Require org at compile time too.
15923         (org-publish-attachment): Require at compile time too.
15925         * term/tty-colors.el (w32-tty-standard-colors):
15926         Pacify byte-compiler.
15928         * term/pc-win.el (frame-creation-function-alist): Add to this
15929         instead of setting frame-creation-function.
15931         * play/blackbox.el (bb-up, bb-down): Use forward-line.
15933         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15935         * calendar/todo-mode.el: Require calendar at compile time.
15937         * calendar/cal-hebrew.el: Require holidays at compile time.
15939         * w32-vars.el: Provide w32-vars.
15941         * term/w32-win.el: Require w32-vars.
15942         (w32-color-map): Pacify byte-compiler.
15944         * loadup.el: Load w32-vars before term/w32-win.
15946 2007-10-20  Juri Linkov  <juri@jurta.org>
15948         * textmodes/fill.el (fill-paragraph): When the region is active,
15949         don't try other `or' branches regardless of the value returned by
15950         fill-region; just return t.
15952 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
15954         * vc.el (vc-do-command): Condition out a misleading message when
15955         running asynchronously.
15956         (vc-deduce-fileset): New argument enables using an unregistered
15957         visited file as a singleton fileset if nothing else is available.
15958         (vc-next-action): Restore file-registering behavior.
15960 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
15962         * calc/README: Add recent news.
15964 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
15966         * term/x-win.el (x-gtk-stock-map, icon-map-list)
15967         (x-gtk-map-stock): Delete duplicated definitions from merge.
15969         * progmodes/compile.el (compilation-skip-to-next-location)
15970         (compilation-skip-threshold, compilation-skip-visited):
15971         Move definitions earlier.
15973         * play/decipher.el (decipher-keypress):
15974         * play/zone.el (zone-fall-through-ws):
15975         * play/landmark.el (lm-move-down, lm-move-up):
15976         * play/handwrite.el (handwrite):
15977         * mail/mspools.el (mspools-visit-spool):
15978         * wdired.el (wdired-next-line, wdired-previous-line):
15979         * tar-mode.el (tar-subfile-save-buffer):
15980         * scroll-lock.el (scroll-lock-next-line)
15981         (scroll-lock-previous-line):
15982         * image-dired.el (image-dired-next-line)
15983         (image-dired-previous-line):
15984         * ediff-help.el (ediff-help-message-line-length):
15985         Use forward-line.
15987         * smerge-mode.el (smerge-auto-refine):
15988         * diff-mode.el (diff-auto-refine): Add :group.
15990         * play/yow.el: Require doctor at compile time.
15992         * vmsproc.el: Provide vmsproc.
15993         (command-send-input): Use forward-line.
15995         * vms-patch.el: Require ps-print and vmsproc at compile time.
15997         * vc-mtn.el (log-view-message-re, log-view-file-re)
15998         (log-view-font-lock-keywords): Pacify byte-compiler.
16000         * vc-hg.el: Require log-view at compile time.
16002 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
16004         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16006 2007-10-20  Glenn Morris  <rgm@gnu.org>
16008         * progmodes/f90.el (f90-font-lock-keywords-2)
16009         (f90-looking-at-type-like): Fix regexp typos.
16011 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16013         * bs.el (bs--track-window-changes): Don't refresh the whole list.
16014         (bs-mode): Set mode-class property to special.
16016 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16018         * diff-mode.el (diff-auto-refine): New var.
16019         (diff-hunk): Use it.
16020         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16021         (diff-refine-change): Rename from diff-fine-change.  Change it.
16022         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16023         (diff-refine-hunk): Rename from diff-fine-highlight.
16025 2007-10-20  John Paul Wallington  <jpw@pobox.com>
16027         * help-fns.el (describe-variable-custom-version-info): New function
16028         to return variable's version or package version note.
16029         (describe-variable): Use it, display result.
16031 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * smerge-mode.el (smerge-auto-refine): New var.
16034         (smerge-next, smerge-prev): Use it.
16035         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16037         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16038         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16040         * vc-bzr.el (vc-bzr-diff-tree):
16041         * vc-git.el (vc-git-diff-tree):
16042         * vc-hg.el (vc-hg-diff-tree):
16043         * vc-mcvs.el (vc-mcvs-diff-tree):
16044         * vc-mtn.el (vc-mtn-diff-tree):
16045         * vc-svn.el (vc-svn-diff-tree): Remove.
16047         * vc-mtn.el (vc-mtn-revision-completion-table):
16048         * vc-cvs.el (vc-cvs-revision-completion-table):
16049         * vc-arch.el (vc-arch-revision-completion-table):
16050         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16051         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16052         Make it work when the arg is a list of files.
16054 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16056         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16057         Also `revision-completion-table' now takes a list of files.
16058         (vc-deduce-fileset): Remove unused var `regexp'.
16059         Only obey allow-directory-wildcard in dired buffers.
16060         (vc-default-diff-tree): Remove.
16061         (vc-diff-added-files): New var.
16062         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
16063         (vc-version-diff): Revert from `vc-history-diff' to the original name.
16064         Remove the `backend' arg.
16065         (vc-contains-version-controlled-file): Remove.
16066         (vc-diff): Bring it closer to the version in Emacs-22.
16067         (vc-revert): Fix typo in let-binding.
16068         (vc-default-unregister): Remove.
16069         (vc-dired-buffers-for-dir): Remove N^2 behavior.
16071 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16073         * textmodes/two-column.el (2C-split, 2C-merge):
16074         * textmodes/bib-mode.el (bib-find-key, mark-bib):
16075         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16076         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16077         * progmodes/ada-xref.el (ada-get-all-references):
16078         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16079         * emulation/vi.el (vi-previous-line-first-nonwhite)
16080         (vi-effective-range, vi-put-before):
16081         * emulation/edt.el (edt-next-line, edt-previous-line)
16082         (edt-paragraph-forward): Use forward-line.
16084         * progmodes/etags.el (tags-apropos): Require apropos at compile
16085         time too.
16087         * progmodes/prolog.el: Require comint when compiling.
16088         (inferior-prolog-flavor): Move defvar before use.
16090 2007-10-19  Richard Stallman  <rms@gnu.org>
16092         * font-core.el (turn-on-font-lock-if-desired):
16093         Rename from `turn-on-font-lock-if-enabled'.
16094         Fully obey `font-lock-global-modes'.
16096 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16098         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16099         which will not affect the behavior of things like forward-word.
16100         (diff-fine-highlight): Preserve point.
16102         * doc-view.el (doc-view-mode-map): Use remapping.
16103         Don't rebind C-v, M-v to their default value.
16104         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16106         * smerge-mode.el: Add word-granularity refinement.
16107         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16108         (smerge-refine-weight-hack): New vars.
16109         (smerge-refine-forward): New fun.
16110         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16111         (smerge-refine-subst): Use them as well.  Preserve point.
16113 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16115         * follow.el (follow-unload-function): New function.
16117         * loadhist.el (unload-function-features-list):
16118         Rename from `unload-hook-features-list'.
16119         (unload-hook-features-list): Add as obsolete alias.
16120         (unload-feature): Use `unload-function-features-list'
16121         and new FEATURE-unload-function.
16123 2007-10-19  Glenn Morris  <rgm@gnu.org>
16125         * bindings.el (mouse-minor-mode-menu)
16126         (minor-mode-menu-from-indicator): Move to mouse.el.
16127         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16128         Move here from bindings.el.
16130 2007-10-19  Richard Stallman  <rms@gnu.org>
16132         * help-fns.el (describe-function-1): Don't use the advice origname
16133         if it has no function definition.
16135 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
16137         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16138         Use `save-restriction' rather than `widen'.
16140 2007-10-18  Richard Stallman  <rms@gnu.org>
16142         * time.el (display-time-world-time-format): Display day # not month #.
16144 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16146         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16148         * doc-view.el: Remove version keyword.
16149         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16150         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
16151         (doc-view-ghostscript-options): Improve custom type.
16152         (doc-view-cache-directory, doc-view-conversion-buffer)
16153         (doc-view-conversion-refresh-interval): Simplify custom type.
16155 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
16157         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16158         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16159         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16160         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16161         Remove superfluous messages.
16162         (doc-view-mode-map): Use the image-mode scrolling commands.
16163         Don't rebind C-x k.
16165 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16167         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16168         Add comment about "-dSAFER".
16170 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16172         * term/xterm.el: Don't require xt-mouse.
16173         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16174         calling turn-on-xterm-mouse-tracking-on-terminal directly.
16176         * xt-mouse.el: Don't change the global function-key-map anny more.
16177         (xterm-mouse-mode): Use terminal-init-xterm-hook.
16178         Don't use after-make-frame-functions now that term/xterm.el calls
16179         us directly.
16180         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16181         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
16182         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16183         Setup input-decode-map and remember that xterm-mouse-mode was
16184         enabled in this terminal.
16185         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16186         terminals where it has been enabled.
16188         * faces.el (tty-create-frame-with-faces): Make sure not only
16189         tty-run-terminal-initialization but also set-locale-environment
16190         are run only once per terminal.
16191         (tty-run-terminal-initialization): Don't check if the terminal was
16192         already initted.
16194         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16195         not to remove keymaps that just happen to inherit from one of ours.
16196         When setting up our keymap, make sure it won't be accidentally
16197         modified by someone else.
16199 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
16201         * textmodes/artist.el (artist-previous-line, artist-next-line):
16202         * dired.el (dired-next-line, dired-previous-line):
16203         * progmodes/delphi.el (delphi-newline):
16204         * textmodes/org.el (org-columns-eval):
16205         Use forward-line.
16207         * emerge.el (emerge-setup): Use insert-buffer-substring.
16208         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16210 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
16212         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16213         (adaptive-fill-function): Doc fix.  Remove * from docstring.
16215 2007-10-18  Tom Horsley  <tom.horsley@att.net>
16217         * simple.el (interprogram-paste-function): Doc fix.
16218         (current-kill): Accept list of strings as well
16219         as single string from `interprogram-paste-function'.
16221 2007-10-18  Glenn Morris  <rgm@gnu.org>
16223         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16225 2007-10-18  Drew Adams  <drew.adams@oracle.com>
16227         * bindings.el (mode-line-minor-mode-keymap):
16228         Add mouse-minor-mode-menu on mouse-1.
16229         (mode-line-modes): Add mouse-1 to help-echo text.
16230         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16231         New functions.
16232         (mode-line-minor-mode-help): Doc fix.
16234 2007-10-17  Juri Linkov  <juri@jurta.org>
16236         * textmodes/fill.el (fill-paragraph-or-region): Remove function
16237         at the request of RMS.
16238         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
16239         arg `region'.  Fix docstring.  At the first `or' branch add call to
16240         `fill-region' if it the region is active in transient-mark-mode.
16242         * bindings.el (esc-map): Bind M-q to fill-paragraph
16243         instead of fill-paragraph-or-region.
16245         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16246         with fill-paragraph.
16248         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16249         Fix docstring.
16251         * indent.el (indent-for-tab-command): Change interactive spec from
16252         "P" to "p".  Add check for interactive arg before indenting the
16253         active region.
16255         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16256         Regroup.
16258 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
16260         * emacs-lisp/find-func.el: Don't require loadhist.
16262         * loadhist.el (feature-symbols, file-provides, file-requires)
16263         (file-set-intersect, file-dependents): Simplify.
16264         (unload-feature-special-hooks): Update list of special hooks.
16266 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
16268         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16269         extensions since they can be viewed with doc-view.
16271         * files.el (auto-mode-alist): Make doc-view-mode the default mode
16272         for pdf, ps and dvi files.
16274         * doc-view.el: Make doc-view-mode the standard mode for viewing
16275         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16276         text and image display.  Add binding C-c C-e to switch to an
16277         editing mode.
16278         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16279         avoid security problems when rendering files from untrusted sources.
16281 2007-10-17  Aaron Hawley  <aaronh@garden.org>
16283         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16284         position is not saved.
16286 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16288         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
16289         (doc-view-ghostscript-options): Fix typo in doc string.
16291 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16293         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16294         handling, so compilation-fake-loc works again.
16296         * server.el (server-select-display): Nop if we do not support m-f-o-d.
16297         (server-process-filter): Revert last change.
16299         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16300         behavior unrelated to filesets.
16302 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
16304         * longlines.el (longlines-wrap-follows-window-size): Integer value
16305         specifies wrapping margin.
16306         (longlines-mode, longlines-window-change-function):
16307         Set window-specific wrapping margin based on the above.
16309 2007-10-17  John Wiegley  <johnw@newartisans.com>
16311         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16313 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16315         * server.el (server-process-filter): Only set display if X11 is
16316         supported.
16318 2007-10-17  Glenn Morris  <rgm@gnu.org>
16320         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16321         Tweak regexp to avoid stack overflow.
16323 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * simple.el (reindent-then-newline-and-indent): Don't assume that
16326         indent-according-to-mode preserves point.
16328 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
16330         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16331         (bs--nth-wrapper): Simplify.
16332         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
16333         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
16334         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16335         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16336         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16337         (bs-configurations, bs-default-configuration)
16338         (bs-alternative-configuration, bs-cycle-configuration-name)
16339         (bs-string-show-always, bs-string-show-never, bs-string-current)
16340         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16341         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16342         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16343         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16344         (bs--window-config-coming-from): Revert 2006-11-09 change.
16345         (bs--restore-window-config): Keep the selected frame.
16346         (bs--track-window-changes, bs--remove-hooks): New functions.
16347         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
16348         (bs--create-header): Remove.
16349         (bs--create-header-line): New function, based on `bs--create-header'.
16350         (bs--show-header): Use `bs--create-header-line'.
16351         (bs--show-with-configuration): Revert 2006-11-09 change.
16352         Don't reuse window unless it is visible on the selected frame.
16353         Restore window configuration (possibly in a different frame)
16354         before creating any window.
16356 2007-10-16  Glenn Morris  <rgm@gnu.org>
16358         * simple.el (blink-matching-open): Don't report false errors with
16359         the `$' syntax class.
16361 2007-10-16  Richard Stallman  <rms@gnu.org>
16363         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16364         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16365         (ad-is-advised, ad-get-advice-info-field)
16366         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16368 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16370         * vc-hooks.el (vc-workfile-version): Compatibility alias.
16371         (vc-default-working-revision): Compatibility for backends.
16373 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16375         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16376         (filesets-ormap, filesets-sort-case-sensitive-flag)
16377         (filesets-remake-shortcut, filesets-ingroup-collect-files):
16378         Fix typos in docstrings.
16379         (filesets-conditional-sort, filesets-find-or-display-file)
16380         (filesets-data-get-name, filesets-data-get-data)
16381         (filesets-data-set, filesets-cmd-query-replace-getargs)
16382         (filesets-ingroup-collect): Doc fixes.
16384 2007-10-15  Sam Steingold  <sds@gnu.org>
16386         * mail/sendmail.el (sendmail-error-reporting-interactive)
16387         (sendmail-error-reporting-non-interactive): New variables for
16388         sendmail error reporting options to simplify support for imperfect
16389         sendmail emulators.
16390         (sendmail-send-it): Use them instead of list literals.
16392 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16394         * help-fns.el: Revert previous change; it creates a
16395         dependency loop between advice.el and help-fns.el.
16397 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
16399         * help-fns.el: Require advice when compiling.
16401 2007-10-14  Drew Adams  <drew.adams@oracle.com>
16403         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16404         (ring-insert+extend, ring-remove+insert+extend, ring-member)
16405         (ring-next, ring-previous): New functions.
16407 2007-10-14  Richard Stallman  <rms@gnu.org>
16409         * emacs-lisp/advice.el (documentation): Advice deleted.
16410         Doc for advised functions is now handled at C level.
16411         (ad-stop-advice, ad-start-advice): Don't enable or disable
16412         advice for `documentation'.
16413         (ad-advised-definition-docstring-regexp): Var deleted.
16414         (ad-make-advised-definition-docstring): Store orig name
16415         as text property of string.
16416         (ad-advised-definition-p): Check for text property of docstring.
16418         * help-fns.el (describe-function-1): Find source of advised functions.
16420 2007-10-14  Juri Linkov  <juri@jurta.org>
16422         * faces.el (describe-face): Allow handling a string as the face name.
16424         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16425         active region in transient-mark-mode.
16426         (ispell-region): Change messages displayed at the start and end of
16427         the spell-checking to be the same.
16429         * startup.el (fancy-startup-tail): Say exactly what does the button
16430         dismiss ("Dismiss this startup screen").  Use text "Never show
16431         it again" for the checkbox after this button.
16432         (fancy-startup-screen, fancy-about-screen): Put point before the
16433         first link, so the user can quickly select links with the keyboard.
16434         (normal-mouse-startup-screen): Add more useful text describing how
16435         to follow a link.
16437 2007-10-14  Glenn Morris  <rgm@gnu.org>
16439         * progmodes/etags.el (select-tags-table): Disable undo in the
16440         `*Tags Table List*' buffer.
16442 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
16444         * dired.el (dired-warn-writable): New face.
16445         (dired-warn-writable-face): New variable.
16446         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16447         of dired-warning-face, for group- and world-writable files.
16449 2007-10-13  Richard Stallman  <rms@gnu.org>
16451         * files.el (directory-abbrev-alist): Doc fix.
16453 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
16455         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16457 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16459         * frame.el (set-frame-configuration): Assign name parameter only
16460         if it has been set explicitly before.
16462 2007-10-11  Tom Tromey  <tromey@redhat.com>
16464         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16465         frame is visible.
16467 2007-10-10  Richard Stallman  <rms@gnu.org>
16469         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16470         in *Backtrace*.
16472         * faces.el (face-font-selection-order): Doc fix.
16474         * loadhist.el (unload-feature): Doc fix.
16476 2007-10-13  Glenn Morris  <rgm@gnu.org>
16478         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16479         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16480         Add doc string, and an explicit COUNT argument.
16481         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16482         `inc' to search functions.
16484         * faces.el (face-spec-set): When FRAME is nil, set the default for
16485         new frames (restores pre-2007-09-17 behavior).  Doc fix.
16487 2007-10-13  John W. Eaton  <jwe@octave.org>
16489         * progmodes/octave-mod.el (octave-looking-at-kw)
16490         (octave-re-search-forward-kw, octave-re-search-backward-kw):
16491         New functions.
16492         (octave-in-defun-p, calculate-octave-indent)
16493         (octave-blink-matching-block-open, octave-beginning-of-defun)
16494         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16495         to search for regexps that contain case-sensitive keywords.
16496         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16497         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16499 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16501         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16502         Do not use a single clause cond.
16504         * cus-start.el (all): Use test that does not match the X11 version
16505         for mac.
16507 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
16509         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16510         BROWSE buffer.
16512 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16514         * cus-start.el (all): Undo previous change.
16516 2007-10-13  Glenn Morris  <rgm@gnu.org>
16518         * woman.el (woman0-rename): Fix paren typo.
16520         * mail/feedmail.el (feedmail-run-the-queue)
16521         (feedmail-look-at-queue-directory):
16522         * mail/reporter.el (reporter-dump-state):
16523         * net/eudc-hotlist.el (eudc-edit-hotlist):
16524         * net/eudc.el (eudc-display-records)
16525         (eudc-filter-duplicate-attributes)
16526         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16527         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16528         (eudc-bbdb-query-internal):
16529         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16530         * net/socks.el (socks-build-auth-list):
16531         * progmodes/cc-cmds.el (top level):
16532         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16533         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16534         (cperl-write-tags, cperl-tags-treeify):
16535         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16536         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16537         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16538         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16539         (idlwave-toolbar-remove-everywhere):
16540         * progmodes/idlwave.el (idlwave-indent-line)
16541         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16542         (idlwave-write-paths, idlwave-all-method-classes)
16543         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16544         (idlwave-fix-keywords, idlwave-display-calling-sequence)
16545         (idlwave-complete-in-buffer):
16546         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16547         (org-fast-tag-selection):
16548         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16549         than mapcar.
16551 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
16553         * diff-mode.el (diff-fine-change): Add :group.
16555 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
16557         * cus-start.el (all): Use the same test as the 22.2 branch.
16559 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16561         * diff-mode.el (diff-current-defun): Force recomputation of
16562         change-log-default-name.
16564 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
16566         * startup.el (fancy-startup-screen): Remove an unnecessary newline
16567         and some leftover logic regarding dedicated frames.  If showing
16568         concise startup screen, fit window to buffer.
16569         (command-line-1): If we will be using the splash screen, use
16570         find-file instead of find-file-other-window to find additional files.
16571         Comment out unused code for coping with the old sit-for behavior.
16573 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16575         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16576         `meta' modifier consistently, rather than using sometimes meta
16577         sometimes alt.
16579 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
16581         * window.el (handle-select-window): Revert part of 2007-10-08
16582         change setting the input focus.
16584 2007-10-12  Glenn Morris  <rgm@gnu.org>
16586         * startup.el (command-line): Do not read abbrev file in batch mode.
16588         * emacs-lisp/byte-opt.el (top level):
16589         * mail/rmail.el (rmail-list-to-menu):
16590         * obsolete/hilit19.el (hilit-mode):
16591         * progmodes/cc-mode.el (c-postprocess-file-styles)
16592         (c-submit-bug-report):
16593         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16594         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16595         (reftex-access-parse-file):
16596         * textmodes/reftex-cite.el (reftex-do-citation)
16597         (reftex-insert-bib-matches):
16598         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16599         * textmodes/reftex-sel.el (reftex-select-unmark):
16600         * textmodes/reftex-toc.el (reftex-toc-do-promote):
16601         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16603         * cus-edit.el (custom-variable-menu, custom-face-menu)
16604         (custom-group-menu): Check init-file-user rather than
16605         user-init-file, in case cus-edit is loaded by site-run-file.
16607 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
16609         * vc.el (vc-deduce-fileset): Delete unused code.
16610         (vc-next-action): Fix typos.
16612 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16614         * bs.el (bs--mark-unmark): New function.
16615         (bs-mark-current, bs-unmark-current): Use it.
16617 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16619         * vc.el (vc-diff):
16620         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
16621         temporarily disable the check for his edge case of
16622         vc-diff (stopping it from grinding when called from $HOME), as
16623         it's calling some brittle code in vc-hooks.el.
16624         (with-vc-properties): Fix evaluation time of a macro argument.
16625         * ediff-vers.el (ediff-vc-internal):
16626         * vc-hooks.el:
16627         * loaddefs.el: Follow up on VC terminology change.
16629 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
16631         * follow.el (follow-stop-intercept-process-output):
16632         Use `follow-call-process-filter' rather than `process-filter'.
16633         Simplify.
16635 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
16637         * vc-hooks.el (vc-registered): Robustify this function a bit
16638         against filenames with no directory component.
16640 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16642         * international/characters.el: Undo unwanted and unexplained change.
16644 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16646         * ps-print.el: Fix the usage of :foreground and :background face
16647         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16648         (ps-print-version): New version 6.7.6.
16649         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16650         Fix code.
16651         (ps-face-foreground-color-p, ps-face-background-color-p)
16652         (ps-face-color-p): New inline funs.
16654 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16656         * textmodes/org.el (org-additional-option-like-keywords): New constant.
16657         (org-complete): Use `org-additional-option-like-keywords'.
16658         (org-parse-local-options): New function.
16660 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
16662         * textmodes/org.el (org-in-clocktable-p): New function.
16663         (org-clock-report): Only update the table at point, or insert a new one.
16664         (org-clock-goto): New function.
16665         (org-open-file): Use `start-process-shell-command' instead of
16666         `shell-command' with an ampersand.
16667         (org-deadline, org-schedule): New argument REMOVE to remove the
16668         date from the entry.
16669         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16670         argument to `org-schedule' and `org-deadline'.
16671         (org-trim): Use the correct expressions for beginning and end of
16672         the string.
16673         (org-get-cleaned-entry): Trim the string before returning it.
16674         (org-clock-find-position): New function.
16675         (org-clock-into-drawer): New option.
16676         (org-agenda-tags-column): Rename from
16677         `org-agenda-align-tags-to-column'.
16678         (org-agenda-align-tags): Allow negative values for
16679         `org-agenda-tags-column'.
16680         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16681         (org-agenda-to-appt): New optional argument FILTER.
16682         (org-completion-fallback-command): New variable.
16683         (org-complete): Use `org-completion-fallback-command'.
16684         (org-find-base-buffer-visiting): Catch the case that there is no
16685         buffer visiting the file.
16686         (org-property-or-variable-value): New function.
16687         (org-todo): Use `org-property-or-variable-value'
16688         (org-agenda-compact-blocks): New option.
16689         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16690         (org-agenda-schedule, org-agenda-deadline):
16691         Call `org-agenda-show-new-time'.
16692         (org-agenda-show-new-time): New argument PREFIX.
16693         (org-colgroup-info-to-vline-list): Fix but that cause a
16694         shift in the vertical lines.
16695         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16696         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16697         (org-indent-item): No arg in call to `org-fix-bullet-type'.
16698         (org-fix-bullet-type): Remove argument.
16699         (org-read-date): Check for am/pm twice, to catch the end time.
16700         (org-goto-map): Use `suppress-keymap'.
16701         (org-remember-apply-template): Respect the dynamically scoped
16702         selection character.
16704 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16706         * frame.el (frame-inherited-parameters): Remove unused `environment'
16707         parameter, and let server.el add `client' when needed.
16709         * server.el (server-create-tty-frame)
16710         (server-create-window-system-frame): Set frame-inherited-parameters.
16712         * frame.el (frame-inherited-parameters): New var.
16713         (make-frame): Use it.
16715         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16717         * env.el (let-environment): Remove.  Unused.
16718         (read-envvar-name): Simplify.
16719         (setenv): Remove unused arg `frame'.
16721         * help-fns.el (describe-variable): Add missing "  " for multiline
16722         obsolescence info and missing EOL after global value.
16724 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16726         * add-log.el:
16727         * ediff-vers.el:
16728         * log-view.el:
16729         * pcvs.el:
16730         * vc-arch.el:
16731         * vc-bzr.el:
16732         * vc-cvs.el:
16733         * vc.el:
16734         * vc-git.el:
16735         * vc-hg.el:
16736         * vc-hooks.el:
16737         * vc-mcvs.el:
16738         * vc-mtn.el:
16739         * vc-rcs.el:
16740         * vc-sccs.el:
16741         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16742         {find,init,next,previous,annotate-*,log}-version ->
16743         {find,init,next,previous,annotate-*,log}-revision,
16744         annotate-focus-version -> annotate-working-revision, The term
16745         'focus' is gone.  The term 'revision' is now used consistently
16746         everywhere that reference to a revision ID is intended, replacing
16747         older use of 'version'.
16749 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
16751         * follow.el: Change all instances of "Follow Mode" to "Follow
16752         mode" in docstrings and messages.
16753         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16755 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
16757         * vc.el (vc-next-action): Rewrite completely; this principal
16758         entry point now operates on a current fileset selected either
16759         explicitly via VC-Dired or implicitly by visiting a file buffer,
16760         rather than always operating on the file of the current buffer as
16761         in older versions.  Rewrite the rest of the mode to match.
16762         (with-vc-properties): Rewrite to operate on a file list.
16763         (with-vc-file): vc-checkin takes a file list argument now.
16764         (vc-post-command-functions): This hook now receives a file list.
16765         (vc-do-command): Take a either a file or a file list as argument.
16766         (vc-deduce-fileset): New function for deducing a file list to
16767         operate on.
16768         (vc-next-action-on-file, vc-next-action-dired): Remove.
16769         Merge into vc-next-action.
16770         (vc-register): Adapt to the fact that vc-start-entry now takes a
16771         file list.
16772         (vc-register-with): New function.
16773         (vc-start-entry): Take a file list argument rather than a
16774         file argument.
16775         (vc-checkout): Cope with vc-start-entry taking a file list.
16776         (vc-steal-lock): Cope with with-vc-properties taking a
16777         file list.
16778         (vc-checkin): Take a file list argument rather than a file argument.
16779         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16780         (vc-diff-internal): Rewrite for filesets.
16781         (vc-diff-sentinel): New function, tests whether changes were
16782         written into a diff buffer.
16783         (vc-diff): Rewrite for filesets.
16784         (vc-version-diff): Rewrite for filesets.
16785         (vc-print-log): Take a fileset argument.
16786         (vc-revert): Revert the entire selected fileset, not just the
16787         current buffer.
16788         (vc-rollback): Roll back the entire selected fileset, if
16789         possible.  No longer accepts a prefix argument.
16790         (vc-update): Merge new changes for the entire selected
16791         fileset, not just the current buffer.
16792         (vc-revert-file): Cope with with-vc-properties taking a file list.
16793         (vc-default-dired-state-info): Add + status suffix if the file is
16794         modified.
16795         (vc-annotate-warp-version): Use the new diff machinery.
16796         (vc-log-edit): Take a file list argument rather than a file argument.
16798 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
16800         Sync with Tramp 2.1.11.
16802         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16803         Pacify byte compiler.
16805         * net/trampver.el: Update release number.
16807 2007-10-09  Richard Stallman  <rms@gnu.org>
16809         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16811 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
16813         * follow.el: Require easymenu.
16814         (follow-mode-hook, follow-mode): Doc fixes.
16815         (follow-mode-off-hook): Mark as obsolete.
16817 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16819         * window.el (mouse-autoselect-window-cancel): Don't cancel for
16820         select-window or select-frame events.
16821         (handle-select-window): When autoselecting window set input
16822         focus.  Restructure.
16824         * frame.el (focus-follows-mouse): Move to frame.c.
16825         * cus-start.el (all): Add focus-follows-mouse.
16827 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16829         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16830         activate font-locking in the *buffer-selection* buffer.
16831         (bs-show-sorted): Doc fix.
16833         * bs.el (bs--get-marked-string, bs--get-modified-string)
16834         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16835         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16836         (bs--format-aux): Doc fix.
16838 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
16840         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16842 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16844         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16845         (gud-gdb): New function for old M-x gdb (text command mode).
16846         (gud-gdb-command-name, gdb): Move to...
16848         * progmodes/gdb-ui.el: ...here and adapt doc string.
16849         (gud-gdba-command-name, gdba): Delete.
16851 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
16853         * bs.el: Don't defvar `font-lock-verbose'.
16854         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16855         (bs--get-file-name): Fix typos in docstrings.
16856         (bs--show-header): Use `dolist' instead of `mapcar'.
16857         (bs-mode): Set `show-trailing-whitespace' to nil.
16858         (bs-buffer-sort-function, bs-mouse-select-other-frame)
16859         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16860         Doc fixes.
16862 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
16864         * progmodes/gud.el (pdb): Specify file for gud-break.
16866 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16868         * progmodes/gud.el (gdb): Make graphical mode the default and
16869         switch to text command mode if appropriate, i.e., reverse previous
16870         arrangement.
16871         (gud-gdb-marker-filter): Adapt for above change.
16873         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16874         gud-minor-mode and gud-marker-filter.
16875         (gdb-fullname-regexp): New variable.
16876         (gud-gdba-marker-filter): Use it to switch to text command
16877         mode if appropriate.
16879 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16881         * progmodes/gud.el (gud-display-line): Find source buffer even when
16882         GUD buffer has its own frame.
16884 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
16886         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16888 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
16890         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16892 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
16894         * allout.el (allout-before-change-handler): Replace got-char by
16895         goto-char.
16897 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16899         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16900         Used to try and automatically enabled smerge-mode in the presence of
16901         conflicts and to call `svn resolved' when the conflicts are gone.
16902         (vc-svn-parse-status): Remember the svn-specific status.
16904 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
16906         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16907         menu-bar-apropos-menu.  All users changed.
16908         (menu-bar-help-menu): Change menu symbols to better match the text
16909         displayed by the menu.
16911 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16913         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16914         #, @, : and ^.
16916 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16918         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16920         * log-view.el (log-view-mode-map): Likewise.
16922         * diff-mode.el (diff-mode-shared-map): Likewise.
16924 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16926         * files.el (file-name-sans-versions): Also allow `A-Z'.
16928         * vc.el: Mention all supported VC backends.
16930 2007-10-08  Richard Stallman  <rms@gnu.org>
16932         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16933         neighbouring buttons.
16935 2007-10-08  Andreas Schwab  <schwab@suse.de>
16937         * files.el (file-name-sans-versions): Also allow `_'.
16939 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16941         * files.el (file-name-sans-versions): Allow - and a-z in version names.
16943         * log-view.el (log-view-mode-map, log-view-mode-menu):
16944         Bind log-view-annotate-version.
16945         (log-view-beginning-of-defun, log-view-end-of-defun)
16946         (log-view-annotate-version): New functions.
16947         (log-view-mode): Use log-view-beginning-of-defun and
16948         log-view-end-of-defun.
16950 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16952         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16954 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16956         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16957         neighbouring buttons.
16959         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16960         Recognize gcc's use of "note" for informational messages.
16962 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16964         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16965         (css-mode): Update correspondingly.
16967 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
16969         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16970         Signed-off-by, Acked-by and Merge.
16972 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16974         * ediff-init.el (ediff-verbose-p): This var is not a constant.
16976 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16978         * vc-mtn.el: New file.
16980         * vc-hooks.el (vc-handled-backends): Add Mtn.
16982 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
16984         * files.el (find-file, find-file-other-window)
16985         (find-file-other-frame, find-file-existing, find-file-read-only)
16986         (find-file-read-only-other-window)
16987         (find-file-read-only-other-frame)
16988         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16990 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
16992         * progmodes/gud.el (gdb-ready): New variable.
16993         (gdb): Set it to nil.  Set gud-running to nil here...
16994         (gud-common-init): ...instead of here.
16996         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16997         Use gdb-ready.  Discard input until GDB is ready to accept it.
16999 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17001         * dired.el (dired-warning): Inherit from font-lock-warning-face to
17002         make it show up with eight colors.
17004 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17006         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17007         diffs are concatenated with no intervening line.
17009 2007-10-08  Dave Love  <fx@gnu.org>
17011         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17012         (python-font-lock-keywords): Update to the 2.5 version of the language.
17013         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17014         (python-backspace): Only behave funny in code.
17015         (python-compilation-regexp-alist): Add PDB stack trace regexp.
17016         (inferior-python-mode): Add PDB prompt regexp.
17017         (python-fill-paragraph): Refine the fenced-string regexp.
17018         (python-find-imports): Handle imports spanning several lines.
17019         (python-mode): Add `class' to hideshow support.
17021 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17024         Use add-log-buffer-file-name-function rather than binding
17025         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17026         when `fi' is the ChangeLog file itself.
17028         * outline.el (outline-flag-region): Use front-advance.
17030 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
17032         * progmodes/cperl-mode.el: Merge upstream 5.23.
17033         (cperl-where-am-i): Remove function.
17034         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17035         (cperl-sniff-for-indent): De-invert [string] and [comment].
17036         When looking for label, skip s:m:y:tr.
17037         (cperl-indent-line): Likewise.
17038         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17039         (cperl-windowed-init): Wrong `ps-print' handling.
17040         Both thanks to Chong Yidong.
17041         (cperl-look-at-leading-count): Could fail with unfinished RExen.
17042         (cperl-find-pods-heres): If the second part of s()[] is missing,
17043         don't try to highlight delimiters...
17045 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17047         * progmodes/compile.el (compilation-get-file-structure): Complete last
17048         change by also using spec-directory in the puthash.
17050 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
17052         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17053         (vc-bzr-status): Fix shadowing of variable 'status'.
17054         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17055         Use `expand-file-name' instead of `concat'.
17056         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17057         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
17059 2007-10-08  Jason Rumney  <jasonr@gnu.org>
17061         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
17063 2007-10-08  Richard Stallman  <rms@gnu.org>
17065         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17066         Add `safe-local-variable' property.
17067         (lisp-body-indent): Likewise.
17069 2007-10-08  Richard Stallman  <rms@gnu.org>
17071         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17072         Add doc string.
17074 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17076         * files.el (backup-buffer-copy): Try to overwrite old backup first.
17078 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17080         * repeat.el (repeat): Use last-repeatable-command instead of
17081         real-last-command.  Run pre- and post-command hooks for
17082         self-insertion.  Update doc-string.
17084 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
17086         * vc-git.el (vc-git-state): Call git-add --refresh to update the
17087         state of the file.
17088         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17089         (vc-git-create-repo): Fix invalid command.
17091 2007-10-08  Richard Stallman  <rms@gnu.org>
17093         * textmodes/flyspell.el (flyspell-mode):
17094         Catch errors in flyspell-mode-on.
17096 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17098         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17100 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17102         * international/encoded-kb.el (encoded-kbd-setup-display):
17103         Use input-decode-map rather than local-key-translation-map.
17105         * term/rxvt.el (rxvt-alternatives-map): New map.
17106         (terminal-init-rxvt): Use it.
17107         Bind rxvt-function-map in input-decode-map.
17109         * term/xterm.el (xterm-alternatives-map): New map.
17110         (terminal-init-xterm): Use it.
17111         Bind xterm-function-map in input-decode-map.
17113         * term/x-win.el (x-alternatives-map): New var.
17114         (x-setup-function-keys): Use it.
17116         * help-fns.el (describe-variable): Slightly change the layout of
17117         meta-info to separate it better from the docstring.
17118         Standardize insertion of extra empty lines in various circumstances.
17120         * diff-mode.el (diff-hunk-style): New fun.
17121         (diff-end-of-hunk): Use it.
17122         (diff-context->unified): Use the new `apply' undo element,
17123         if applicable, so as to save undo-log space.
17124         (diff-fine-change): New face.
17125         (diff-fine-highlight-preproc): New function.
17126         (diff-fine-highlight): New command.
17127         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17129         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17130         (smerge-refine-highlight-change): Add `props' argument.
17131         (smerge-refine-subst): New function holding most of smerge-refine.
17132         (smerge-refine): Use it.
17134 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
17136         * vc.el (vc-default-wash-log): Remove unused code, the
17137         log washers all live in the backends now.
17138         (vc-default-comment-history): Correct for the fact
17139         that wash-log is argumentless in the new API.
17141 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
17143         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17144         (tramp-maybe-send-script): Apply `member' but `memq'.
17145         (tramp-advice-file-expand-wildcards): Simplify implementation.
17147 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
17149         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
17151         * mb-depth.el (minibuf-depth-indicator-function): New variable.
17152         (minibuf-depth-setup-minibuffer): Use it.
17154 2007-10-07  Glenn Morris  <rgm@gnu.org>
17156         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17157         version numbers.
17159 2007-10-06  Juri Linkov  <juri@jurta.org>
17161         * textmodes/fill.el (fill-paragraph-or-region): New function.
17163         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17164         instead of fill-paragraph.
17166         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17167         with fill-paragraph-or-region.  Suspend command is now the same
17168         `suspend-frame' on window systems and on tty.
17170         * image.el (image-type): Check if image-types is bound to not fail
17171         on tty.
17173         * delsel.el (delete-selection-pre-hook):
17174         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17175         is fbound to not fail on mouseless tty.
17177 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
17179         * net/tramp.el (top): Move loading of tramp-util.el and
17180         tramp-vc.el to tramp-compat.el.
17181         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
17182         temporary file if possible, in order to avoid a security hole.
17183         (tramp-do-copy-or-rename-file-out-of-band)
17184         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17185         with DONT-CREATE, because the connection is not setup yet.
17186         (tramp-handle-process-file): Rewrite temporary file handling.
17187         (tramp-completion-mode): New defvar.
17188         (tramp-completion-mode-p): Use it.
17190         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17192         * net/tramp-fish.el (tramp-fish-handle-process-file):
17193         Rewrite temporary file handling.
17195 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
17197         * vc.el: Workfile version -> focus version change.  Port various
17198         comments from new VC to reduce the noise in the diff.
17199         Patch in the new vc-create-repo function to go with the
17200         header comment about it already present.
17201         There are no changes to existing logic in this patch.
17202         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17204 2007-10-06  Aaron Hawley  <aaronh@garden.org>
17206         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17208 2007-10-05  Chris Moore  <dooglus@gmail.com>
17210         * server.el (server-kill-new-buffers): Doc fix.
17212 2007-10-05  John W. Eaton  <jwe@octave.org>
17214         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17215         (octave-begin-keywords): Add "do".
17216         (octave-end-keywords): Remove "end".
17217         (octave-reserved-words): Add "end".  Remove "all_va_args",
17218         "gplot", and 'gsplot".
17219         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17220         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17221         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17222         "default_return_value", "define_all_return_values",
17223         "do_fortran_indexing", "empty_list_elements_ok",
17224         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17225         "ok_to_lose_imaginary_part", "prefer_column_vectors",
17226         "prefer_zero_one_indexing", "propagate_empty_matrices",
17227         "resize_on_range_error", "treat_neg_dim_as_zero",
17228         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17229         "warn_divide_by_zero", "warn_function_name_clash",
17230         "warn_missing_semicolon", "whitespace_in_literal_matrix".
17231         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17232         "crash_dumps_octave_core", "sighup_dumps_octave_core",
17233         "sigterm_dumps_octave_core".
17234         (octave-block-match-alist): Remove "end" from block-end keywords.
17235         (octave-mode): Update ftp site address.
17237 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
17239         * vc.el: Reorder functions, no code changes.
17241 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
17243         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17244         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17245         the cond clauses where needed.
17246         (tramp-handle-write-region): Rearrange code for proper handling of
17247         tmpfile.
17249         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17251         * net/tramp.el:
17252         * net/tramp-fish.el:
17253         * net/tramp-ftp.el:
17254         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17255         `tramp-compat-make-temp-file'.
17257 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17259         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17261 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17263         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17264         already uses a more recent copyright version than the "current" one.
17266 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
17268         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17269         (doc-view-insert-image): Minor aesthetical docstring changes.
17271 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
17273         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17274         completing filename.
17275         (doc-view-search-internal): Docstring change.
17277 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
17279         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17280         (tramp-file-name-handler-alist):
17281         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
17282         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
17283         used before, creates the file already, which is not desired.
17284         (tramp-do-copy-or-rename-file-directly): Simplify handling of
17285         temporary file.
17286         (tramp-handle-insert-file-contents): Assign the result in the
17287         short track case.
17288         (tramp-handle-insert-file-contents-literally): New defun.
17289         (tramp-completion-mode-p): Revert change from 2007-09-24.
17290         Checking for `return' etc as last character is not sufficient, for
17291         example in dired-mode when entering <g> (revert-buffer) or
17292         <s> (dired-sort).
17294         * net/tramp-compat.el (top): Add also compatibility code for loading
17295         appropriate timer package.
17296         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17297         order to avoid autoloading problems.
17299         * net/tramp-fish.el:
17300         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17302         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17303         where the second parameter of `copy-file' or `rename-file' is a
17304         remote file but not via ftp.
17306 2007-10-02  Richard Stallman  <rms@gnu.org>
17308         * frame.el (cursor-in-non-selected-windows): Doc fix.
17310 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
17312         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17313         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17315 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
17317         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17318         when `expt' doesn't give range errors.
17320 2007-10-01  Markus Triska  <markus.triska@gmx.at>
17322         * calc/calc-math.el (math-smallest-emacs-expt):
17323         Make the computation more robust.
17325 2007-09-30  David Kastrup  <dak@gnu.org>
17327         * startup.el (argv): Alias for `command-line-args-left' to use as
17328         `(pop argv)' inside of --eval command sequences.  Allows for
17329         passing shell commands into Emacs verbatim without need for Lisp
17330         quoting.
17332         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17333         check only for changed size.
17334         (auto-revert-tail-handler): Get size from caller.  If the file has
17335         shrunk, tail the whole file again (the file presumably has been
17336         rewritten).
17338         * woman.el (woman-topic-all-completions, woman-mini-help):
17339         Fix fallout from 2007-09-07 introduction of `dolist' when the list
17340         actually was being manipulated in the loop.
17341         (woman-Cyg-to-Win, woman-pre-process-region)
17342         (woman-horizontal-escapes, woman-if-body, woman-unescape)
17343         (woman-strings, woman-special-characters, woman1-hc)
17344         (woman-change-fonts, woman-find-next-control-line):
17345         Use `match-beginning' rather than `match-string' when the result is
17346         just used as a flag.
17348 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
17350         * net/tramp-compat.el: New file.
17352         * net/tramp.el:
17353         * net/tramp-fish.el:
17354         * net/tramp-smb.el:
17355         * net/tramp-uu.el:
17356         * net/trampver.el: Move compatibility code to tramp-compat.el.
17357         Apply `mapc' instead of `mapcar' when the code needs side effects
17358         only.  Move utf-8 coding cookie to the second line.
17360 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
17362         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17363         Improve custom type.
17364         (icon-map-list): Make it customizable.  Document how to disable
17365         stock icons.
17367 2007-09-30  Richard Stallman  <rms@gnu.org>
17369         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17371 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17373         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
17374         (t-mouse-mode): New compatibility alias.
17376 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
17378         * server.el (server-delete-client): Only delete the terminal if it
17379         is non-nil.
17381 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
17383         * net/tramp.el (with-file-property, with-connection-property):
17384         Highlight as keyword.
17385         (tramp-rfn-eshadow-setup-minibuffer)
17386         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17387         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17388         (tramp-do-copy-or-rename-file-directly)
17389         (tramp-do-copy-or-rename-file-out-of-band)
17390         (tramp-handle-shell-command, tramp-get-debug-buffer)
17391         (tramp-send-command-and-read, tramp-equal-remote)
17392         (tramp-get-local-gid): Pacify byte-compiler.
17393         (tramp-handle-file-name-directory): Result shall not be expanded.
17394         (tramp-find-foreign-file-name-handler): Rewrite.
17395         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17397         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17399         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17400         Apply `tramp-completion-mode-p'.
17401         (tramp-fish-handle-set-file-times)
17402         (tramp-fish-handle-executable-find)
17403         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17404         (tramp-fish-retrieve-data): Pacify byte-compiler.
17406         * net/tramp-gw.el (tramp-gw-basic-authentication):
17407         Call `tramp-read-passwd' with first parameter `nil'.
17409 2007-09-28  Glenn Morris  <rgm@gnu.org>
17411         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17412         than mapcar.
17414         * textmodes/tex-mode.el (tex-suscript-height-ratio)
17415         (tex-suscript-height-minimum): New customizable variables.
17416         (tex-suscript-height): New function.
17417         (superscript, subscript): Set height using tex-suscript-height
17418         rather than fixing at 0.8.
17419         (tex-fontify-script, tex-font-script-display): Add :version tag.
17421 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
17423         * progmodes/python.el (python-eldoc-function): Doc fix.
17425 2007-09-27  Glenn Morris  <rgm@gnu.org>
17427         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
17428         image if it is not in image-type-auto-detectable, or is there with
17429         a nil value.
17431 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
17433         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17434         connection more robust.
17436 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17438         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17439         Deal with the case that special &keywords are at the beginning or
17440         end of the argument list.  Also add some (incomplete) support for
17441         non-standard arglists.
17443 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17445         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17446         (eldoc-message-commands, eldoc-current-idle-delay)
17447         (eldoc-function-argstring-format): Fix typos in docstrings.
17449 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
17451         * calc/calc-units.el (calc-convert-units)
17452         (calc-convert-temperature): Remove unnecessary colons.
17454 2007-09-26  Bastien Guerry  <bzg@altern.org>
17456         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17457         New function.
17458         (org-export-latex-remove-from-headlines): Name changed because of typo.
17459         (org-export-latex-quotation-marks-convention): Option removed.
17460         (org-export-latex-make-preamble): Handle the DATE option.
17461         (org-export-latex-cleaned-string): Now the only cleaning function,
17462         synched up with org.el.
17463         (org-export-latex-lists, org-export-latex-parse-list)
17464         (org-export-list-to-latex): New functions.
17466 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
17468         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17469         (org-outline-regexp): New constant.
17470         (org-remember-handler): Throw error when the target file is not in
17471         org-mode.
17472         (org-cleaned-string-for-export): No longer call
17473         `org-export-latex-cleaned-string' with an argument.
17474         (org-get-tags): Returns now a list, not a string.
17475         (org-get-tags-string): New function.
17476         (org-archive-subtree): No need to split return of `org-get-tags'.
17477         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17478         instead of `org-get-tags'.
17479         (org-agenda-format-date): Rename from `org-agenda-date-format'.
17480         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17481         (org-compatible-face): New argument INHERITS.  Inherit from this
17482         face if possible.
17483         (org-level-1, org-level-2, org-level-3, org-level-4)
17484         (org-level-5, org-level-6, org-level-7, org-level-8)
17485         (org-special-keyword, org-drawer, org-column, org-warning)
17486         (org-archived, org-todo, org-done, org-headline-done, org-table)
17487         (org-formula, org-code, org-agenda-structure)
17488         (org-scheduled-today, org-scheduled-previously)
17489         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17490         in the new way.
17491         (org-get-heading): New argument NO-TAGS.
17492         (org-fast-tag-selection-include-todo): Made defvar instead of
17493         defcustom, feature is not deprecated.
17494         (org-remember-store-without-prompt): New default value t.
17495         (org-todo-log-states): New variable.
17496         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17497         Compute the log states.
17498         (org-goto-map): More commands copied from global map.  Also bind
17499         `org-occur'.
17500         (org-goto): Made into a general lookup command.
17501         (org-get-location): Complete rewrite.
17502         (org-goto-exit-command): New variable.
17503         (org-goto-selected-point): New variable.
17504         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17505         Set the new variables.
17506         (org-paste-subtree): Whitespace insertion strategy revised.
17507         (org-remember-apply-template): Protect v-A from the possibility
17508         that v-a might be nil.
17509         (org-remember-handler): Insertion rules revised.
17510         (org-todo): Respect org-todo-log-states.
17511         (org-up-heading-safe): New function.
17512         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17514 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
17516         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17517         region if in transient-mark-mode.
17519 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
17521         * calc/calc-ext.el (calc-init-extensions, calc-reset):
17522         * calc/calc-help.el (calc-full-help):
17523         * calc/calc-misc.el (another-calc):
17524         * calc/calc-store.el (calc-var-name-map):
17525         * calc/calc-stuff.el (calc-flush-caches):
17526         * calc/calc-units.el (math-build-units-table):
17527         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17528         (calc-quit):
17529         * calendar/icalendar.el (icalendar--format-ical-event)
17530         (icalendar--convert-ical-to-diary):
17531         * emacs-lisp/authors.el (authors):
17532         * emacs-lisp/cust-print.el (custom-print-install)
17533         (custom-print-uninstall):
17534         * emacs-lisp/disass.el (disassemble-1):
17535         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17536         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17537         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17538         (elint-check-let-form, elint-check-condition-case-form)
17539         (elint-initialize):
17540         * emacs-lisp/elp.el (elp-results):
17541         * emacs-lisp/generic.el (generic-mode-internal):
17542         * emacs-lisp/re-builder.el (reb-delete-overlays):
17543         * emacs-lisp/regi.el (regi-interpret):
17544         * emacs-lisp/sregex.el (sregex--char-aux):
17545         * emulation/cua-rect.el (cua--deactivate-rectangle)
17546         (cua--highlight-rectangle, cua--rectangle-post-command):
17547         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17548         * emulation/viper-macs.el (viper-describe-kbd-macros)
17549         (viper-describe-one-macro):
17550         * emulation/viper-util.el (viper-setup-master-buffer):
17551         * emulation/viper.el (set-viper-state-in-major-mode):
17552         * international/mule-diag.el (describe-current-coding-system):
17553         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17554         * mail/emacsbug.el (report-emacs-bug):
17555         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17556         * obsolete/hilit19.el (hilit-unhighlight-region)
17557         (hilit-set-mode-patterns):
17558         * play/solitaire.el (solitaire-check, solitaire-solve):
17559         * play/zone.el (zone-pgm-rotate):
17560         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17561         * progmodes/ada-prj.el (ada-prj-display-page):
17562         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17563         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17564         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17565         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17566         * progmodes/sh-script.el (sh-make-vars-local)
17567         (sh-reset-indent-vars-to-global-values):
17568         * progmodes/sql.el (top):
17569         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17570         * progmodes/xscheme.el (top):
17571         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17572         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17573         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17574         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17575         (artist-submit-bug-report):
17576         * textmodes/flyspell.el (flyspell-delay-commands)
17577         (flyspell-deplacement-commands):
17578         * textmodes/table.el (table--generate-source-epilogue, table-insert)
17579         (table--generate-source-cells-in-a-row, table--make-cell-map)
17580         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17582 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
17584         * allout.el (produce-allout-mode-map, allout-process-exposed):
17585         * ansi-color.el (ansi-color-make-color-map):
17586         * autoinsert.el (auto-insert):
17587         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17588         * dired-aux.el (dired-create-files):
17589         * dired.el (dired-restore-desktop-buffer):
17590         * ediff-diff.el (ediff-setup-fine-diff-regions):
17591         * ediff-mult.el (ediff-intersect-directories)
17592         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17593         (ediff-redraw-registry-buffer):
17594         * ediff-ptch.el (ediff-fixup-patch-map):
17595         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17596         (ediff-really-quit, ediff-clear-diff-vector):
17597         * emerge.el (emerge-really-quit):
17598         * ffap.el (ffap-replace-file-component):
17599         * filecache.el (file-cache-add-directory)
17600         (file-cache-add-directory-recursively)
17601         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17602         (file-cache-delete-directory, file-cache-files-matching-internal)
17603         (file-cache-display):
17604         * files.el (cd):
17605         * find-lisp.el (find-lisp-insert-directory):
17606         * finder.el (finder-compile-keywords):
17607         * help.el (view-emacs-news):
17608         * hi-lock.el (hi-lock-write-interactive-patterns):
17609         * ido.el (ido-to-end, ido-set-matches-1):
17610         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17611         (image-dired-mark-tagged-files):
17612         * jka-cmpr-hook.el (jka-compr-get-compression-info):
17613         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17614         * ps-print.el (ps-background, ps-begin-file)
17615         (ps-build-reference-face-lists):
17616         * simple.el (clone-buffer):
17617         * startup.el (command-line):
17618         * tempo.el (tempo-insert-template, tempo-is-user-element)
17619         (tempo-forward-mark, tempo-backward-mark):
17620         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17622 2007-09-25  Glenn Morris  <rgm@gnu.org>
17624         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17626         * view.el (view-search-no-match-lines): Add a doc string.
17627         Rewrite to simplify and work better.
17629 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
17631         * progmodes/cc-mode.el (c-mode-base-map):
17632         Use c-indent-line-or-region instead of c-indent-line.
17634         * indent.el (indent-for-tab-command): First check if the region is
17635         active.
17637 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
17639         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17640         whitespace-rescan-timer-time is 0.
17642 2007-09-24  Karl Berry  <karl@gnu.org>
17644         * international/mule.el (coding-system-base): Fix doc string grammar.
17646 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
17648         * net/tramp.el (tramp-completion-mode-p): Rename from
17649         `tramp-completion-mode'.  Revert logic, check `return', `newline'
17650         and such alike.  Packages like Icicles tend to use other completion
17651         characters but `tab' and `space' only.
17653 2007-09-24  Adam Hupp  <adam@hupp.org>
17655         * progmodes/python.el (run-python): Import emacs module without
17656         waiting; prevents lockup on error.
17658 2007-09-23  Richard Stallman  <rms@gnu.org>
17660         * mail/sendmail.el (mail-bury): Delete the frame
17661         if this frame looks like it was made for this message.
17663         * completion.el (completion-separator-self-insert-command)
17664         (completion-separator-self-insert-autofilling):
17665         If `self-insert-command' has been remapped, use the substitute.
17667         * simple.el (copy-region-as-kill): Doc fix.
17669         * textmodes/org.el (org-confirm-shell-link-function)
17670         (org-confirm-elisp-link-function): Doc fixes.
17672 2007-09-23  Glenn Morris  <rgm@gnu.org>
17674         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17676 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
17678         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17680         * term/tvi970.el (terminal-init-tvi970): Likewise.
17682         * term/sun-mouse.el (print-mouse-format): Likewise.
17684         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17685         Use forward-line instead of previous-line and next-line.
17687 2007-09-22  Juri Linkov  <juri@jurta.org>
17689         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17691         * tutorial.el (tutorial--default-keys): Update standard bindings:
17692         rename `iconify-or-deiconify-frame' to `suspend-frame',
17693         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17695 2007-09-22  Juri Linkov  <juri@jurta.org>
17697         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17698         Add help-echo to external links and to links without description.
17699         (fancy-splash-insert): Use help-echo from the 3rd element of the
17700         link specification list, or "Follow this link" if it's nil.  Doc fix.
17702 2007-09-22  Juri Linkov  <juri@jurta.org>
17704         * startup.el (command-line): Rename `inhibit-startup-message' to
17705         `inhibit-startup-screen'.
17706         (fancy-about-text): Use shorter label for "Ordering Manuals".
17707         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
17708         is nil, display a line with "To start..." and 3 links to useful
17709         tasks.  Display the "Dismiss" button and "Don't show this message
17710         again" only when concise is non-nil.
17711         (fancy-startup-screen): Call `fancy-startup-tail' with optional
17712         arg `concise'.  If CONCISE is non-nil, display a concise version
17713         of the splash screen in another window.  Otherwise, switch to the
17714         startup buffer in the same window.
17715         (startup-echo-area-message): Change displayed binding from
17716         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17717         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17718         the GNU system".
17719         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17720         to "*GNU Emacs*".
17721         (display-about-screen): Don't check the existence of the buffer
17722         "*About GNU Emacs*".
17723         (display-splash-screen): Make alias to `display-startup-screen'.
17724         (command-line-1): Rename `inhibit-startup-message' to
17725         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
17726         started with command line options "-f", "-funcall", "-e", "-eval",
17727         "-execute", "-insert", "-find-file", "-file", "-visit".
17728         Inhibit startup screen when Emacs is started with a file name only
17729         on tty (i.e. don't inhibit it when started with a file name like
17730         "emacs FILE..." on a window system).
17731         (command-line-1): Simplify logic of displaying the startup screen:
17732         if file-count > 0, then display the concise version in another
17733         window, otherwise display full version in the same window.
17735         * help.el (help-map): Bind C-h C-a to about-emacs.
17736         (help-for-help-internal): Add C-a description to C-h help text.
17738 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
17740         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17741         (checkdoc-permit-comma-termination-flag): Autoload the
17742         safe-local-variable setting.
17744         * bookmark.el (bookmark-xemacsp): Remove.
17745         (bookmark-make): Don't use bookmark-xemacsp,
17746         use (featurep 'xemacs) instead.
17748         * speedbar.el (speedbar-frame-mode)
17749         (speedbar-frame-reposition-smartly)
17750         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17751         (speedbar-check-vc): Remove use of non-existent variable
17752         dframe-xemacsp, use (featurep 'xemacs) instead.
17754         * indent.el (indent-for-tab-command): Indent the region if
17755         transient-mark-mode and the region is active.
17757 2007-09-21  Francesco Potortì  <pot@gnu.org>
17759         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17760         add inferior-octave-directory-tracker to the buffer-local value
17761         of comint-input-filter-functions.
17763 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17765         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17767 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
17769         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17770         on w32 frames.
17772 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17774         * startup.el (normal-top-level): Remove DISPLAY from
17775         process-environment to let it be computed dynamically in callproc.c.
17777         * frame.el (frame-initialize, make-frame):
17778         * faces.el (tty-set-up-initial-frame-faces):
17779         * env.el (setenv): Don't set display-environment-variable.
17781         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
17782         (server-create-tty-frame): Don't set unused `tty' property.
17783         Set `display' instead of display-environment-variable.
17784         (server-create-window-system-frame): No display-environment-variable.
17786 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
17788         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17789         (rfn-eshadow-update-overlay-hook): New defvars.
17790         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17791         Run the hooks.
17793         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17794         (tramp-rfn-eshadow-setup-minibuffer)
17795         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
17796         rfn-eshadow.el.
17798         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17799         timeout.
17801 2007-09-21  Glenn Morris  <rgm@gnu.org>
17803         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17804         * term/sun-mouse.el (suspend-emacstool): Remove.
17805         * term/sun.el: Remove emacstool-related code.
17807         * emacs-lisp/bytecomp.el (byte-compile-warnings)
17808         (byte-compile-warnings-safe-p): Add `mapcar'.
17809         (byte-compile-warning-types): Add mapcar and make-local.
17810         (byte-compile-normal-call): Add option to suppress mapcar warning.
17811         (top-level): Use mapc rather than mapcar in eval-when-compile.
17813         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17814         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17815         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17816         Handle escaped parens.
17817         (latex-forward-sexp): Doc fix.
17819         * eshell/esh-mode.el (eshell-output-filter-functions):
17820         Add eshell-postoutput-scroll-to-bottom.
17822         * loadup.el: Remove termdev.
17824         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17825         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17827 2007-09-21  Markus Triska  <markus.triska@gmx.at>
17829         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17830         `mapcar' is called for effect.
17832 2007-09-21  Kevin Ryde  <user42@zip.com.au>
17834         * international/mule.el (sgml-html-meta-auto-coding-function):
17835         Bind `case-fold-search' to t.
17837 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * termdev.el: Remove.
17841         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
17842         (frames-on-display-list): Use it.
17844         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17846         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17848 2007-09-20  Richard Stallman  <rms@gnu.org>
17850         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17852 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17854         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17856 2007-09-20  Glenn Morris  <rgm@gnu.org>
17858         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17859         motion functions, rather than hard-coding "\n\n".
17860         (tex-validate-region): Check for eobp, to speed up.
17861         (tex-next-unmatched-end): Doc fix.
17863 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * files.el (auto-mode-alist): Use archive-mode for .rar files.
17867         * international/mule.el (auto-coding-alist): Rar archives are binary.
17869         * arc-mode.el: Add basic support for Rar.
17870         (archive-find-type): Recognize Rar's signature.
17871         (archive-desummarize): New fun.
17872         (archive-summarize): Use it to restore the buffer's data in case
17873         someone wants to switch to some other major mode.
17874         (archive-resummarize): Use it as well.
17875         (archive-rar-summarize, archive-rar-extract): New functions.
17877         * filesets.el: Remove spurious * in docstrings.
17878         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
17879         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17880         (filesets-ingroup-collect): Remove unused arg `depth'.
17881         (filesets-update): Remove unused arg `version'.
17883         * finder.el (finder-compile-keywords): Fix up comment style.
17884         (finder-mouse-face-on-line): previous-line -> forward-line.
17886         * recentf.el: Remove spurious * in docstrings.
17887         (recentf-save-list): Fix up comment style.
17889         * progmodes/octave-mod.el: Remove spurious * in docstrings.
17890         (octave-mode-map): Move init into declaration and remove \t binding.
17891         (octave-mode-startup-message): Remove unused var.
17892         (octave-scan-blocks): Remove unused arg `from'.
17893         (octave-forward-block, octave-down-block, octave-up-block):
17894         Update callers.
17896         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17897         (meta-mode-map): Likewise and remove \t binding.
17899         * net/snmp-mode.el: Remove spurious * in docstrings.
17900         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17901         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17902         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17903         that completion accepts lists of strings.
17904         (snmp-mode-syntax-table): Move initialization into declaration.
17905         (snmp-mode-map): Likewise and remove \t binding.
17906         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17907         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17908         (snmp-indent-command): Remove.
17910         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17911         binding, so tab-always-indent works right.
17913 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
17915         * net/browse-url.el (browse-url-elinks-new-window): New function.
17916         (browse-url-elinks): Use browse-url-elinks-new-window.
17917         Accept optional second argument `new-window'.  Fix typo in doc-string.
17918         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17919         Improve error message.
17921 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
17923         * net/browse-url.el (browse-url-url-encode-chars): Use the right
17924         parameter name in the function body.
17925         Reported by Johannes Weiner.
17927 2007-09-19  Glenn Morris  <rgm@gnu.org>
17929         * net/socks.el (socks-open-network-stream): Signal an explicit
17930         error if the port associated with a service string can't be found.
17932         * textmodes/tex-mode.el (tex-terminate-paragraph):
17933         Use backward-paragraph.
17935 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17937         * server.el (server-running-p): New function.
17939 2007-09-18  Jason Rumney  <jasonr@gnu.org>
17941         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17942         x-focus-frame.
17944         * frame.el (select-frame-set-input-focus, select-frame-by-name):
17945         Use x-focus-frame for w32.
17947 2007-09-17  David Kastrup  <dak@gnu.org>
17949         * textmodes/tex-mode.el (tex-verbatim-environments):
17950         Eliminate CL dependency.
17952 2007-09-17  Richard Stallman  <rms@gnu.org>
17954         * newcomment.el (comment-add): New arg EXTRA.
17955         (comment-region-default): Pass EXTRA if not indenting lines.
17957 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
17959         * net/browse-url.el (browse-url-url-encode-chars): New function.
17960         URL-encode some chars in a string.
17961         (browse-url-encode-url): Rewrite using the previous function.
17962         (browse-url-file-url): Use `browse-url-url-encode-chars'.
17963         (browse-url-elinks-sentinel): Fix typo.
17964         (browse-url-new-window-flag): Doc change.
17966 2007-09-17  Glenn Morris  <rgm@gnu.org>
17968         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17969         filename from `--file-line-error', if it is available.
17971 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
17973         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17974         TeX `--file-line-error' format.
17976 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
17978         * xt-mouse.el: Delete add-hook calls that were moved to
17979         xterm-mouse-mode.
17980         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17981         does not work.
17983 2007-09-17  Richard Stallman  <rms@gnu.org>
17985         * cus-face.el (custom-theme-set-faces): Undo previous change.
17987         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17989 2007-09-17  Glenn Morris  <rgm@gnu.org>
17991         * textmodes/tex-mode.el (tex-region): Simplify previous change,
17992         handling the case where the region is not in `tex-main-file'.
17993         (tex-region-1): Delete.
17994         (tex-region-header): New function, doing the header part of the
17995         old tex-region-1.
17997 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17999         * simple.el (newline): Simplify use of prefix-numeric-value.
18000         (line-move-partial): Remove unused var `ppos'.
18001         (line-move-1): Replace 9999 with most-positive-fixnum.
18002         (move-end-of-line): Use more efficient single-property search.
18003         (move-beginning-of-line): Remove unused var `start'.
18004         (blink-matching-open): Restructure in a more functional style.
18006 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
18008         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18010 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18012         * server.el (server-clients): Only keep procs, no properties any more.
18013         (server-client): Remove.
18014         (server-client-get, server-client-set): Remove, replace all callers by
18015         process-get and process-put resp.
18016         (server-clients-with, server-add-client, server-delete-client)
18017         (server-create-tty-frame, server-create-window-system-frame)
18018         (server-process-filter, server-execute, server-visit-files)
18019         (server-buffer-done, server-kill-buffer-query-function)
18020         (server-kill-emacs-query-function, server-switch-buffer)
18021         (server-save-buffers-kill-terminal): Update accordingly.
18023         * server.el (server-with-environment): Simplify.
18024         (server-select-display, server-unselect-display): Re-add functions that
18025         seem to have been lost in the multi-tty merge.
18026         (server-eval-and-print, server-create-tty-frame)
18027         (server-create-window-system-frame, server-goto-toplevel)
18028         (server-execute, server-return-error): New functions extracted from
18029         server-process-filter.
18030         (server-execute-continuation): New functions.
18031         (server-process-filter): Restructure so that all arguments are analysed
18032         first and then acted upon in a subsequent stage.  This way
18033         server-goto-toplevel can be executed later, when we know if
18034         it's necessary.
18035         Remove the "-version" and "-version-good" support.
18037 2007-09-16  Drew Adams  <drew.adams@oracle.com>
18039         * cus-edit.el (custom-face-edit-activate): Doc fix.
18041 2007-09-16  Glenn Morris  <rgm@gnu.org>
18043         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18044         Following cal-bahai renaming, update all instances of
18045         list-bahai-diary-entries to diary-bahai-list-entries,
18046         mark-bahai-diary-entries to diary-bahai-mark-entries,
18047         calendar-goto-bahai-date to calendar-bahai-goto-date,
18048         insert-bahai-diary-entry to diary-bahai-insert-entry,
18049         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18050         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18051         calendar-print-bahai-date to calendar-bahai-print-date.
18053         * textmodes/tex-mode.el (tex-region): Handle the case where the
18054         region is not in `tex-main-file'.  Move the old code that applies
18055         to both cases...
18056         (tex-region-1): ...to this new function.
18058 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18060         * vc.el (vc-process-sentinel): New function.
18061         (vc-exec-after): Use it instead of using ugly hackish analysis and
18062         construction of Elisp code.
18063         (vc-sentinel-movepoint): New dynamically scoped var.
18064         (vc-print-log, vc-annotate): Set it to move the user's point.
18066         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18067         inhibit-modification-hooks.
18069         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18070         (calendar-bahai-print-date, calendar-bahai-goto-date)
18071         (diary-bahai-list-entries, diary-bahai-insert-entry):
18072         New names to clean up the namespace a bit more.
18073         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18075 2007-09-15  Glenn Morris  <rgm@gnu.org>
18077         * calendar/holidays.el (holiday-list): Rename it back to
18078         `list-holidays', but leave `holiday-list' as an alias.
18080         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18081         custom group.
18083         * textmodes/css-mode.el (css): New custom group.
18084         (css-electrick-keys, css-selector, css-property)
18085         (css-indent-offset): Specify custom group.
18087 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18089         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18090         (cvs-execute-single-file): Use process-file.
18091         (cvs-run-process): Use start-file-process.
18093 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18095         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18096         level.  Remove the hooks when turning off the mode.
18098         * term/xterm.el: Require xt-mouse at compile time.
18099         (terminal-init-xterm): Turn on xterm mouse tracking for this
18100         terminal if xterm-mouse-mode is enabled.
18102 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18104         * term/xterm.el (xterm-function-map): Replace bindings that were
18105         deleted by the merge.
18107 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
18109         * play/bubbles.el (bubbles-version): Bump value to "0.5".
18110         (bubbles-mode-map): Move define-key statements here.
18111         (bubbles-game-theme-menu): Ditto.
18112         (bubbles-graphics-theme-menu): Ditto.
18113         (bubbles-menu): Ditto.
18114         (bubbles-mode): Initialize buffer-undo-list, redisplay.
18115         (bubbles--initialize): Reset buffer-undo-list, redisplay.
18116         (bubbles-plop): Set buffer-undo-list, redisplay.
18117         (bubbles-undo): Reset buffer-undo-list, redisplay.
18118         (bubbles--show-images): Take care of missing text properties.
18120 2007-09-14  Glenn Morris  <rgm@gnu.org>
18122         * startup.el (fancy-startup-text, fancy-about-text): Fix face
18123         quoting.
18125         * calendar/cal-hebrew.el, calendar/cal-menu.el
18126         * calendar/calendar.el, calendar/diary-lib.el
18127         * calendar/holidays.el: Rename all instances of
18128         list-calendar-holidays callers to calendar-list-holidays,
18129         list-holidays to holiday-list, check-calendar-holidays to
18130         calendar-check-holidays, mark-calendar-holidays to
18131         calendar-mark-holidays, and filter-visible-calendar-holidays to
18132         holiday-filter-visible-calendar.
18134 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18136         * term/xterm.el (xterm-function-map): Add C-M- bindings.
18138 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
18140         * play/bubbles.el (bubbles--initialize-images): Fix bug:
18141         Use transparent background for empty cells in graphics mode.
18143 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
18145         * man.el (Man-default-man-entry): At end of line, continue looking
18146         to the next line for possible end of hyphenated command.
18148 2007-09-13  Chris Moore  <dooglus@gmail.com>
18150         * shell.el (shell-resync-dirs): Don't move the cursor relative to
18151         the command being edited.
18153 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
18155         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18157 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
18159         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18160         C-M-S- keys.
18162         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18164 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
18166         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18167         New argument `filename-p' to use one set of confusing chars or another.
18168         (browse-url-file-url): Use the argument.
18169         Suggested by Johannes Weiner.
18171 2007-09-12  Romain Francoise  <romain@orebokech.com>
18173         * cus-start.el (all): Revert 2007-09-08 change.
18175 2007-09-12  Aaron Hawley  <aaronh@garden.org>
18177         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18178         extract .Z files, since it is more common than uncompress.
18180 2007-09-12  Glenn Morris  <rgm@gnu.org>
18182         * textmodes/org-publish.el (org-publish-org-to-html): Remove
18183         duplicate function definition.
18185 2007-09-10  Chris Moore  <dooglus@gmail.com>
18187         * diff-mode.el (diff-sanity-check-hunk):
18188         Also accept single-line hunks.
18190 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
18192         * startup.el (startup-screen-inhibit-startup-screen)
18193         (pure-space-overflow-message): New vars.
18194         (fancy-splash-insert): Allow functions for face and link specs.
18195         (fancy-splash-head): Remove unused arg.  Move splash text...
18196         (fancy-startup-text, fancy-about-text): ...here.
18197         (fancy-startup-tail): Rename from fancy-splash-tail.
18198         (fancy-startup-screen, fancy-about-screen): Split off from
18199         fancy-splash-screens.
18200         (display-startup-screen): New function.
18201         (display-about-screen): Rename from display-splash-screen.
18202         (command-line-1): Use concise startup screen if necessary.
18204 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
18206         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18207         Reported by Jan Djärv <jan.h.d@swipnet.se>.
18209 2007-09-10  Dave Love  <fx@gnu.org>
18211         * outline.el (outline-4, outline-5, outline-7):
18212         Move font-lock-builtin-face down from 4 to 7 to better keep the
18213         progression of color brightness, and to better match Org-mode's faces.
18215 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
18217         * progmodes/meta-mode.el (meta-font-lock-keywords)
18218         (font-lock-match-meta-declaration-item-and-skip-to-next)
18219         (meta-comment-indent, meta-indent-previous-line)
18220         (meta-indent-unfinished-line, meta-beginning-of-defun)
18221         (meta-end-of-defun, meta-common-initialization): Handle \f.
18222         (meta-indent-unfinished-line): Do not handle a `%' in a string as
18223         a comment-start.
18225         * files.el (file-modes-char-to-who, file-modes-char-to-right)
18226         (file-modes-rights-to-number): Auxiliary functions for symbolic to
18227         numeric notation of file modes.
18228         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
18229         numeric value.
18230         (read-file-modes): New.  Read either an octal value of a file mode or a
18231         symbolic value, and return its numeric value.
18233         * dired-aux.el (dired-do-chmod): Change to use the built-in
18234         `set-file-modes' and the previous symbolic mode parsing functions.
18236 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18238         * textmodes/texinfo.el: Remove spurious * in docstrings.
18239         (texinfo-mode-syntax-table, texinfo-mode-map):
18240         Initialize in the declaration.
18242         * tmm.el: Remove spurious * in docstrings.
18243         (tmm-prompt): Use with-current-buffer.
18245         * vcursor.el: Remove spurious * in docstrings.
18246         (vcursor-map): Initialize in the declaration.
18247         (vcursor-use-vcursor-map): Use define-minor-mode.
18248         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18250         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18251         Initialize in the declaration.
18252         (widget-minor-mode): Use define-minor-mode.
18254         * woman.el (woman-mode-map, woman-syntax-table):
18255         Initialize in the declaration.
18257 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
18259         * doc-view.el: New file.
18261 2007-09-09  Juri Linkov  <juri@jurta.org>
18263         * Makefile.in (update-authors): Add etc/ to AUTHORS.
18265         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18267         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18268         to "Startup screen".  Fix docstring.
18269         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18270         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18271         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18272         (initial-scratch-message): Fix docstring.
18273         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18274         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18275         Add link to "Customize Startup" and set interval between links to
18276         5 spaces.
18277         (fancy-about-text): Add links "Authors" and "Contributing".
18278         (fancy-splash-head): Add text "Welcome to " on the startup screen,
18279         and "This is " on the about screen.  Add link to
18280         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18281         For the about screen move emacs version to the header from
18282         `fancy-splash-tail' (as it's done already for normal about screen).
18283         (fancy-splash-tail): Insert emacs version only for startup screen.
18284         (normal-splash-screen): Remove duplicate empty lines.
18285         (normal-about-screen): Add links "Authors" and "Contributing".
18287         * menu-bar.el (menu-bar-help-menu):
18288         Move "About Emacs" and "About GNU" to the end of the Help menu.
18289         Move "Emacs Psychotherapist" after "Send Bug Report...".
18290         Move "External Packages" after "Find Emacs Packages".
18292 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
18294         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18295         they are useless with the byte compiler.
18296         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18297         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18298         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18299         (tramp-file-name-real-host, tramp-file-name-port)
18300         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18301         defuns.
18303         * net/tramp-cache.el (top): Improve error message when
18304         `tramp-persistency-file-name' is corrupted.
18306 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
18308         * textmodes/org.el (org-re): Also replace the :alpha: class.
18309         (org-todo-tag-alist): Variable removed.
18310         (org-todo-key-alist, org-todo-key-trigger): New variables.
18311         (org-use-fast-todo-selection): New option.
18312         (org-log-done): Docstring fixed.
18313         (org-deadline-warning-days): New default value 14.
18314         (org-edit-timestamp-down-means-later): New option.
18315         (org-tag-alist): Docstring fixed.
18316         (org-fast-tag-selection-include-todo): New option.
18317         (org-export-language-setup): New languages added.
18318         (org-set-regexps-and-options): Compute the new variables.
18319         (org-paste-subtree): Cleaning up.
18320         (org-remember-apply-template): New escape %A.
18321         (org-todo): Call fast TODO selection.
18322         (org-fast-todo-selection): New function.
18323         (org-add-log-note): Allow prefix for abort exit.
18324         (org-at-property-p, org-entry-properties)
18325         (org-columns-get-autowidth-alist): Use :alpha: class.
18326         (org-get-wdays): New function.
18327         (org-agenda-remove-date): New variable.
18328         (org-agenda-get-deadlines): Use `org-get-wdays'.
18329         (org-agenda-get-deadlines): Reverse ee before returning.
18330         (org-format-agenda-item): New argument REMOVE-RE.
18331         (org-agenda-convert-date): Baha'i calendar added.
18332         (org-infile-export-plist): Also find DATE line.
18333         (org-get-min-level): New function.
18334         (org-export-as-html, org-export-as-ascii): Use the date format.
18335         (org-shiftup, org-shiftdown): Use.
18336         `org-edit-timestamp-down-means-later'.
18337         (org-assign-fast-keys): New function.
18339 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
18341         * cus-start.el (all): Add prefer-window-split-horizontally from
18342         window.c.
18344 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
18346         * net/browse-url.el (browse-url-galeon): Fix last change.
18347         (top-level): Require cl when compiling.
18349 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
18351         * textmodes/org-export-latex.el: arch-tag restored.
18353         * textmodes/org-publish.el: arch-tag restored.
18355 2007-09-08  Masatake YAMATO  <jet@gyve.org>
18357         * progmodes/which-func.el (which-func-modes): Add diff-mode.
18359         * progmodes/cc-langs.el: Support new keywords added to
18360         objective-c frontend of gcc.
18361         (c-simple-stmt-kwds): Add @throw.
18362         (c-block-stmt-2-kwds): Add @synchronized.
18363         (c-block-stmt-1-kwds): Add @finally and @try.
18365 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
18367         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18368         (org-agenda-after-show-hook): New variable.
18369         (org-columns-compile-format)
18370         (org-columns-get-autowidth-alist, org-buffer-property-keys)
18371         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18372         property names.
18373         (org-get-wdays): New function.
18375 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18377         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18379         * term/xterm.el (xterm-function-map): Initialize in the declaration.
18381         * vc-arch.el (vc-arch-checkin): Fix typo.
18383 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
18385         * cus-face.el (custom-theme-set-faces): Set face attributes
18386         locally for each frame.
18388 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18390         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18391         via font-lock-defaults.
18393         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18394         derived-mode-p.
18396 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
18398         * progmodes/autoconf.el (autoconf-definition-regexp):
18399         Handle optional square brackets around definition name.
18401 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
18403         * net/browse-url.el (browse-url-browser-function): Add elinks.
18404         (browse-url-elinks-wrapper): New option.
18405         (browse-url-encode-url, browse-url-elinks)
18406         (browse-url-elinks-sentinel): New functions.
18407         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18408         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18409         Use new function browse-url-encode-url.
18411 2007-09-07  Glenn Morris  <rgm@gnu.org>
18413         * version.el (emacs-version): Revert 2007-08-29 change: no need to
18414         say if multi-tty is present.
18416 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18418         * cus-start.el (split-window-preferred-function): Add custom info.
18420         * calendar/holidays.el (holiday-list, calendar-check-holidays)
18421         (calendar-mark-holidays, calendar-list-holidays)
18422         (holiday-filter-visible-calendar): New names to clean up namespace.
18423         (filter-visible-calendar-holidays, list-calendar-holidays)
18424         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18425         Add compatibility aliases.
18426         (calendar-check-holidays, calendar-mark-holidays)
18427         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18428         (holiday-sexp): Replace append with list.
18429         (holiday-filter-visible-calendar): Replace append with push.
18431         * woman.el: Remove spurious * in docstrings.
18432         (woman-mini-help, woman-non-underline-faces, woman0-rename)
18433         (woman-topic-all-completions-merge, woman-file-name-all-completions)
18434         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18435         (woman-write-directory-cache, woman-display-extended-fonts)
18436         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18437         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18438         (woman-mode): Use inhibit-read-only.
18439         (woman-negative-vertical-space): Use dotimes.
18440         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18442 2007-09-06  Romain Francoise  <romain@orebokech.com>
18444         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18445         (vc-bzr-workfile-version): Use it.
18447 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18449         * complete.el (PC-do-completion): Don't try to treat
18450         empty string as an abbreviation.
18452 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
18454         * help-fns.el (describe-variable): Keep doc's text properties.
18456 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
18458         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18459         instead of a file.
18461 2007-09-06  Glenn Morris  <rgm@gnu.org>
18463         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18464         (checkdoc-minor-mode): Allow user to specify lighter via
18465         checkdoc-minor-mode-string.
18467 2007-09-05  Richard Stallman  <rms@gnu.org>
18469         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18470         Several items removed, simplified, or put on one line.
18471         (fancy-about-text): Add substantial contents, part of startup text.
18472         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18473         (normal-splash-screen): Call normal-mouse-startup-screen,
18474         normal-no-mouse-startup-screen, or normal-about-screen.
18475         (normal-mouse-startup-screen): New fn, broken out, shortened.
18476         (normal-no-mouse-startup-screen): New fn, broken out.
18477         (normal-about-screen): New function, contents all new.
18479 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
18481         * emacs-lisp/rx.el (rx): Fix typo in docstring.
18483 2007-09-05  Glenn Morris  <rgm@gnu.org>
18485         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18486         is bound.
18488 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
18490         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18491         in doc string.
18493 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18495         * server.el (server-start, server-unload-hook): Undo previous change.
18497         * xt-mouse.el: Undo previous change.
18499 2007-09-04  Juri Linkov  <juri@jurta.org>
18501         * startup.el (fancy-about-text): New variable.
18502         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18503         (fancy-current-text, fancy-splash-stop-time)
18504         (fancy-splash-outer-buffer): Remove variables.
18505         (fancy-splash-head, fancy-splash-tail): Add new optional argument
18506         `startup' and use it to conditionally display different texts for
18507         Startup and About screens.  Don't display Help commands on the About
18508         screen.
18509         (fancy-splash-screens-1): Remove function and move its content to
18510         `fancy-splash-screens' to the part that dislpays the About screen.
18511         (exit-splash-screen): Don't treat specially exiting from
18512         alternating screens.
18513         (fancy-splash-screens): Rename argument `static' to `startup'.
18514         Fix docstring.  Remove code for displaying alternating screens.
18515         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18516         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18517         for `inhibit-read-only'.
18518         (normal-splash-screen): Rename argument `static' to `startup'.
18519         Fix docstring.  Use argument `startup' to conditionally display
18520         different texts for Startup and About screens.  Don't display Help
18521         commands on the About screen.  Remove `unwind-protect' `sit-for'
18522         delay and `kill-buffer' after it.
18523         (display-startup-echo-area-message): Remove call to
18524         `use-fancy-splash-screens-p' because image.el is preloaded and
18525         doesn't display "Loading image... done".
18526         (display-splash-screen): Rename argument `static' to `startup'.
18527         Fix docstring.
18529 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
18531         * server.el (server-start, server-unload-hook):
18532         suspend-tty-functions has been renamed to suspend-tty-hook.
18534         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
18535         resume-tty-hook.
18537 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
18539         * loadup.el: Fix merge problem, only load "button" once.
18541 2007-09-03  Glenn Morris  <rgm@gnu.org>
18543         * vc-svn.el (vc-svn-print-log): If there is only one file, use
18544         "Working file:" as the prefix, for the sake of
18545         log-view-current-file.
18547 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18549         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18550         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18551         if the selected frames is in
18552         xterm-modify-other-keys-terminal-list.
18553         (xterm-turn-off-modify-other-keys): Add an optional frame
18554         parameter.  Only turn off modify-other-keys if FRAME is in
18555         xterm-modify-other-keys-terminal-list.
18556         (xterm-remove-modify-other-keys): New function.
18557         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
18558         Add the selected frame to xterm-modify-other-keys-terminal-list.
18560 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
18562         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18563         (icon-map-list): New variable.
18564         (x-gtk-map-stock): Use icon-map-list.
18566 2007-09-02  Romain Francoise  <romain@orebokech.com>
18568         * log-view.el (log-view-current-file): Balance parens.
18570 2007-09-02  Glenn Morris  <rgm@gnu.org>
18572         * comint.el (comint-mode): Don't set scroll-conservatively.
18574         * eshell/em-unix.el (eshell/time): Stringify and flatten the
18575         non-command arguments.
18577         * log-view.el (log-view-current-file): Give a more explicit error
18578         if log-view-file-re fails to find a match.
18580 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
18582         * emacs-lisp/bytecomp.el (byte-recompile-directory):
18583         Fix bug: Don't expand top-level file name more than once.
18584         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18586 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18588         * server.el (server-process-filter): Don't display the splash screen.
18589         It's annoying enough on the initial screen and becomes positively
18590         obnoxious here.
18592 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18595         Change naming to use "avl-tree--" for internal functions.
18597 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
18599         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18600         the merge.
18601         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18602         (provide): Move to the end of file.
18604         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18606 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
18608         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18609         New variable.  List of exceptions for the duplicated word rule.
18610         (flyspell-mark-duplications-flag): Mention it.
18611         (flyspell-word): Treat it.
18613         * files.el (create-file-buffer): If the filename sans directory starts
18614         with spaces, remove them.
18616 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
18618         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18619         (x-gtk-map-stock): Use two directory elements when matching
18620         file name.
18622 2007-08-31  James Wright  <james@chumsley.org>
18624         * eshell/em-unix.el (eshell/info): New function.
18626 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18628         * frame.el (frame-initialize, make-frame):
18629         * server.el (server-process-filter):
18630         * faces.el (tty-set-up-initial-frame-faces): Don't set
18631         term-environment-variable since it's not used any more.
18633         * env.el (setenv): Don't treat $TERM specially.
18635         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18636         stated otherwise, subprocesses do not send back escape sequences
18637         corresponding to the terminal from which Emacs was started.
18639 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
18641         * calculator.el: Require cl for compilation.
18643 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
18645         * outline.el (outline-font-lock-levels): Comment out unused var.
18646         (outline-font-lock-face): Wrap around face list to handle any
18647         nesting depth gracefully.
18649 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
18651         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18652         `set-file-times'.
18654 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
18656         * textmodes/org.el (org-export-visible): Fix drawers before export.
18657         (org-do-sort): Allow sorting by priority.
18658         (org-agenda-files): Ignore non-existing files.
18659         (org-agenda-skip-unavailable-files): New variable.
18660         (org-ellipsis): All a face as value.
18661         (org-mode): Interprete the face value of `org-ellipsis'.
18662         (org-archive-save-context-info): New option.
18663         (org-archive-subtree): Store context info in archived entry.
18664         (org-fast-tag-selection-can-set-todo-state): New variable.
18665         (org-fast-tag-selection): Allow setting TODO states through this
18666         interface.
18667         (org-cycle): Docstring updated.
18668         (org-todo-keyword-faces): New option.
18669         (org-get-todo-face): New function.
18670         (org-set-font-lock-defaults, org-agenda-highlight-todo):
18671         Use `org-get-todo-face'.
18672         (org-switch-to-buffer-other-window): New function.
18673         (org-table-edit-field, org-table-show-reference)
18674         (org-table-edit-formulas, org-add-log-note)
18675         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18676         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18677         `switch-to-buffer-other-window' to make sure that the temporary
18678         windows show up on the current frame.
18679         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18680         (org-get-entries-from-diary, org-replace-region-by-html):
18681         Don't allow pop-up frames.
18682         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18683         Fix problems with time-of-day.
18684         (org-export-get-title-from-subtree): New function.
18685         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18686         with listing items that are DONE.
18687         (org-change-tag-in-region): New command.
18688         (org-agenda-skip-scheduled-if-done)
18689         (org-agenda-skip-deadline-if-done): Docstring clarified.
18690         (org-mode): Hide drawers on startup.
18691         (org-get-todo-face): New function.
18692         (org-todo-keyword-faces): New option.
18693         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18694         (org-remove-keyword-keys): New function.
18696 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
18698         * progmodes/grep.el (grep-find-ignored-directories):
18699         Add monotone _MTN bookkeeping directory in workspaces.
18700         Add RCS control directory.  List items in alphabetical order.
18702         * progmodes/grep.el (grep-files-aliases): Add cc alias.
18703         Sort items in alphabetical order.  Fix parens.
18705 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18707         * vc-hg.el (vc-hg-extra-menu-map): New variable.
18708         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18709         (vc-hg-pull): New functions.
18710         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18712         * term/mac-win.el: Don't require url, only autoloaded url
18713         functions are used in this file.
18715 2007-08-29  Andreas Schwab  <schwab@suse.de>
18717         * shell.el (shell): Return correct value from interactive spec.
18719 2007-08-29  Glenn Morris  <rgm@gnu.org>
18721         * version.el (emacs-version): Increase to 23.0.50.
18723 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
18725         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18727 2007-08-29  Juri Linkov  <juri@jurta.org>
18729         * loadup.el: Add "button" loading after "faces" and move "startup"
18730         to load after "button".
18732 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18734         * loadup.el: Load term/mac-win on a Mac using Carbon.
18736         * term/mac-win.el: Provide mac-win.
18737         (mac-initialized): New variable.
18738         (mac-initialize-window-system): New function.  Move global setup here.
18739         (handle-args-function-alist, frame-creation-function-alist):
18740         (window-system-initialization-alist): Add mac entries.
18741         (x-setup-function-keys): New function containing all the
18742         top level function key definitions.
18744         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18746         * env.el (read-envvar-name): Don't consider the environment frame param.
18748         * env.el (setenv):
18749         * frame.el (frame-initialize, make-frame):
18750         * faces.el (tty-set-up-initial-frame-faces):
18751         * server.el (server-process-filter): Set
18752         display-environment-variable and term-environment-variable.
18754         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18756 2007-08-29  Jason Rumney  <jasonr@gnu.org>
18758         * loadup.el: Only load term/x-win when X is compiled in.
18759         Load term/w32-win and dependencies on windows-nt.
18761         * term/w32-win.el: Reorder to match x-win.el more closely.
18762         Provide w32-win.  Don't throw error when global window-system not w32.
18763         (internal-face-interactive): Remove obsolete function.
18764         (x-setup-function-keys): Use local-function-key-map.
18765         (w32-initialized): New variable.
18766         (w32-initialize-window-system): Set it.
18767         Move more global setup here.
18768         (x-setup-function-keys): New function.
18769         (w32-initialize-window-system): Move non function key global setup here.
18770         (x-cut-buffer-max): Remove.
18771         (w32-initialize-window-system): New function.
18772         (handle-args-function-alist, frame-creation-function-alist):
18773         (window-system-initialization-alist): Add w32 entries.
18775 2007-08-29  David Kastrup  <dak@gnu.org>
18777         * env.el (getenv): Pass frame to getenv-internal.
18779 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
18781         * version.el (emacs-version): Show if multi-tty is present.
18783         * loadup.el: Delay loading env; mule-conf gets confused by cl
18784         during bootstrap.  Also load termdev and term/x-win.
18786         * bindings.el (mode-line-client): New variable.
18787         (help-echo): Add it to the default mode-line format.
18789         * cus-start.el: Remove bogus window-system reference from GTK test.
18791         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18792         (ebrowse-electric-position-mode-map):
18793         * ebuff-menu.el (electric-buffer-menu-mode-map):
18794         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18795         not `suspend-emacs'.
18797         * ediff-wind.el (ediff-setup-windows-automatic): New function.
18798         (ediff-window-setup-function): Use it as default.
18800         * files.el (save-buffers-kill-terminal): New function.
18801         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18803         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18804         and `with-selected-frame'.
18806         * help-fns.el (describe-variable): Describe frame-local variables
18807         correctly.
18809         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18810         display support.
18811         (normal-erase-is-backspace-setup-frame): New function.
18813         * subr.el (with-selected-frame): New function.
18814         (read-quoted-char): Use terminal-local binding of
18815         local-function-key-map instead of function-key-map.
18817         * talk.el (talk): New function.
18818         (talk-handle-delete-frame): New function.
18819         (talk-add-display): Open a new frame only if FRAME was not a frame.
18821         * termdev.el: New file.
18823         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
18824         * term/x-win.el: Don't bind f10.
18825         * tmm.el: Remove autoload binding for f10.
18827         * international/encoded-kb.el (encoded-kbd-setup-display): Use
18828         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
18829         Store the saved input method as a terminal parameter.  Add keymap
18830         parameter.  Use it instead of changing key-translation-map directly.
18831         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18832         Remove.
18833         (encoded-kbd-setup-display): New function.
18835         * international/mule-cmds.el (set-locale-environment): Fix getenv
18836         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
18837         set the keyboard coding system.  Add DISPLAY parameter.
18838         (set-display-table-and-terminal-coding-system): Add DISPLAY
18839         parameter.  Pass it to set-terminal-coding-system.
18841         * international/mule.el (keyboard-coding-system): Test for
18842         encoded-kbd-setup-display, not encoded-kbd-mode.
18843         (set-terminal-coding-system, set-keyboard-coding-system): Add
18844         DISPLAY parameter.
18845         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18847         * term/README: Update.
18849         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18851         * term/x-win.el (x-setup-function-keys): New function.  Move
18852         function-key-map tweaks here.  Protect against multiple calls on
18853         the same terminal.  Use terminal-local binding of
18854         local-function-key-map instead of function-key-map.
18855         (x-initialize-window-system): Make a copy of pure list.  Pass a
18856         frame getenv.
18858         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18859         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18860         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18861         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18862         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18863         local-function-key-map instead of function-key-map.
18865         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18866         `substitute-key-definition' and `define-key' calls against
18867         multiple execution.  Use terminal-local binding of
18868         local-function-key-map instead of function-key-map.  Pass a frame
18869         to getenv.
18871         * edmacro.el (edmacro-format-keys):
18872         * emulation/cua-base.el (cua--pre-command-handler):
18873         * isearch.el (isearch-other-meta-char):
18874         * xt-mouse.el: Use terminal-local binding of
18875         local-function-key-map instead of function-key-map.
18877         * fringe.el (set-fringe-mode): Simplify and fix using
18878         `modify-all-frames-parameters'.
18879         * scroll-bar.el (set-scroll-bar-mode): Ditto.
18880         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
18881         check before calling `tool-bar-setup'.
18882         (tool-bar-setup): New variable.
18883         (tool-bar-setup): Use it to guard against multiple calls.  Add
18884         optional frame parameter, and select that frame before adding items.
18885         (toggle-tool-bar-mode-from-frame): New function.
18887         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18888         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18889         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18890         "Tool-bar" toggles to reflect the state of the current frame.
18891         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18893         * env.el: Require cl for byte compilation (for `block' and `return').
18894         (environment, setenv-internal): New functions.
18895         (let-environment): New macro.
18896         (setenv, getenv): Add optional terminal parameter.  Update docs.
18897         (setenv): Use setenv-internal.  Always set process-environment.
18898         Handle `local-environment-variables'.
18899         (read-envvar-name, setenv, getenv): Use frame parameters
18900         to store the local environment, not terminal parameters.  Include
18901         `process-environment' as well.
18903         * faces.el (tty-run-terminal-initialization): New function.
18904         (tty-create-frame-with-faces): Use it.  Set up faces and
18905         background mode only after the terminal has been initialized.
18906         Call terminal-init-*.  Don't load the initialization file more
18907         than once.  Call set-locale-environment.
18908         (frame-set-background-mode): Handle the 'background-mode terminal
18909         parameter.
18910         (tty-find-type): New function.
18911         (x-create-frame-with-faces): Remove bogus check for
18912         first frame.  Call `tool-bar-setup'.  Don't make frame visible
18913         until we are done setting up all its parameters.  Call
18914         x-setup-function-keys.
18916         * frame.el (make-frame): Always inherit 'environment and 'client
18917         parameters.  Set up the 'environment frame parameter, when needed.
18918         Also inherit 'client parameter.  Don't override explicitly
18919         specified values with inherited ones.  Add 'terminal frame
18920         parameter.  Append window-system-default-frame-alist to parameters
18921         before calling frame-creation-function.
18922         (frame-initialize): Copy the environment from the initial frame.
18923         (window-system-default-frame-alist): Enhance doc string.
18924         (frame-notice-user-settings): Don't put 'tool-bar-lines in
18925         `default-frame-alist' when initial frame is on a tty.
18926         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18927         Remove specified parameters from `window-system-default-frame-alist'.
18928         (make-frame-on-tty, framep-on-display, suspend-frame):
18929         Extend doc string, update parameter names.
18930         (frames-on-display-list): Use terminal-id to get the display id.
18931         (frame-notice-user-settings): Extend to apply
18932         settings in `window-system-default-frame-alist' as well.
18933         (terminal-id, terminal-parameters, terminal-parameter)
18934         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18935         (delete-frame-functions): Add to `delete-frame-functions' hook.
18936         (blink-cursor-mode): Adapt blink-cursor-mode default
18937         value from startup.el.
18938         (make-frame-on-display): Protect condition on x-initialized when
18939         x-win.el is not loaded.  Update doc.
18940         (suspend-frame): Use display-controlling-tty-p to decide between
18941         suspend-emacs and suspend-tty.
18942         (frames-on-display-list): Update for display ids.
18943         (framep-on-display): Ditto.
18944         (suspend-frame): Use display-name, not frame-tty-name.
18945         (selected-terminal): New function.
18947         * server.el: Use `device' instead of `display' or `display-id' in
18948         variable and client parameter names.
18949         (server-select-display): Remove (unused).
18950         (server-tty-live-p, server-handle-delete-tty): Remove.
18951         (server-unquote-arg, server-quote-arg, server-buffer-clients):
18952         Update docs.
18953         (server-getenv-from, server-with-environment, server-send-string)
18954         (server-save-buffers-kill-terminal): New functions.
18955         (server-delete-client): Handle quits in kill-buffer.  Don't kill
18956         modified buffers.  Add extra logging.  Delete frames after
18957         deleting the tty.  Clear 'client parameter before deleting a frame.
18958         Use delete-display, not delete-tty.
18959         (server-visit-files): Don't set `server-existing-buffer' if the
18960         buffer already has other clients.  Return list of buffers
18961         created.  Update doc.  Don't set client-record when nowait.
18962         (server-handle-delete-frame): Delete the client if this was its
18963         last frame.  Check that the frame is alive.  Remove bogus comment.
18964         Add note on possible race condition.  Delete tty clients, if needed.
18965         (server-handle-suspend-tty): Use server-send-string.  Kill the
18966         client in case of errors from process-send-string.  Use the display
18967         parameter.
18968         (server-unload-hook): Remove obsolete delete-tty hook.
18969         (server-start): Ask before restarting if the old server still has
18970         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
18971         (server-process-filter): Use server-send-string.  Accept `-dir'
18972         command.  Switch to *scratch* immediately after creating the frame,
18973         before evaluating any -evals.  Protect `display-splash-screen'
18974         call in a condition-case.  Explain why.  Call
18975         `display-startup-echo-area-message' before
18976         `display-splash-screen'.  Don't display the splash screen when no
18977         frame was created.  Show the Emacs splash screen and startup echo
18978         area message.  Display the *scratch* buffer by default.  Store the
18979         local environment in a frame (not terminal) parameter.  Do not try
18980         to decode environment strings.  Fix reference to the 'display
18981         frame parameter.  Change syntax of environment variables.  Put
18982         environment into terminal parameters, not client parameters.  Use
18983         a dummy client with --no-wait's X frames.  In `-position LINE'
18984         handler, don't ruin the request string until the line number is
18985         extracted.  Log opened files.  Handle -current-frame command.
18986         Don't create frames when it is given.  Don't bind X frames to the
18987         client when we are in -no-wait mode.  Set locale environment
18988         variables from client while creating tty frames.  Disable call to
18989         configure-display-for-locale.  When processing -position command,
18990         don't change the request string until the parameters are
18991         extracted.  Don't try to create an X frame when Emacs does not
18992         support it.  Improve logging.  Temporarily set ncurses-related
18993         environment variables to those of the client while creating a new
18994         tty frame.  Select buffers opened by nowait clients, don't leave
18995         them buried under others.  Set the display parameter, and use it
18996         when appropriate.
18998         * startup.el (display-startup-echo-area-message): Handle
18999         `inhibit-startup-echo-area-message' here.
19000         (command-line-1): Moved from here.
19001         (fancy-splash-screens): Use `overriding-local-map' instead of
19002         `overriding-terminal-local-map' for now; the latter doesn't work
19003         right, it looses keypresses to another terminal.  Use
19004         `overriding-terminal-local-map' to set up keymap.  Install a
19005         `delete-frame-functions' hook to catch `delete-frame' events.
19006         Ignore `select-window' events to cope better with
19007         `focus-follows-mouse'.  Don't switch back to the original buffer
19008         if the splash frame has been killed.  Restore previous buffer, even
19009         if it's *scratch*.
19010         (normal-splash-screen): Don't let-bind `mode-line-format'; it
19011         changes the global binding - setq it instead.  Use
19012         `save-buffers-kill-terminal'.
19013         (display-splash-screen): Don't do anything if the splash screen is
19014         already displayed elsewhere.
19015         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19016         (command-line): Replace duplicated code with a call to
19017         tty-run-terminal-initialization.  Don't load the terminal
19018         initialization file more than once.  Remove call to nonexistent
19019         function `set-locale-translation-file-name'.
19021         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19022         parameters.
19023         (xterm-mouse-position-function, xterm-mouse-event): Update.
19024         (xterm-mouse-mode): Don't depend on current value of window-system.
19025         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19026         Update for multi-tty.
19027         (turn-on-xterm-mouse-tracking-on-terminal)
19028         (turn-off-xterm-mouse-tracking-on-terminal)
19029         (xterm-mouse-handle-delete-frame): New functions.
19030         (delete-frame-functions, after-make-frame-functions)
19031         (suspend-tty-functions, resume-tty-functions): Install extra hooks
19032         for multi-tty.
19034 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * simple.el (invisible-p): Remove: implemented in C now.
19037         (line-move-invisible-p): Remove obsolete alias.
19039 2007-08-28  Juri Linkov  <juri@jurta.org>
19041         * image-mode.el (image-type): New variable.
19042         (image-mode): Set default major mode name to "Image[text]".
19043         (image-minor-mode): Change LIGHTER to display image-type in the
19044         mode line.
19045         (image-minor-mode): Set default image-type to "text".
19046         (image-toggle-display): After switching to text mode, set
19047         image-type to "text" and major mode name to "Image[text]".
19048         After switching to image mode, set image-type to actual image
19049         type, and add image type to major mode name.  Let-bind the same
19050         variable names as arguments of `image-type' and `create-image'.
19051         Bind `type' to the result of `image-type' and use it as arg
19052         of `create-image' to not determine the image type twice.
19054 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
19056         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19057         (tramp-set-file-uid-gid, tramp-get-local-uid)
19058         (tramp-get-local-gid): New defuns.
19059         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19060         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19061         Improve fast track.
19062         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19063         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
19064         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19065         (tramp-handle-write-region): Improve fast track.
19066         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19067         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19068         be nil.
19070 2007-08-28  Ivan Kanis  <apple@kanis.eu>
19072         * time.el: New feature to display several time zones in a buffer.
19073         (display-time-world-mode, display-time-world-display)
19074         (display-time-world, display-time-world-timer): New functions.
19075         (display-time-world-list, display-time-world-time-format)
19076         (display-time-world-buffer-name, display-time-world-timer-enable)
19077         (display-time-world-timer-second, display-time-world-mode-map):
19078         New variables.
19080 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
19082         * term/x-win.el (x-gtk-stock-map): New variable.
19083         (x-gtk-map-stock): New function.
19085         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19086         prev/next-node.
19088 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
19090         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19092 2007-08-28  Glenn Morris  <rgm@gnu.org>
19094         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19096 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19098         * progmodes/modula2.el (m2-definition, m2-module):
19099         Don't use previous-line.  Reported by T. V. Raman.
19101 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19103         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19104         argument to tool-bar-mode call.
19106 2007-08-27  Glenn Morris  <rgm@gnu.org>
19108         * diff-mode.el (diff-find-file-name): Only accept regular files,
19109         to rule out /dev/null, directories, etc.
19111         * vc-svn.el (vc-svn-diff): If the repository version of all the
19112         files is the same as the specified OLDVERS, do a local diff.
19114 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19116         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19117         of buffers in uniquify-managed.
19119         * simple.el (invisible-p): Rename from text-invisible-p.
19120         Update callers.
19122         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19123         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19124         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19125         (cperl-etags-goto-tag-location): Use new style backquotes.
19127         * net/browse-url.el: Remove spurious * in custom docstrings.
19128         (browse-url-filename-alist): Use new-style backquote.
19130         * emacs-lisp/backquote.el (backquote-unquote-symbol)
19131         (backquote-splice-symbol): Clarify they're not new-style unquotes.
19133         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19134         (\,@): Backslash the , and ,@ which are not new-style unquotes.
19136         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19138         * net/socks.el (socks-username/password-auth-filter):
19139         Remove unused vars `state' and `desired-len'.
19140         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19141         (socks-wait-for-state-change): Use new-style backquotes.
19143         * pcvs.el (cvs-mode-status): Fix long-standing typo.
19145         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19146         backquotes after each `read' rather than once per buffer.
19148         * dframe.el: Remove spurious * in custom docstrings.
19149         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19150         (dframe-xemacs20p): Remove, inline at the sole use point.
19151         (defface): Don't defvar the face, don't use old-style backquote.
19152         (defcustom): Don't use old-style backquote.
19153         (dframe-frame-parameter, dframe-mouse-event-p):
19154         Make it obvious that it's always defined.
19155         (dframe-popup-kludge): New function to replace
19156         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19157         (dframe-frame-mode, dframe-set-timer-internal)
19158         (dframe-mouse-set-point): Remove use of with-no-warnings from
19159         XEmacs-specific code.
19160         (dframe-set-timer-internal): Fix very old bug with
19161         post-command-idle-hook.
19163         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19165         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19166         warning if the file uses old style backquotes.
19168         * emacs-lisp/bytecomp.el (byte-compile-log-file)
19169         (byte-recompile-directory, byte-compile-file)
19170         (byte-compile-from-buffer): Use with-current-buffer.
19172         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19173         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19174         (line-move-1, line-move-finish, line-move-to-column)
19175         (move-end-of-line, move-beginning-of-line): Use new name.
19177         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19179         * progmodes/ada-mode.el: Fix up comment style in header.
19180         (ada-check-emacs-version): Remove.
19181         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19182         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19183         to try and quieten the byte-compiler.
19184         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19186         * vc.el (vc-annotate-warp-version): Don't use previous-line.
19188 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
19190         * net/browse-url.el (browse-url-emacs): New function.
19192 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
19194         * emacs-lisp/avl-tree.el: New file.
19196 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
19198         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19199         was used.
19201 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
19203         * complete.el (PC-do-completion): Make RET accept a non-unique but
19204         complete expansion again.
19206 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
19208         * eshell/esh-opt.el (eshell-eval-using-options):
19209         Add debug declaration.
19211 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19213         * log-view.el (log-view-toggle-mark-entry): Add docstring.
19214         (log-view-get-marked): Likewise.
19216         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19217         (vc-delete-automatic-version-backups): Likewise.
19219         * vc.el (vc-dired-buffers-for-dir): Likewise.
19221 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
19223         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19224         safe-local-variable setting.
19225         * progmodes/perl-mode.el (perl-indent-level): Likewise.
19227         * log-view.el (log-view-marked-list): Delete variable.
19228         (log-view-mode): Don't use it.
19229         (log-view-toggle-mark-entry): Likewise, simplify.
19230         (log-view-current-tag): Don't return properties.
19231         (log-view-get-marked): New function.
19233 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
19235         * vc-git.el (vc-git-mode-line-string): New function.
19237 2007-08-25  Alan Mackenzie  <acm@muc.de>
19239         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19240         new language variable.
19242         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19243         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19244         "extern" etc., rather than BOI.  Fix addition of spurious
19245         syntactic-symbol 'defun-block-intro, replacing it with
19246         'innamespace, etc.
19248 2007-08-25  Juri Linkov  <juri@jurta.org>
19250         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19252         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19253         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19254         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19256         * image.el (image-type-header-regexps): Use more complex regexp for svg.
19257         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19258         (image-type-auto-detectable): Add (svg . maybe).
19260         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19261         to treat it like .tgz.
19263         * calendar/cal-bahai.el: Add file coding cookie.
19265 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
19267         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19268         Don't behave differently when executed via M-x.  Add doc string.
19270         * sort.el (sort-fold-case, sort-numeric-base): Mark as
19271         safe-local-variable.
19273 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
19275         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19276         the default value.
19277         (math-calendar-tzinfo): New variable.
19278         (math-get-calendar-tzinfo): New function.
19279         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19280         to get information when zone is nil.
19282 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
19284         * log-view.el (log-view-toggle-mark-entry): New function.
19285         (log-view-mode-map): Bind it.
19286         (log-view-marked-list): New variable.
19287         (log-view-mode): Make it local.
19289 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19291         * play/zone.el (zone-pgm-rat-race): New func.
19292         (zone-programs): Add `zone-pgm-rat-race'.
19294 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19296         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19297         a list.
19299 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
19301         * progmodes/hideshow.el (hs-match-data): Delete alias.
19302         (hs-hide-block-at-point, hs-find-block-beginning)
19303         (hs-show-block): Use `match-data' directly.
19305 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
19307         * format.el (format-alist): Fix typo in doc-string.
19309 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
19311         * net/tramp.el (tramp-local-host-p): New defun.
19312         (tramp-handle-file-local-copy, tramp-handle-write-region):
19313         Implement fast track when being on the local host.
19314         (tramp-file-name-handler): Don't set "started" property.  It shall
19315         be reserved for the "ftp" method.
19316         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19318         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19319         (tramp-ftp-file-name-handler): Set "started" property.
19321 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
19323         * files.el (backup-buffer-copy): Don't wrap delete in
19324         condition-case, only try to delete if file exists.
19326 2007-08-24  Glenn Morris  <rgm@gnu.org>
19328         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19330         * startup.el (tutorial-directory): Set with eval-at-startup so it
19331         gets the right value in an installed Emacs.
19333 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
19335         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19336         (eldoc-highlight-function-argument): Use it.
19338 2007-08-23  Masatake YAMATO  <jet@gyve.org>
19340         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19341         name of parameters in document body.
19343 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19345         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19346         (byte-compile-output-as-comment): Use with-current-buffer rather than
19347         a weird set-buffer&prog1 combination.
19349         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19350         test so as to optimise cases where the `progn's result is constant.
19352 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
19354         * locate.el (locate-get-file-positions):
19355         Use line-beginning-position and line-end-position.
19357 2007-08-23  John Wiegley  <johnw@newartisans.com>
19359         * calendar/cal-bahai.el: Added in the diacriticals that were
19360         missing for many of the month names.
19362 2007-08-22  Jason Rumney  <jasonr@gnu.org>
19364         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19366 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
19368         * image-mode.el (image-minor-mode): Use image-mode-text-map.
19370 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19372         * dabbrev.el (dabbrev--progress-reporter): New variable.
19373         (dabbrev--scanning-message): Delete func.
19374         (dabbrev--find-expansion): Use a progress reporter
19375         instead of dabbrev--scanning-message.
19377 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19379         * comint.el (comint-exec-1): Raise an error if
19380         `start-file-process' does not return a process object.
19382         * shell.el (shell): Prompt for `default-directory' if it is a
19383         remote file name, and if called with a prefix arg.
19385 2007-08-22  Sam Steingold  <sds@gnu.org>
19387         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19389 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
19391         * textmodes/org-export-latex.el: New file.
19393         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19395         * textmodes/org.el (org-agenda-skip): Allow a form for
19396         `org-agenda-skip-function'.
19397         (org-agenda-redo): Re-use local settings.
19398         (org-agenda): Store local settings.
19399         (org-agenda-deadline-faces): New option.
19400         (org-agenda-deadline-face): New function.
19401         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19402         entries on their due date.
19403         (org-agenda-get-timestamps): No longer handle the due dates of
19404         schedules and deadline items.
19405         (org-insert-link-global, org-open-at-point-global): New commands.
19406         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19407         :for-ascii parameter.
19408         (org-skip-comments): Function removed.
19409         (org-cleaned-string-for-export): Handle special table lines.
19410         (org-global-properties): New option.
19411         (org-entry-get-with-inheritance): Check global properties.
19412         (org-local-properties): New variable.
19413         (org-set-regexps-and-options): Find the #+PROPERTY line.
19414         (org-link-types): Change type into variable (was constant).
19415         (org-make-link-regexps): New function.
19416         (org-link-re-with-space, org-link-re-with-space2)
19417         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19418         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19419         these regular expressions happens now in the function
19420         `org-make-link-regexps'.
19421         (org-store-link): Call the functions in
19422         `org-store-link-functions'.
19423         (org-add-link-type): New function.
19424         (org-store-link-functions): New variable.
19425         (org-activate-tags): Force matches to be in headlines.
19426         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19427         (org-columns-display-here): Make sure this works in a narrowed
19428         buffer by checking for point-min.
19429         (org-columns-display-here): Make the rest of the line intangible,
19430         so that point never can be there.
19431         (org-cleaned-string-for-export): Use `with-current-buffer'.
19432         (org-replace-region-by-html): Use `with-current-buffer'.
19433         (org-unfontify-region, org-do-occur, org-columns-display-here)
19434         (org-columns-remove-overlays, org-columns-quit)
19435         (org-columns-edit-value, org-columns-next-allowed-value)
19436         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19437         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19438         (org-agenda-todo, org-agenda-change-all-lines)
19439         (org-agenda-align-tags, org-agenda-priority)
19440         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19441         (org-agenda-show-new-time, org-cleaned-string-for-export)
19442         (org-export-grab-title-from-buffer)
19443         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19444         instead of `buffer-read-only'.
19445         (org-export-as-html): Set `coding-system-for-write'.
19446         (org-remember-store-without-prompt): New option.
19447         (org-archive-subtree): Fixed bug with modifying TODO keyword.
19448         (org-beginning-of-line): Also treat C-a special in items.
19449         (org-table-convert-refs-to-rc): Fixed problem with column
19450         reference after "..".
19451         (org-columns-compute): Don't mark buffer modified because of text
19452         properties.
19453         (org-batch-store-agenda-views): Use the variable
19454         `default-directory', not the function.
19455         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19456         (org-clock-out-when-done): New option.
19457         (org-html-entities): Added HTML entities for smileys.
19459 2007-08-22  Glenn Morris  <rgm@gnu.org>
19461         * image.el (create-image): Doc fix.
19463         * startup.el (tutorial-directory): New constant.
19464         (fancy-splash-text): Tutorials now in tutorial-directory.
19465         * tutorial.el (help-with-tutorial): Tutorials now in
19466         tutorial-directory.
19468 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
19470         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19471         otherwise.
19472         (tramp-get-remote-path): New defun.  Replace occurrences of
19473         `tramp-default-remote-path' by this function.
19474         (tramp-set-remote-path): Move most of the code to
19475         `tramp-get-remote-path'.
19476         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19477         existing directories, this is done already in
19478         `tramp-get-remote-path'.
19480 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
19482         * image-file.el (image-file-name-extensions): Add "svg".
19483         * image.el (image-type-header-regexps): Add svg entry.
19485 2007-08-22  Glenn Morris  <rgm@gnu.org>
19487         * files.el (backup-buffer-copy): Check backup directory is
19488         writable, to avoid infloop deleting old backup.
19490         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19491         movemail related variables.
19492         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19493         will now be set before this is called.
19495 2007-08-21  Juri Linkov  <juri@jurta.org>
19497         * delsel.el (delete-selection-pre-hook):
19498         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19499         instead of checking last-command.
19501 2007-08-21  Juri Linkov  <juri@jurta.org>
19503         * loadup.el: Preload "button".
19505 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19507         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19508         Add previous-line and next-line.
19510         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19511         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19513         * vc-hooks.el (vc-menu-entry): New var.
19514         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19515         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19516         (vc-menu-map): Declare and initialize in one step.
19517         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19519         * menu-bar.el (vc-menu-map): Don't setup any more.
19520         Instead, just create the proper spot in the menu.
19522 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19524         * smerge-mode.el (smerge-resolve): New arg `safe'.
19525         (smerge-resolve-all, smerge-batch-resolve): New function.
19526         (smerge-refine): Make sure `diff' returns the expected result.
19527         (smerge-parsep-re): New const.
19528         (smerge-mode): Use it to adjust paragraph-separate.
19530         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19531         Correctly match / regexp matchers as first char on a line when
19532         fontifying only that line.
19534         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19536 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19538         * vc-bzr.el: Don't fiddle with vc-handled-backend.
19539         (vc-bzr-registered): Don't redundantly protect against
19540         file-error.  Actually use the format-specific code.
19541         (vc-bzr-buffer-nonblank-p): Remove.
19542         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19544 2007-08-20  Juri Linkov  <juri@jurta.org>
19546         * startup.el (fancy-splash-text): Change multiple tabs into one
19547         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
19548         and "Recover Crashed Session").
19549         (fancy-splash-screens): Set tab-width to 22.
19550         (normal-splash-screen): Replace literal tabs with \t and
19551         fix whitespace.  Remove "Useful File menu items" section (with
19552         "Exit Emacs" and "Recover Crashed Session").
19554 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
19556         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19557         extracted from `eval-last-sexp-1'.
19558         (eval-last-sexp-1): Call `preceding-sexp'.
19560 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
19562         * vc-rcs.el (vc-rcs-annotate-command):
19563         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19564         Add back :vc-annotate-prefix propertization.
19566 2007-08-20  Andreas Schwab  <schwab@suse.de>
19568         * mail/rmail.el (rmail-autodetect): Doc fix.
19570 2007-08-19  Juri Linkov  <juri@jurta.org>
19572         * startup.el (normal-splash-screen): Add more links.
19574 2007-08-19  Juri Linkov  <juri@jurta.org>
19576         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19577         because it's common to both types of splash screen: fancy and normal.
19578         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19579         (exit-splash-screen): Rename from `fancy-splash-quit'.
19580         Use `quit-window' instead of `kill-buffer'.
19581         (fancy-splash-head): Use make-button to insert GNU image link.
19582         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19583         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19584         (normal-splash-screen): Put "Browse manuals" on the same line with
19585         "Emacs manual".  Remove descriptions from "Useful tasks" and put
19586         all links in two columns on two lines.
19588 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19590         * emulation/viper.el (viper-remove-hooks): Remove some additional
19591         viper hooks when the user calls viper-go-away.
19592         (viper-go-away): Restore the default of default-major-mode.
19593         Save the value of default-major-mode before vaperization.
19595         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19597         * emulation/viper-ex.el: Replace error "" with "Viper bell".
19599         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19600         buffer for which file is created.
19602 2007-08-19  Glenn Morris  <rgm@gnu.org>
19604         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19605         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19606         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
19607         shadow files messing up the compilation.
19609 2007-08-18  Glenn Morris  <rgm@gnu.org>
19611         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19612         string.  Also apply eldoc-argument-case in the help-split-fundoc
19613         case.  Adapt for changed behavior of eldoc-function-argstring,
19614         eldoc-function-argstring-format, and
19615         eldoc-highlight-function-argument.
19616         (eldoc-highlight-function-argument): Handle nil INDEX argument,
19617         just call eldoc-docstring-format-sym-doc in that case.
19618         (eldoc-function-argstring): Change the behavior.  Now it converts
19619         an argument list to a string.
19620         (eldoc-function-argstring-format): Change the behavior.  Now it
19621         applies `eldoc-argument-case' to a string.
19623         * progmodes/scheme.el (scheme-mode-variables): Set
19624         font-lock-comment-start-skip.
19626 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
19628         * progmodes/ada-mode.el (ada-create-syntax-table): Move
19629         set-syntax-table from here to ...
19630         (ada-mode): ... here.  Do not change global value of
19631         comment-multi-line.  Call new function
19632         ada-initialize-syntax-table-properties and add new function
19633         ada-handle-syntax-table-properties to font-lock-mode-hook.
19634         (ada-deactivate-properties, ada-initialize-properties): Replace
19635         by new functions ...
19636         (ada-handle-syntax-table-properties)
19637         (ada-initialize-syntax-table-properties)
19638         (ada-set-syntax-table-properties): ... to set up syntax-table
19639         properties uniformly, independently from whether font-lock-mode
19640         is enabled or not.  Handle read-only buffers and do not change
19641         undo-list when setting syntax-table properties.
19642         (ada-after-change-function): Use ada-set-syntax-table-properties.
19644 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
19646         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19647         (meta-indent-current-nesting): Use a computation of the nesting
19648         instead.
19649         (meta-indent-current-indentation): Indentation is given according
19650         to nesting and if the previous line was finished or not.
19651         (meta-indent-unfinished-line): Tell if the current line ends with
19652         a finished expression.
19653         (meta-indent-looking-at-code): Like `looking-at', but checks if
19654         the point is in a string before.
19655         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
19656         done in the nesting function.
19657         (meta-indent-in-string-p): Tell if the current point is in a
19658         string.
19659         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
19660         previous functions.
19662 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
19664         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19665         (copyright-update-year, copyright-update)
19666         (copyright-fix-years): Use it.
19668 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
19670         * emacs-lisp/copyright.el (copyright-update-year):
19671         Fix bug: Handle nil copyright-limit.
19673 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19675         * calc/calc-units.el (math-standard-units): Give exact
19676         conversion for tsp.
19678         * calc/calc.el (math-bignum-digit-length): Compute the
19679         appropriate value.
19681         * calc/calc-bin.el (math-bignum-logb-digit-size)
19682         (math-bignum-digit-power-of-two):
19683         * calc/calc-comb.el (math-small-factorial-table):
19684         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19685         (math-approx-gamma-const):
19686         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19687         (math-besY1, math-bernoulli-b-cache):
19688         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19689         Remove `eval-when-compile's.
19691 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
19693         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19694         (cperl-find-pods-heres): Fix an error when typing expressions like
19695         `s{a}{b}'.
19697 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
19699         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19700         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
19701         a special case (there's no build number).
19703 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
19705         * completion.el (symbol-under-point, symbol-before-point)
19706         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19708 2007-08-17  Glenn Morris  <rgm@gnu.org>
19710         * progmodes/compile.el (compilation-get-file-structure): Make use
19711         of the directory part when checking for an existing entry, to
19712         handle files with same basename in different directories.
19714 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
19716         * calc/calc.el (calc-language-alist): Add texinfo-mode.
19718 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19720         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19721         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19722         (ps-paragraph-spacing): Docstring fix.
19724 2007-08-16  Glenn Morris  <rgm@gnu.org>
19726         * ps-print.el (ps-font-size): Doc fix.
19728 2007-08-16  Richard Stallman  <rms@gnu.org>
19730         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19732 2007-08-15  Juri Linkov  <juri@jurta.org>
19734         * startup.el (initialization): Change parent group from `internal'
19735         to `environment'.
19736         (initial-buffer-choice): New variable.
19737         (command-line): Revert 2007-07-02 change that sets
19738         buffer-offer-save in *scratch* and enables auto-save in it.
19739         (fancy-splash-text): Add links to existing items.  Add new items
19740         with links for useful tasks.  Move information about Control-g to
19741         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
19742         (fancy-splash-keymap): New variable.
19743         (fancy-splash-last-input-event): Remove variable.
19744         (fancy-splash-insert): Add processing of `:link' element.
19745         (fancy-splash-head): Replace "Type Control-l to begin editing"
19746         with "Type `q' to exit".
19747         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19748         (fancy-splash-default-action, fancy-splash-special-event-action):
19749         Remove functions.
19750         (fancy-splash-quit): New function.
19751         (fancy-splash-screens): Rename input arg from `hide-on-input' to
19752         `static' and reverse the condition of its usage.  Don't preserve
19753         original values of `minor-mode-map-alist',
19754         `emulation-mode-map-alists', `special-event-map'.
19755         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19756         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19757         Remove processing of special events.  Use local key map
19758         `fancy-splash-keymap'.  Set buffer to read-only.
19759         (normal-splash-screen): Rename input arg from `hide-on-input' to
19760         `static' and reverse the condition of its usage.
19761         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19762         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19763         Add links to existing items.  Add new items with links for useful
19764         tasks.  Use local key map `fancy-splash-keymap'.
19765         (display-splash-screen): Rename input arg from `hide-on-input' to
19766         `static'.
19767         (about-emacs): Add alias to display-splash-screen.
19768         (command-line-1): Use `initial-buffer-choice'.
19770         * menu-bar.el (menu-bar-help-menu):
19771         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19772         item to about-emacs instead of display-splash-screen.
19774 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
19776         * calc/calc-units.el (math-standard-units): Update values.
19777         Put in exact, rational values when possible.
19778         (math-unit-prefixes): Replace floats with powers of ten.
19779         (math-standard-units-systems): Replace floats with integers.
19780         (math-make-unit-string): Remove extra spaces in output.
19782 2007-08-15  Glenn Morris  <rgm@gnu.org>
19784         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19785         sloppier, for the sake of GNU Mailman.
19786         (rmail-digest-rfc1153): Initialize `result' correctly.
19788 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
19790         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19791         in the mail title.  Suggested by Reiner Steib.
19793 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
19795         * calc/calc-aent.el (calc-do-quick-calc): Add binary
19796         representation of integers to the list of outputs.
19798 2007-08-14  Glenn Morris  <rgm@gnu.org>
19800         * simple.el (bad-packages-alist): New constant.
19801         (bad-package-check): New function.  Together, these two add elements
19802         to `after-load-alist' to check for problematic external packages.
19803         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19805 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
19807         * calc/calc-units.el (math-get-standard-units)
19808         (math-get-units, math-make-unit-string)
19809         (math-get-default-units, math-put-default-units): New functions.
19810         (math-default-units-table): New variable.
19811         (calc-convert-units, calc-convert-temperature): Add machinery
19812         to supply default values.
19814 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19816         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19817         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19818         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19819         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19821         * emulation/tpu-extras.el: Remove spurious * in docstrings.
19822         Put its autoloads into tpu-edt.el rather than loaddefs.el.
19823         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19824         Make into a proper minor-mode.
19825         (tpu-backward-char, tpu-next-line, tpu-previous-line)
19826         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19827         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19828         (tpu-set-cursor-free, tpu-set-cursor-bound):
19829         Delegate to tpu-cursor-free-mode.
19830         (tpu-next-line, tpu-previous-line, tpu-forward-line)
19831         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19832         Use line-move or forward-line instead of next-line-internal.
19834 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
19836         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19838 2007-08-12  Richard Stallman  <rms@gnu.org>
19840         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19841         (cvs-execute-single-file): Use new name split-string-and-unquote.
19842         (cvs-header-msg): Use new name combine-and-quote-strings.
19844         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19846         * progmodes/gud.el (gud-common-init): Use new name
19847         split-string-and-unquote.
19849         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19850         in javac regexp.
19852         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19853         combine-and-quote-strings and split-string-and-unquote.
19855         * subr.el (combine-and-quote-strings): Rename from strings->string.
19856         (split-string-and-unquote): Rename from string->strings.
19858 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19860         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19861         to buffer-local settings.
19863         * emacs-lisp/backquote.el (backquote-delay-process): New function.
19864         (backquote-process): Add internal arg `level'.  Use the two to
19865         correctly handle nested backquotes.
19867 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
19869         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19870         (vc-bzr-state-words): Add "kind changed" state word.
19871         (vc-bzr-status): New function.  Return Bzr idea of file status,
19872         which is different from VC's.
19873         (vc-bzr-state): Use vc-bzr-status.
19874         (vc-workfile-unchanged-p): Use vc-bzr-status.
19875         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19876         (vc-dired-state): Process "kind changed" state word.
19878 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19880         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19882         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19883         Move from vc-default-find-file-not-found-hook.
19885 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19887         * man.el: Remove spurious * in docstrings.
19888         Merge defvars and toplevel setq-defaults.
19889         (Man-highlight-references0): Limit=nil rather than point-max.
19890         (Man-mode-map): Move initialization into the declaration.
19891         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19892         (Man-view-header-file): Use expand-file-name rather than concat.
19893         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19895         * man.el (Man-next-section): Make sure we do not move backward.
19897 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19899         * files.el (auto-mode-alist): Use the purecopied text (duh!).
19901 2007-08-08  Glenn Morris  <rgm@gnu.org>
19903         * Replace `iff' in doc-strings and comments.
19905 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
19907         * dired.el (dired-pop-to-buffer):
19908         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19909         * calendar/calendar.el (generate-calendar-window):
19910         * progmodes/compile.el (compilation-set-window-height):
19911         * textmodes/two-column.el (2C-two-columns, 2C-merge):
19912         Use window-full-width-p instead of comparing frame-width and
19913         window-width.
19915         * progmodes/compile.el (compilation-find-buffer): Remove extra
19916         argument in call to compilation-buffer-internal-p.
19918 2007-08-07  Tom Tromey  <tromey@redhat.com>
19920         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19921         Add safe-local-variable property.
19923 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
19925         * image-mode.el (image-toggle-display): Use image-refresh.
19927 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
19929         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19930         unofficial version.
19931         (vc-bzr-command): Remove redundant setting of process-connection-type.
19932         (vc-bzr-admin-checkout-format-file): Add autoload.
19933         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19934         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19935         (vc-bzr-registered): Compare dirstate format tag with known good
19936         value, abort parsing if match fails.  Warn user in docstring.
19937         (vc-bzr-workfile-version): Case for different Bzr branch formats.
19938         See bzrlib/branch.py in Bzr sources.
19939         (vc-bzr-diff): First argument FILES may be a string rather than a list.
19940         (vc-bzr-shell-command): Remove in favor of
19941         vc-bzr-command-discarding-stderr.
19942         (vc-bzr-command-discarding-stderr): New function.
19944 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
19946         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19947         program, and return nil.
19948         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19949         (vc-bzr-state): Look for path names relative to the repository
19950         root after status keyword.
19951         (vc-bzr-file-name-relative): New function.
19952         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19953         depend on it.
19954         (vc-bzr-admin-dirname, ...-checkout-format-file)
19955         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19956         files that we now parse directly for speed.
19957         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19958         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19959         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19960         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
19961         Bzr warnings, so we must discard it.
19962         (vc-bzr-workfile-version): Speedup counting lines from
19963         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19964         if that file doesn't exist.
19965         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19966         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
19967         to `vc-directory-exclusion-list'.
19968         (vc-bzr-shell-command): New function.
19970 2007-08-06  Tom Tromey  <tromey@redhat.com>
19972         * diff-mode.el (diff-unified->context, diff-reverse-direction)
19973         (diff-fixup-modifs): Typo in docstring.
19975 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19978         count-screen-lines.
19979         (tpu-edt-off): Disable relevant pieces of advice.
19981         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19982         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
19983         (newline, newline-and-indent, do-auto-fill): Use advice instead of
19984         redefining the function.
19985         (tpu-set-scroll-margins): Activate the pieces of advice.
19987 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
19989         * help.el (resize-temp-buffer-window): Use window-full-width-p
19990         instead of comparing frame-width and window-width.
19992 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
19994         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19995         optional quotes around files in NEED-UPDATE . REMOVED case.
19997         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19998         (ada-treat-cmd-string): Improve error message.
19999         (ada-do-file-completion): Call `ada-require-project-file', so
20000         project variables are set properly.
20001         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20002         (ada-gnatfind-buffer-name): New constant.
20003         (ada-find-any-references): Use new constant.  Set buffer name
20004         properly in compilation-start.  Toggle read-only properly.
20005         (ada-find-in-src-path): Fix spelling error in docstring.
20007         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20008         by zero error.
20010 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20012         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20014 2007-08-12  Richard Stallman  <rms@gnu.org>
20016         * progmodes/sh-script.el (sh): Delete group `unix'.
20018         * progmodes/gud.el (gud): Change to group `processes'.
20020 2007-08-11  Glenn Morris  <rgm@gnu.org>
20022         * progmodes/compile.el (compilation-buffer-name): Don't check
20023         compilation-arguments.  It is superfluous, and the variable isn't
20024         even set when this function is called.
20026 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20028         * term/mac-win.el (mac-ae-reopen-application): New function.
20029         (mac-apple-event-map): Bind "reopen application" Apple event to it.
20031 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20033         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20034         take tex-font-script-display into account.
20035         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20036         cell to a list of 2 elements to simplify the unfontify code.
20038 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20040         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20041         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20042         ps-print-color-p is neither nil nor black-white.  Reported by Christian
20043         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20045 2007-08-08  Andreas Schwab  <schwab@suse.de>
20047         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20048         self-insert-command, not self-insert.
20050 2007-08-08  Glenn Morris  <rgm@gnu.org>
20052         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20053         argument optional, for backwards compatibility, and only highlight
20054         args when present.  Fix symbol name typo (doc/args).
20056         * help-mode.el (help-make-xrefs): Search for symbol constituents,
20057         rather than just `-'.
20059 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
20061         * calc/calc-units.el (calc-convert-temperature):
20062         Use `/' to create fractions.
20064 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
20066         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20067         global matching.
20068         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20069         ERROR-BUFFER more robust.  Display output.
20070         (tramp-file-name-handler): Add a connection property when we found
20071         a foreign file name handler.  This allows backends like ftp to
20072         profit also from usr/host name completion based on connection
20073         cache.
20074         (tramp-send-command-and-read): Search for trash after the regexp
20075         until eol only.  In XEmacs, there is a problem with \n.
20077         * net/tramp-cache.el (top): Read persistent connection history
20078         when cache is empty.
20080 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
20082         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20083         resulting output.
20085 2007-08-07  Sam Steingold  <sds@gnu.org>
20087         * progmodes/compile.el (compilation-start): Pass nil as startfile
20088         to comint-exec.
20090 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
20092         * longlines.el (longlines-decoded): New variable.
20093         (longlines-mode): Avoid encoding or decoding the buffer twice.
20095 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
20097         * format.el (format-insert-file): Make sure that at most one undo
20098         entry is recorded for the insertion.  Inhibit point-motion and
20099         modification hooks around call to insert-file-contents.
20101 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20103         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20104         Select the buffer's window before moving point.
20106 2007-08-07  Richard Stallman  <rms@gnu.org>
20108         * term.el (term): Remove parent group `unix'.
20110         * simple.el (default-indent-new-line): New function.
20111         It calls comment-line-break-function if there are comments.
20112         (do-auto-fill): Use that.
20114 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20116         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20117         (PC-do-completion): Add "acronym completion" for symbols and
20118         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20120 2007-08-06  Sam Steingold  <sds@gnu.org>
20122         * mouse.el (mouse-buffer-menu): Pass mode-name through
20123         format-mode-line because it may be a list,
20124         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20126 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20128         * printing.el (pr-update-menus): Docstring fix.
20130 2007-08-06  Jason Rumney  <jasonr@gnu.org>
20132         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20134         * vc-hooks.el (vc-call): Add doc string.
20136 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
20138         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20139         process-filter.
20141 2007-08-06  Kenichi Handa  <handa@m17n.org>
20143         * international/quail.el: Wrap (require 'help-mode) by
20144         eval-when-compile.
20145         (quail-help-init): New function.
20146         (quail-help): Call quail-help-init.
20147         (quail-store-decode-map-key): Change it to a function.
20149 2007-08-05  Jason Rumney  <jasonr@gnu.org>
20151         * vc.el (vc-rollback): Add norevert argument back.
20152         (vc-revert-buffer): Add back as obsolete alias.
20154 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
20156         * term.el: Honor term-default-fg-color and term-default-bg-color
20157         settings when modifying term-current-face.
20158         (term-default-fg-color, term-default-bg-color): Initialize from
20159         default term-current-face.
20160         (term-mode, term-reset-terminal): Set term-current-face with
20161         term-default-fg-color and term-default-bg-color.
20162         (term-handle-colors-array): term-current-face has term-default-fg-color
20163         and term-default-bg-color after reset escape sequence.
20164         (term-handle-colors-array): Set term-current-color with
20165         term-default-fg/bg-color instead of ansi-term-color-vector when the
20166         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20168 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
20170         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20171         (math-nlfit-givens): Let bind free variables.
20173 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
20175         * printing.el: Require lpr and ps-print when loading printing package.
20176         Reported by Glenn Morris <rgm@gnu.org>.
20178 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
20180         * files.el (set-auto-mode): Handle also remote files wrt
20181         `auto-mode-alist'.
20183 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
20185         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20186         curves and plotting.
20188         * calc/calc-nlfit.el: New file.
20190 2007-08-04  Glenn Morris  <rgm@gnu.org>
20192         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20193         zero, not nil, when the library is first loaded.  Check for a file
20194         that has been modified on disk.
20196         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20197         Remove duplicate defvar preventing initialization.
20198         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20200 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20202         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20203         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20204         may match up to 4 lines.
20205         (diff-beginning-of-file-and-junk): Rewrite.
20207 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20209         * printing.el: Evaluate require only during compilation.
20210         (pr-version): New version 6.9.1.
20211         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20212         (pr-global-menubar): Fix code.
20214 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
20216         * term.el (term-erase-in-display): Fix case when point is not at
20217         the beginning of the line.
20219 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
20221         * calc/calc-ext.el (math-get-value, math-get-sdev)
20222         (math-contains-sdev): New functions.
20224         * calc/calc-graph.el (calc-graph-format-data)
20225         (calc-graph-add-curve): Check for error forms.
20226         (calc-graph-set-styles): Add option for error forms.
20228 2007-08-03  Miles Bader  <miles@gnu.org>
20230         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20231         backend names for new backends to `Git', `Hg', and `Bzr'.
20232         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20233         not `HG'.
20234         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20235         name, not `GIT'.
20236         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20237         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20239 2007-08-03  Richard Stallman  <rms@gnu.org>
20241         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20242         to update deleted flag.
20244         * cus-edit.el (customize-apropos, customize-apropos-options)
20245         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20247         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20249         * startup.el (fancy-splash-head, startup-echo-area-message):
20250         Change message text.
20252         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20253         All callers use line-move.
20255         * progmodes/compile.el (compilation-find-buffer): Return current
20256         buffer immediately if suitable.
20257         (compile, compilation-buffer-name, compilation-start): Doc fixes.
20259 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
20261         * faces.el (face-normalize-spec): New function.
20262         (frame-set-background-mode): Normalize face-spec before calling
20263         face-spec-match-p.
20265 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20267         * server.el (server-window): Add switch-to-buffer-other-frame option.
20269 2007-08-03  Glenn Morris  <rgm@gnu.org>
20271         * cus-edit.el (customize-apropos): Make the error message indicate
20272         what kind of thing the user was trying to customize.
20274         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20276         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20277         Fix off-by-one error in previous change.
20279 2007-08-03  Drew Adams  <drew.adams@oracle.com>
20281         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20282         Make buffer writable.
20284 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
20286         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20287         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20288         Use native Emacs functions, when appropriate.
20290 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
20291             Stefan Monnier  <monnier@iro.umontreal.ca>
20293         * vc.el: Document new VC operation `extra-menu'.
20295         * vc-hooks.el (vc-default-extra-menu): New function.
20297         * menu-bar.el (menu-bar-vc-filter): New function.
20298         (menu-bar-tools-menu): Use it as a filter.
20300 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20302         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20304 2007-08-01  Glenn Morris  <rgm@gnu.org>
20306         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20307         strings.
20308         (fortran-tab-mode-default): Remove needless autoload.
20309         (fortran-tab-mode-string): Add help-echo and mouse properties, and
20310         mark as risky.
20311         (fortran-line-length): New buffer-local variable, safe if integer.
20312         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20313         Change from variables to constants.
20314         (fortran-font-lock-syntactic-keywords): Delete as a variable,
20315         replace with a new function definition.
20316         (fortran-mode): Use fortran-line-length, and
20317         fortran-font-lock-syntactic-keywords as a function.  Add a
20318         hack-local-variables-hook function.
20319         (fortran-line-length, fortran-hack-local-variables): New functions.
20320         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20321         Use fortran-line-length rather than 72.
20322         (fortran-window-create-momentarily): Doc fix.
20324 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
20326         * cus-edit.el (custom-group-value-create, custom-goto-parent):
20327         Fix parent groups link.
20329 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
20331         * progmodes/python.el (python-current-defun): Adjust to never fall
20332         into infinite loop.
20334 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20336         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20338 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
20340         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20341         (copyright-fix-years, copyright): Correctly handle the case where
20342         copyright-limit is nil.
20344 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
20346         * progmodes/python.el (run-python): Fix path separator under w32.
20348 2007-07-30  Richard Stallman  <rms@gnu.org>
20350         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20351         Treat non-break space as whitespace in Lisp.
20353 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20355         * vc.el (vc-dired-hook): Use inhibit-read-only.
20357         * progmodes/compile.el (compilation-forget-errors):
20358         Reset compilation-auto-jump-to-next.
20360 2007-07-30  Michael Olson  <mwolson@gnu.org>
20362         * cus-edit.el (custom-group-save): Fix void function definition
20363         error.  Thanks to Zhang Wei for the report.
20365         * ps-print.el: Check in trivial changes to the autoloads section
20366         caused by the build process.  These autoloads really ought to be
20367         placed in a separate file, methinks.
20369 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20371         * calendar/calendar.el (calendar-mode): Make sure
20372         displayed-(month|year) are set.
20373         (calendar-basic-setup): Display buffer before adjusting window sizes.
20374         (generate-calendar-window): Use inhibit-read-only.  Simplify.
20375         Generate buffer and set displayed-month and displayed-year before
20376         calling update-calendar-mode-line.
20378 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
20380         * net/tramp.el:
20381         * net/tramp-uu.el:
20382         * net/trampver.el: Use utf-8 encoding with coding cookie.
20384         * net/tramp-cache.el:
20385         * net/tramp-fish.el:
20386         * net/tramp-ftp.el:
20387         * net/tramp-gw.el:
20388         * net/tramp-smb.el: Remove coding cookie.
20390         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20391         Flush buffer file-name's file property.
20392         (tramp-handle-file-remote-p): The first parameter is FILENAME.
20394         * net/trampver.el: Update release number.
20396 2007-07-29  Juri Linkov  <juri@jurta.org>
20398         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20399         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20400         when major-mode is not dired-mode.
20401         (dired-toggle-read-only): New function.
20402         (dired-recursive-deletes): Remove obsolete comments about old
20403         default value.
20404         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20406         * wdired.el (wdired-exit): New function.
20407         (wdired-mode-map): Bind C-x C-q to wdired-exit.
20409 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20411         * cus-edit.el (customize-read-group): New fun.
20412         (customize-group-other-window, customize-face-other-window):
20413         Prompt before delegating to customize-(group|face).
20414         Bind pop-up-windows rather than use the other-window argument.
20415         (customize-group, customize-face): Prompt from the interactive spec.
20416         Remove args `prompt-for-group' and `other-window'.
20418         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20419         (ad-body-forms, ad-advised-interactive-form): Revert this part of
20420         last change.
20422 2007-07-28  Masatake YAMATO  <jet@gyve.org>
20424         * vc.el (vc-dired-mode): Add a menu for VC related operation.
20425         Use backend name as the menu label.  Suggested by David Kastrup.
20427 2007-07-28  Alan Mackenzie  <acm@muc.de>
20429         Fix problem with modes derived from CC Mode:
20430         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20431         macro to cc-langs.
20432         (c-init-language-vars-for): Remove call to above macro.
20433         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20434         been moved to here.
20435         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20437 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
20439         * net/trampver.el: Fix the `coding' cookie.
20441 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20443         * vc-git.el (vc-git-print-log): Support both the old single file
20444         interface and the new one.
20446 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
20448         * bindings.el (mode-line-remote): Use updated %@ construct.
20450 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20452         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20453         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20454         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20455         (diary-list-bahai-entries, diary-bahai-mark-entries)
20456         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20457         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20458         New names to clean up namespace.
20459         (list-bahai-diary-entries, mark-bahai-diary-entries)
20460         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20461         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20462         Add compatibility aliases.
20464         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20466         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20467         (calendar-scroll-left-three-months)
20468         (calendar-scroll-right-three-months): Clean up namespace.
20469         (scroll-calendar-left, scroll-calendar-right)
20470         (scroll-calendar-left-three-months)
20471         (scroll-calendar-right-three-months): Add compatibility aliases.
20473         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20474         Behave like mouse-scroll-calendar-* when used from the mouse.
20476         * calendar/cal-menu.el (cal-menu-scroll-menu)
20477         (cal-menu-global-mouse-menu):
20478         * calendar/calendar.el (calendar-mode-map):
20479         Use new calendar-scroll-* names.
20480         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20481         Remove.  Use calendar-scroll-* directly instead.
20483 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20485         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20486         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20487         (ad-make-advised-definition, ad-cache-id-verification-code):
20488         Use commandp and interactive-form instead.
20490 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
20492         * vc-git.el: Relicense to GPLv3 or later.
20493         (vc-directory-exclusion-list, vc-handled-backends): Remove.
20495         * vc-hooks.el (vc-handled-backends): Add GIT.
20497         * vc.el (vc-directory-exclusion-list): Add .git.
20499 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
20501         * vc-git.el (vc-git-revision-table)
20502         (vc-git-revision-completion-table): New functions.
20504 2007-07-25  Glenn Morris  <rgm@gnu.org>
20506         * Relicense all FSF files to GPLv3 or later.
20508         * COPYING: Switch to GPLv3.
20510 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20512         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20513         Replace it with another one which disables undo before calling
20514         erase-buffer and then turns it back on if needed.
20516 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20518         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20520 2007-07-24  Glenn Morris  <rgm@gnu.org>
20522         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20523         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20524         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20525         (cal-tex-cursor-week, cal-tex-cursor-week2)
20526         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20527         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20528         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20529         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20531 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20533         * calendar/calendar.el (calendar-mode-map): Move initialization
20534         into declaration.  Add menu bindings (used to be done in cal-menu).
20535         (calendar-mode): Don't add an activate-menubar-hook.
20537         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20538         modify calendar-mode-map), use easy-menu, and make sure that C-h k
20539         can be used on the menu entries.
20540         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20541         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20542         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20543         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20544         (calendar-flatten, cal-menu-update): Remove.
20545         (calendar-mouse-insert-hebrew-diary-entry)
20546         (calendar-mouse-insert-islamic-diary-entry)
20547         (calendar-mouse-insert-bahai-diary-entry):
20548         Remove (fold into cal-menu-diary-menu).
20549         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20550         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20551         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20552         (calendar-mouse-view-diary-entries): Minor simplifications.
20553         (calendar-event-to-date): Use with-current-buffer.
20555 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
20557         * add-log.el (change-log-redate): Remove (not needed anymore and
20558         doesn't appear to work).
20560 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20562         * frame.el: Use mapc and dolist instead of mapcar where possible.
20563         (close-display-connection): New command.
20565 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
20567         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20568         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20570 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20572         * ps-print.el (ps-multibyte-buffer): Docstring fix.
20574         * ps-mule.el: Doc fix.
20575         (ps-multibyte-buffer, ps-mule-font-info-database-default)
20576         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20578 2007-07-25  Glenn Morris  <rgm@gnu.org>
20580         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20581         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20582         (cal-tex-daily-end, cal-tex-hook)
20583         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20584         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20585         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20586         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20587         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20588         (cal-tex-day-prefix, cal-tex-day-name-format)
20589         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20590         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20591         (cal-tex-LaTeX-subst-list): Change from variables to constants.
20592         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20593         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20594         etc, rather than \bf.
20595         (cal-tex-mini-calendar): Fix typos in previous change.
20596         (cal-tex-latexify-list): Remove inner let binding.
20597         (cal-tex-end-document, cal-tex-banner): Use multi-line
20598         cal-tex-comment.
20599         (cal-tex-comment): Handle embedded newlines.
20600         (cal-tex-LaTeXify-string): Use substring-no-properties.
20602 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
20604         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20605         Add support for the Maden build tool.
20607 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
20609         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20611 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20613         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20615 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20617         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20618         C-x C-q.
20620         * vc-git.el (vc-git-print-log): Fix previous change.
20622 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20624         * window.el (save-selected-window): Minor optimization.
20625         (bw-adjust-window): If operation failed, try with a smaller delta.
20626         (window-fixed-size-p): New function.
20627         (window-area-factor): New var.
20628         (balance-windows-area): New command.
20630         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20631         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20632         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20633         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20634         (ps-mule-begin-job): Use dolist.
20636 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
20638         * subr.el (start-file-process-shell-command)
20639         (process-file-shell-command): New defuns.
20641         * progmodes/compile.el (compilation-start):
20642         Apply `start-file-process-shell-command'.
20644 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
20646         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20648 2007-07-24  Alan Mackenzie  <acm@muc.de>
20650         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20651         Initialise byte-compile-unresolved-functions before rather than
20652         after a compilation.
20653         (byte-compile-unresolved-functions): Amplify doc string.
20655 2007-07-24  Glenn Morris  <rgm@gnu.org>
20657         * startup.el (normal-splash-screen): Use `emacs-copyright'.
20659         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20660         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20661         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20662         (cal-tex-cursor-week, cal-tex-cursor-week2)
20663         (cal-tex-cursor-week-iso, cal-tex-week-hours)
20664         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20665         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20666         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20668         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20669         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20670         (cal-tex-day-name-format, cal-tex-cal-one-month)
20671         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20672         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20673         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20674         (cal-tex-list-holidays, cal-tex-cursor-year)
20675         (cal-tex-cursor-year-landscape, cal-tex-year)
20676         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20677         (cal-tex-cursor-month, cal-tex-insert-days)
20678         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20679         (cal-tex-first-blank-p, cal-tex-cursor-week)
20680         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20681         (cal-tex-week-hours, cal-tex-cursor-week-monday)
20682         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20683         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20684         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20685         (cal-tex-latexify-list, cal-tex-previous-month)
20686         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20687         modernization, including using dotimes rather than
20688         calendar-for-loop.
20689         (cal-tex-LaTeX-subst-list): Remove `@'.
20690         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20691         Use \textit and \textbf rather than \em and \it.
20693         * calendar/cal-bahai.el (list-bahai-diary-entries)
20694         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20695         * calendar/cal-islam.el (list-islamic-diary-entries)
20696         * calendar/calendar.el (generate-calendar, generate-calendar-month)
20697         * calendar/diary-lib.el (diary-list-entries)
20698         (mark-calendar-date-pattern): Use `dotimes' rather than
20699         `calendar-for-loop'.
20701         * calendar/calendar.el (calendar-for-loop): Doc fix.
20703 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20705         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20706         underlying file is uptodate.
20708 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
20710         * replace.el (perform-replace): Use isearch-no-upper-case-p.
20712 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20714         * vc-hooks.el (vc-mode-line-map): New const.
20715         (vc-mode-line): Use it.
20717 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20719         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20720         (vc-git-unregister): New functions.
20721         (vc-git-find-version): Use the result of ls-files as a parameter
20722         for cat-file.
20724 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
20726         * net/tramp.el (tramp-perl-file-attributes)
20727         (tramp-perl-directory-files-and-attributes)
20728         (tramp-handle-file-attributes-with-stat)
20729         (tramp-handle-directory-files-and-attributes-with-stat)
20730         (tramp-convert-file-attributes): Handle huge file sizes.
20732 2007-07-23  Juri Linkov  <juri@jurta.org>
20734         * isearch.el (isearch-message-function): New variable.
20735         (isearch-update, isearch-search): Use it.
20737         * simple.el (goto-history-element): New function created from
20738         next-history-element.
20739         (next-history-element): Most code moved to goto-history-element.
20740         Call goto-history-element with (- minibuffer-history-position n).
20741         (previous-history-element): Call goto-history-element with (+
20742         minibuffer-history-position n).
20743         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20744         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20745         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20746         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20747         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20748         (minibuffer-history-isearch-pop-state): New functions.
20750 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20752         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20753         Also, if FILE is a list, return non-nil if any of its elements
20754         should stay local.  Update docstring.
20756 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20758         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20759         change by reverting a small part.
20761 2007-07-23  Richard Stallman  <rms@gnu.org>
20763         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20765 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20767         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20768         handling it.  Use vc-git-command.
20769         (vc-git-find-version, vc-git-diff-tree): New functions.
20770         (vc-git-revert): Use vc-git-command.
20771         (vc-git--run-command): Delete.
20773 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
20775         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20777 2007-07-20  Kenichi Handa  <handa@m17n.org>
20779         * international/utf-8.el (utf-8-post-read-conversion):
20780         Temporarily bind utf-8-compose-scripts to nil while running
20781         *-compose-region functions.
20783 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20785         * vc-git.el: Update status.
20786         (vc-directory-exclusion-list): Use eval-after-load.
20788 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
20790         * bindings.el (mode-line-remote): New variable.
20791         (help-echo): Add to default values of mode-line-format.
20793         * files.el: Mark mode-line-remote as risky.
20795 2007-07-22  Juri Linkov  <juri@jurta.org>
20797         * isearch.el (isearch-edit-string): Save old point and
20798         isearch-other-end to old-point and old-other-end before reading
20799         the search string from minibuffer.  After exiting minibuffer set
20800         point to old-other-end if point and the search direction is the
20801         same as before reading the search string.
20802         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
20803         to isearch-other-end.  Instead of isearch-search-and-update call
20804         three functions isearch-search, isearch-push-state and isearch-update.
20806 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20808         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20809         deal with multiple file arguments.
20810         (vc-git-print-log): Deal with multiple file arguments.
20812 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20814         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20815         diff-refine-hunk.  Adjust users.
20816         (diff-unified-hunk-p, diff-splittable-p): New functions.
20817         (diff-mode-menu): Use it to disable Split when it doesn't work.
20819 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20821         * diff-mode.el (diff-mode-menu): New entries.
20823 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20825         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20826         if applicable, so as to save undo-log space.
20828         * diff-mode.el (diff-find-file-name): Add arg `batch'.
20830         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20831         (diff-file-kill): Use it.
20832         (diff-beginning-of-hunk): Add arg `try-harder' using it.
20833         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20834         Use it so they find the hunk even when we're in the file header.
20836 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20838         * vc-git.el (vc-git-revision-granularity, vc-git-root)
20839         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20840         (vc-git-create-repo): New functions.
20841         (vc-git-registered): New autoloaded function definition.
20842         (vc-git-registered): Use vc-git-root.
20843         (vc-git-responsible-p): New defalias.
20844         (vc-git-annotate-extract-revision-at-line): Uncomment.
20845         (vc-git-print-log): Add the file name to the log.
20846         (vc-git-log-view-mode): New derived mode.
20847         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20849 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
20851         * progmodes/grep.el (grep-compute-defaults): Keep default values.
20853 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
20855         * textmodes/reftex.el (reftex-access-parse-file): Create parse
20856         file in a way that does not interfere with recentf mode.
20857         (reftex-access-parse-file): Do not risk destroying an existing
20858         buffer.
20860 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
20862         * vc-git.el: New file.
20864 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20866         * textmodes/tex-mode.el (tex-font-script-display): Change default.
20868 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20870         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20871         for branches and new files.
20873         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20874         local-map handling ...
20875         (vc-mode-line): ... here.  Improve handling of help-echo.
20877         * vc.el (mode-line-string): Document help-echo usage.
20879 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
20881         Sync with Tramp 2.1.10.
20883         * net/tramp.el (tramp-get-ls-command): Fix typo.
20885         * net/trampver.el: Update release number.
20887 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
20889         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20891         * term/x-win.el (x-handle-no-bitmap-icon): New function.
20893 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
20895         * add-log.el (change-log-fill-parenthesized-list): New function.
20896         (change-log-indent): Call change-log-fill-parenthesized-list.
20897         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20898         Have lines with leading asterisk start a paragraph.
20900 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20902         * calc/calc-math.el (math-emacs-precision)
20903         (math-largest-emacs-expt, math-smallest-emacs-expt):
20904         New variables.
20905         (math-use-emacs-fn): New function.
20906         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20907         appropriate.
20909 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
20911         * image-dired.el (image-dired-sane-db-file): New func.
20912         (image-dired-write-tags, image-dired-remove-tag)
20913         (image-dired-list-tags, image-dired-write-comments)
20914         (image-dired-get-comment, image-dired-mark-tagged-files)
20915         (image-dired-create-gallery-lists): Call new func.
20916         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20918 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
20920         * vc-hg.el (vc-hg-dir-state): Fix loop.
20921         (vc-hg-print-log): Fix expected return value for vc-hg-command.
20922         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20923         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20924         (vc-hg-revert): Likewise.
20925         (vc-hg-revision-table, vc-hg-revision-completion-table): New
20926         functions.
20928 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20930         * add-log.el (change-log-resolve-conflict): Don't lose data if the
20931         merge fails.
20933 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20935         * progmodes/compile.el (compilation-auto-jump-to-first-error):
20936         Add group and version.
20938 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20940         * add-log.el (add-log-file-name): Use file-relative-name.
20941         (add-change-log-entry): Delay reading
20942         add-log-(full-name|mailing-address) to after we've switched to the
20943         ChangeLog buffer so we get the right value.
20944         (add-change-log-entry, add-log-current-defun, change-log-merge):
20945         Use derived-mode-p rather than checking major-mode directly.
20947         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20948         name for buffer-file-name if it refers to a directory.
20950         * vc-arch.el (vc-arch-diff): Fix last change.
20952         * progmodes/compile.el (compilation-start): Remember the original
20953         directory in a buffer-local compilation-directory.
20954         (compile): Set the global value of compilation-directory.
20955         (recompile): Use compilation-directory even in the compilation buffer.
20957 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20959         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20961 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20963         * ps-print.el: Problem with foreground and background color when
20964         printing a buffer with and without faces.  Reported by Christian
20965         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20966         (ps-print-version): New version 6.7.5.
20967         (ps-default-fg): Change default value to nil, so black color is used
20968         when a face does not specify a foreground color.
20969         (ps-default-bg): Change default value to nil, so white color is used
20970         for background color.
20971         (ps-begin-job): Fix code.
20973 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
20975         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20976         in $(INSTALL_DIR)/lisp/ if they already exist.
20978 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
20980         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20981         in $(INSTALL_DIR)/lisp/ if they already exist.
20983 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20985         * progmodes/vera-mode.el (vera-re-search-forward)
20986         (vera-re-search-backward): Remove use of store-match-data.
20987         (vera-mode-map): Move initialization into declaration.
20989         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20990         (flymake-find-buildfile): Use locate-dominating-file.
20992         * vc.el (vc-delistify): Use mapconcat.
20993         (vc-do-command): Minor simplification.
20994         (vc-expand-dirs): Use push.
20996         * vc-mcvs.el (vc-mcvs-create-repo):
20997         * vc-cvs.el (vc-cvs-create-repo): Remove.
20999         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21000         directory and the root as well.
21002 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21004         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21005         instead of a file.
21007         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21008         (vc-hg-registered): Replace if with when.
21009         (vc-hg-state): Deal with nonexistent files and handle removed files.
21010         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21011         (vc-hg-checkout): Re-enable.
21012         (vc-hg-create-repo): Fix typos.
21013         (vc-hg-print-log): Fix for multiple files.
21014         (vc-hg-workfile-unchanged-p): New function.
21016         * vc.el: Fix typo.
21017         (vc-print-log): Fix call to print-log.
21018         (vc-default-comment-history): Likewise.
21019         (vc-directory-exclusion-list): Add .hg and .bzr.
21020         (vc-diff-internal): Pass a list instead of a file.
21022         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21024         * vc-bzr.el (vc-bzr-create-repo): New function.
21026 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21028         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21029         `file' from which to start the search.
21031 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
21033         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21034         having a single file argument to having a list of files as the
21035         first argument.
21037 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21039         * files.el (locate-dominating-file): New function.
21041 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
21043         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21044         (grep-compute-defaults): Use it.
21046 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21048         * uniquify.el: Docstring fixes.
21050 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
21052         * vc.el (revision-granularity, create-repo): Document new vc
21053         backend properties.
21054         (vc-rollback): Renamed from vc-cancel-version.  Update references.
21055         Pass a list instead of a file.
21056         (vc-revert): Renamed from vc-revert-buffer.  Update references.
21057         (vc-delistify, vc-expand-dirs): New functions.
21058         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21059         of files instead of a single file.
21060         (vc-position-context, vc-resync-window, vc-diff-internal)
21061         (vc-print-log): Pass a list instead of a file.
21063         * vc-hooks.el (vc-stay-local-p, vc-backend)
21064         (vc-backend-subdirectory-name): Work on a file list, not a single
21065         file.
21066         (vc-workfile-version): Update docstring.
21067         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21068         vc-revert instead of vc-revert-buffer.
21069         (vc-prefix-map): Likewise.  Bind vc-update.
21071         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21072         (vc-svn-wash-log): New functions.
21073         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21074         (vc-svn-command): Deal with a list of files, not a single file.
21076         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21077         (vc-rcs-wash-log): New functions.
21078         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21079         Deal with a list of files, not a single file.
21080         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
21082         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21083         functions.
21084         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21085         list of files, not a single file.
21087         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21088         New functions.
21089         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21090         (vc-mcvs-diff): Deal with a list of files, not a single file.
21092         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21093         functions.
21094         (vc-hg-print-log): Deal with a list of files, not a single file.
21095         (vc-hg-diff-tree): New function, replace defalias with the same
21096         name.
21097         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21098         FILES to denote that it is a file list, not a single file.
21100         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21101         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21102         a single file.
21103         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21104         that it is a file list, not a single file.
21105         (vc-cvs-diff): Likewise.  Simplify.
21107         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21108         Deal with a list of files, not a single file.
21110         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21111         (vc-bzr-print-log): Update FILE parameter name to denote that it
21112         is a file list, not a single file.
21113         (vc-bzr-diff): Likewise.  Use the car of files.
21115 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
21117         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21118         (follow-delete-other-windows-and-split, follow-recenter)
21119         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21120         (follow-redisplay, follow-estimate-first-window-start)
21121         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21122         Fix typos in docstrings.
21124 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
21126         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21127         avoid that filling introduces lines with a single asterisk.
21129         * kmacro.el (kmacro-end-macro): When ignoring empty macro
21130         avoid incorrect kmacro-ring-empty-p messages.
21131         Reported by Michael Schierl <schierlm@gmx.de>.
21133 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21135         * vc.el: Add more info about the vc-registered function.
21137 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
21139         * files.el (file-remote-p): Introduce optional parameter
21140         IDENTIFICATION.
21142         * recentf.el (recentf-keep-default-predicate): Adapt call of
21143         `file-remote-p'.
21145         * progmodes/grep.el (grep-probe): Use `process-file'.
21146         (grep-compute-defaults): Handle variables host specific.
21148         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21149         parameter IDENTIFICATION.
21151         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21152         parameter IDENTIFICATION.
21153         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
21154         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21155         Add entry for `set-file-times'.
21156         (tramp-do-copy-or-rename-file-via-buffer)
21157         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21158         (tramp-handle-unhandled-file-name-directory): Rewrite.
21159         (tramp-convert-file-attributes): Add error handling when inode is
21160         extraordinary big.
21161         (tramp-get-inode): Change parameter from FILE to VEC.
21162         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21163         is nil.  This is according to the specification.  Goto (point-max)
21164         when ready.
21165         (tramp-handle-shell-command): Rewrite completely, using
21166         `process-file' and `start-file-process'.
21167         (tramp-methods, tramp-find-shell)
21168         (tramp-open-connection-setup-interactive-shell)
21169         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21170         var.  Reported by Steve Youngs <steve@sxemacs.org>.
21172         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21173         entry for `set-file-times'.  Rename `start-process' into
21174         `start-file-process'.  Remove `call-process' entry.
21175         (tramp-fish-handle-set-file-times): New defun.
21176         (tramp-fish-handle-executable-find): Use `process-file'.
21177         (tramp-fish-handle-process-file): New defun.  Replaces
21178         `tramp-fish-handle-call-process'.
21179         (tramp-fish-do-copy-or-rename-file-directly): Use
21180         `set-file-times'.
21181         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21183         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21184         `tramp-get-inode' parameter.
21186 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21188         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21189         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
21190         nowadays, and by the time Emacs-23 comes out, nobody will even remember
21191         it has ever existed.
21193 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
21195         * vc.el: Undo previous change.
21197 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
21199         * makefile.w32-in (clean): Don't delete *~.
21201 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21203         * textmodes/tex-mode.el (tex-verbatim-environments):
21204         Add safe-local-variable property.
21205         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21206         when starting font-lock rather than when loading tex-mode.el.
21208         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21209         whole $( rather than just the $.  Rename from sh-quoted-subshell.
21210         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21212 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21214         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21215         bookmark-alist.  Instead, if not sorting, simply return it.
21216         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21217         for its return value, not for its side effect.
21219         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21220         case of alignment under a constant symbol, find and consider
21221         the sexp actually at indentation to be the "last sexp".
21223 2007-07-16  Drew Adams  <drew.adams@oracle.com>
21225         * mouse.el (mouse-yank-secondary): Better error message if no
21226         secondary selection.
21228 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
21230         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21232         * term/xterm.el (xterm-turn-on-modify-other-keys)
21233         (xterm-turn-off-modify-other-keys): New functions.
21234         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21235         terminal supports it.
21237 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
21239         * bookmark.el (bookmark-show-all-annotations):
21240         Make sure each inserted annotation ends with newline.
21242 2007-07-15  Richard Stallman  <rms@gnu.org>
21244         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21246         * tutorial.el (tutorial--find-changed-keys):
21247         Handle C-x specially like ESC.
21249 2007-07-15  Aaron Hawley  <aaronh@garden.org>
21251         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21253 2007-07-15  Juri Linkov  <juri@jurta.org>
21255         * delsel.el (delete-selection-pre-hook):
21256         * emulation/cua-base.el (cua-paste): Before a yank command,
21257         check also whether last-command is one of mouse-save-then-kill,
21258         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21260 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
21262         * recentf.el (recentf-keep-default-predicate): New defun.
21263         (recentf-keep): Use it as initial value.
21265 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
21267         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21268         thus restoring bookmark bindings to three slots under C-x r.  See
21269         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21271 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
21273         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21275 2007-07-15  Jason Rumney  <jasonr@gnu.org>
21277         * w32-fns.el (set-default-process-coding-system): Use dos line ends
21278         for input to cmdproxy on all versions of Windows.
21279         Use dos line ends for input to plink.
21281         * comint.el (comint-simple-send): Concat newline before sending.
21282         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21284 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21286         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21287         safe-local-variable setting.
21289 2007-07-14  David Kastrup  <dak@gnu.org>
21291         * emacs-lisp/advice.el (defadvice): Doc fix.
21293 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
21295         * subr.el (when, unless): Doc fix.
21297 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21299         * replace.el (match): Use yellow1 instead of yellow.
21301         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21302         red.
21304         * pcvs-info.el (cvs-unknown): Likewise.
21306 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
21308         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21309         (install): Use them to copy all *.el files before *.elc.
21311 2007-07-13  Drew Adams  <drew.adams@oracle.com>
21313         * bookmark.el (bookmark-jump-other-window): New function.
21314         (bookmark-map): Bind it to "o".
21316         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21317         and its thread contains discussion about this change.
21318         The original patch was slightly tweaked by Karl Fogel
21319         <kfogel@red-bean.com> before committing.
21321 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21323         * bookmark.el: Shorten some comments to fit within 80 lines.
21325 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
21327         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21328         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
21329         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
21330         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21332 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
21334         * textmodes/org.el: Bug fixes.
21335         (org-end-of-line): Move to end of line if in headline without tags.
21337 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21339         * vc-hooks.el: Remove spurious * in docstrings.
21340         (vc-handled-backends): Add BZR.
21342         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21344 2007-07-12  Davis Herring  <herring@lanl.gov>
21346         * desktop.el (desktop-buffer-info, desktop-save):
21347         Use `desktop-dirname' instead of `dirname'.
21349 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21351         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21353         * progmodes/python.el (python-which-func-length-limit): New var.
21354         (python-which-func): New function.
21355         (python-current-defun): Add optional `length-limit' and try to fit
21356         computed function name to that length.
21357         (python-mode): Hook `python-which-func' up.
21359 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21361         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21363         * comint.el (comint-dynamic-complete-as-filename):
21364         Use read-file-name-completion-ignore-case.
21366 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21368         * comint.el (comint-dynamic-list-filename-completions):
21369         Use read-file-name-completion-ignore-case.
21371         * vc-cvs.el: Require CL.
21372         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21373         New functions to provide completion of revision names.
21375         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21376         (vc-cvs-annotate-first-line-re): New const.
21377         (vc-cvs-annotate-process-filter): New fun.
21378         (vc-cvs-annotate-command): Use them and run the command asynchronously.
21380 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
21382         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21383         (eldoc-print-current-symbol-info): Adjust for changed helper
21384         function signatures.
21385         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
21386         `eldoc-highlight-function-argument'.
21387         (eldoc-highlight-function-argument): New function.
21388         (eldoc-get-var-docstring): Format documentation with
21389         `font-lock-variable-name-face'.
21390         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21391         where suited.
21392         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21393         (eldoc-beginning-of-sexp): Return number of skipped sexps.
21395 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
21397         * progmodes/compile.el (compilation-start): `start-process' must
21398         still be redefined when calling `start-process-shell-command'.
21400         * progmodes/gud.el (gud-file-name): When `default-directory' is a
21401         remote file name, prepend its remote part to the filename.
21402         (gud-common-init): When `default-directory' is a remote file name,
21403         make the filename relative to it.
21404         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21406 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
21408         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21409         mouse binding and a tooltip.
21411 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21413         * menu-bar.el (vc-menu-map): New defalias.
21415 2007-07-10  Richard Stallman  <rms@gnu.org>
21417         * emacs-lisp/lisp-mode.el (eval-defun):
21418         Explain special handling of `defface'.
21420 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
21422         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21424         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21426 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21428         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21430         * vc-arch.el (vc-arch-complete): Remove.
21431         (vc-arch-revision-completion-table): Use complete-with-action.
21433         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21434         (complete-with-action): New function.
21435         (dynamic-completion-table): Use it.
21437 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
21439         * comint.el (make-comint, make-comint-in-buffer)
21440         (comint-exec-1): Replace `start-process' by `start-file-process'.
21442         * progmodes/compile.el (compilation-start): Revert redefining
21443         `start-process'.
21445 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21447         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21448         with EOLs when generating MD5 checksums.
21450         * follow.el: Don't change the global map from the follow-mode-map
21451         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
21452         XEmacs code.
21453         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21454         since `follow-mode' should be used instead for that.
21456         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21457         (easy-menu-do-define): Use it.
21458         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21460         * progmodes/compile.el (compilation-auto-jump-to-first-error)
21461         (compilation-auto-jump-to-next): New vars.
21462         (compilation-auto-jump): New function.
21463         (compilation-error-properties): Use them to jump to first error.
21464         (compilation-start): Set the var if requested.
21466         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21467         duplicates without also removing entries from other directories.
21469 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
21471         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21472         Remember span as default.
21473         (org-columns-edit-value): Rename from `org-column-edit'.
21474         (org-columns-display-here-title): Rename from
21475         `org-overlay-columns-title'.
21476         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21477         (org-columns-get-autowidth-alist): Rename from
21478         `org-get-columns-autowidth-alist'.
21479         (org-columns-display-here): Rename from `org-overlay-columns'.
21480         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21481         (org-columns-quit): Rename from `org-column-quit'.
21482         (org-columns-show-value): Rename from `org-column-show-value'.
21483         (org-columns-content, org-columns-widen)
21484         (org-columns-next-allowed-value)
21485         (org-columns-edit-allowed, org-columns-store-format)
21486         (org-columns-uncompile-format, org-columns-redo)
21487         (org-columns-edit-attributes, org-delete-property)
21488         (org-set-property, org-columns-update)
21489         (org-columns-compute, org-columns-eval)
21490         (org-columns-not-in-agenda, org-columns-compute-all)
21491         (org-property-next-allowed-value)
21492         (org-columns-compile-format)
21493         (org-fill-paragraph-experimental)
21494         (org-string-to-number, org-property-action)
21495         (org-columns-move-left, org-columns-new)
21496         (org-column-number-to-string)
21497         (org-property-previous-allowed-value)
21498         (org-at-property-p, org-columns-delete)
21499         (org-columns-previous-allowed-value)
21500         (org-columns-move-right, org-columns-narrow)
21501         (org-property-get-allowed-values)
21502         (org-verify-version, org-column-string-to-number)
21503         (org-delete-property-globally): New functions.
21504         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21505         (org-columns-overlays): Rename from `org-column-overlays'.
21506         (org-columns-map): Rename from `org-column-map'.
21507         (org-columns-current-maxwidths): Rename from
21508         `org-current-columns-maxwidths'.
21509         (org-columns-begin-marker, org-columns-current-fmt-compiled)
21510         (org-previous-header-line-format)
21511         (org-columns-inhibit-recalculation)
21512         (org-columns-top-level-marker): New variables.
21513         (org-columns-default-format): Rename from `org-default-columns-format'.
21514         (org-property-re): New constant.
21516 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
21518         * subr.el (looking-at-p, string-match-p): New functions.
21520 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
21522         * textmodes/tex-mode.el (tex-fontify-script)
21523         (tex-font-script-display): New variables to make display of
21524         superscripts and subscripts customizable.
21525         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21527 2007-07-09  Richard Stallman  <rms@gnu.org>
21529         * isearch.el (isearch-edit-string): Call to isearch-push-state
21530         after the search.
21532 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
21534         * window.el (fit-window-to-buffer): Remove setting of window-min-height
21535         to 1 as enlarge-window uses the value to resize/shrink windows other
21536         than WINDOW if needed.
21538 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21540         * cus-start.el (file-coding-system-alist): Fix custom type.
21542 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
21544         * longlines.el (longlines-wrap-region): Avoid marking buffer as
21545         modified.
21546         (longlines-auto-wrap, longlines-window-change-function):
21547         Remove unnecessary calls to set-buffer-modified-p.
21549 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21551         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21552         (vc-cvs-checkout): Remove last arg now unused; simplify.
21554 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
21556         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21558         * net/tramp.el:
21559         * net/tramp-ftp.el:
21560         * net/tramp-smb.el:
21561         * net/tramp-uu.el:
21562         * net/trampver.el: Migrate to Tramp 2.1.
21564         * net/tramp-cache.el:
21565         * net/tramp-fish.el:
21566         * net/tramp-gw.el: New Tramp packages.
21568         * net/tramp-util.el:
21569         * net/tramp-vc.el: Removed.
21571         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21572         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21574         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21576         * progmodes/compile.el (compilation-start): Redefine
21577         `start-process' temporarily when `default-directory' is remote.
21578         Remove case of synchronous compilation, this won't happen ever.
21579         (compilation-setup): Make local variable `comint-file-name-prefix'
21580         for remote compilation.
21582 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
21584         * novice.el (disabled-command-function): Fit window to buffer to
21585         make last line visible.
21586         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21588         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21589         when handling the terminating event.
21591 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21593         * calc/calc.el (math-read-number-simple): Remove leading 0s.
21594         (math-bignum-digit-length): Change to optimal value.
21596         * calc/calc-bin.el (math-bignum-logb-digit-size)
21597         (math-bignum-digit-power-of-two): Evaluate when compiled.
21599         * calc/calc-comb.el (math-small-factorial-table)
21600         (math-init-random-base, math-prime-test): Remove unnecessary calls
21601         to `math-read-number-simple'.
21603         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21604         (math-approx-gamma-const): Add docstrings.
21606         * calc/calc-forms.el (math-julian-date-beginning)
21607         (math-julian-date-beginning-int): New constants.
21608         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21609         Use the new constants.
21611         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21613         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21614         Add docstrings.
21616 2007-07-07  Tom Tromey  <tromey@redhat.com>
21618         * vc.el (vc-annotate): Jump to line and output message only after the
21619         process is really all done.
21621 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21623         * vc.el (vc-exec-after): Don't move point from the sentinel.
21624         Forcefully read all the remaining text in the pipe upon process exit.
21625         (vc-annotate-display-autoscale, vc-annotate-lines):
21626         Don't stop at the first unrecognized line.
21627         (vc-annotate-display-select): Run autoscale after the process is done
21628         since it depends on the whole result.
21630 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
21632         * term/w32-win.el (menu-bar-open): New function.
21633         Bind <f10> to it.
21635 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
21637         * simple.el (start-file-process): New defun.
21639 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21641         * files.el (find-file-confirm-nonexistent-file): Rename from
21642         find-file-confirm-inexistent-file.  Update users.
21644         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21645         format of autoload block where the file's time-stamp is replaced by its
21646         MD5 checksum.
21647         (autoload-generate-file-autoloads): Use MD5 checksum instead of
21648         time-stamp for secondary autoloads files.
21649         (update-directory-autoloads): Remove duplicate entries.
21650         Use time-less-p for time-stamps, as done in autoload-find-destination.
21652 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
21654         * calc/calc.el (math-read-number): Replace number by variable.
21655         (math-read-number-simple): Properly parse small integers.
21657 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
21659         * vc.el: Fix doc for the checkout function.
21661 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
21663         * vc-hg.el (vc-hg-root): New function.
21664         (vc-hg-registered): Use it.
21665         (vc-hg-diff-tree): New defalias.
21666         (vc-hg-responsible-p): Likewise.
21667         (vc-hg-checkout): Comment out, not needed.
21668         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21669         (vc-hg-find-version, vc-hg-next-version): New functions.
21671 2007-07-06  Andreas Schwab  <schwab@suse.de>
21673         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21674         dynamic bindings around the evaluation of the expression.
21675         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21677 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21679         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21680         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
21681         Use run-hooks rather than run-mode-hooks.
21683 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
21685         * calc/calc-comb.el (math-random-digit): Rename to
21686         `math-random-three-digit-number'.
21687         (math-random-digits): Don't depend on representation of integer.
21689         * calc/calc-bin.el (math-bignum-logb-digit-size)
21690         (math-bignum-digit-power-of-two): New constants.
21691         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21692         (math-not-bignum, math-clip-bignum): Use the constants
21693         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21694         instead of their values.
21695         (math-clip): Use math-small-integer-size instead of its value.
21697         * calc/calc.el (math-add-bignum): Replace number by constant.
21699 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21701         * wid-edit.el (widget-documentation-string-value-create):
21702         Insert indentation spaces.
21704 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21706         * emacs-lisp/byte-opt.el: Revert last change.
21708 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21710         * vc-hooks.el (vc-handled-backends): Add HG.
21712         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21714 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21716         * complete.el (PC-do-complete-and-exit): Add support for the new
21717         `confirm-only' confirmation mode.
21719 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
21721         * cus-edit.el (custom-commands): New variable.
21722         (custom-tool-bar-map): New variable.  Initialize using
21723         `custom-commands'.
21724         (custom-mode): Use `custom-tool-bar-map'.
21725         (custom-buffer-create-internal): Insert action buttons only if
21726         tool bar is not used.  Use `custom-commands'.
21727         (Custom-help, custom-command-apply): New function.
21728         (custom-command-apply, Custom-set, Custom-save)
21729         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21730         Use `custom-command-apply' instead of duplicating code.
21731         (customize-group-other-window): Call `customize-group' instead of
21732         duplicating code.
21733         (customize-face-other-window): Call `customize-face' instead of
21734         duplicating code.
21735         (customize-group, customize-face): Add optional args for opening
21736         in another window.
21737         (custom-variable-tag): Don't inherit `variable-pitch' face.
21738         (custom-group-tag): Inherit `variable-pitch' face.
21739         (custom-variable-value-create): Set documentation indentation.
21740         (custom-group-value-create): Make group name a link, instead of
21741         using an extra "go to group" button.
21742         (custom-prompt-variable, custom-group-set, custom-group-save)
21743         (custom-group-reset-current, custom-group-reset-saved)
21744         (custom-group-reset-standard): Minor cleanup.
21746 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
21748         * Makefile.in (bootstrap-prepare): When copying from
21749         ldefs-boot.el, make sure loaddefs.el is writeable.
21751         (bootstrap-prepare): Make $(lisp)/ps-print.el
21752         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21754 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
21756         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21757         only caller, and delete.
21758         (vc-hg-state): Deal with exceptions and only parse the output on
21759         successful return.
21760         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21761         caller, and delete.
21762         (vc-hg-workfile-version): Deal with exceptions and only parse the
21763         output on successful return.
21764         (vc-hg-revert): New function.
21766 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
21768         * calculator.el (calculator-expt): Use more cases to determine
21769         the value.
21771 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
21773         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21774         file names.
21776 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
21778         * calculator.el (calculator-expt, calculator-integer-p):
21779         New functions.
21780         (calculator-fact): Check to see if the factorial will be too
21781         large before computing it.
21782         (calculator-initial-operators): Use `calculator-expt' to
21783         compute "^".
21784         (calculator-mode): Mention that results which are too large
21785         will return inf.
21786         * calc/calc-comb.el (math-small-factorial-table): Replace list
21787         by vector.
21789 2007-07-03  David Kastrup  <dak@gnu.org>
21791         * shell.el: On request of the authors, remove their addresses for
21792         the sake of bug reports, and add the developer list address as
21793         maintainer information.
21795 2007-07-03  Richard Stallman  <rms@gnu.org>
21797         * files.el (make-directory): Doc fix.
21798         (find-file-confirm-inexistent-file): Make it a defcustom.
21799         Make nil the default.
21801 2007-07-02  Richard Stallman  <rms@gnu.org>
21803         * startup.el (command-line): Set buffer-offer-save in *scratch*
21804         and enable auto-save in it.
21806 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
21808         * textmodes/org.el (orgstruct-mode-map): New variable.
21809         (orgstruct-mode): New minor mode.
21810         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21811         (orgstruct-make-binding, org-context-p, org-get-local-variables)
21812         (org-run-like-in-org-mode): New functions.
21813         (org-cycle-list-bullet): New command.
21814         (org-special-properties, org-property-start-re)
21815         (org-property-end-re): New constants.
21816         (org-with-point-at): New macro.
21817         (org-get-property-block, org-entry-properties, org-entry-get)
21818         (org-entry-delete, org-entry-get-with-inheritance)
21819         (org-entry-put, org-buffer-property-keys): New functions.
21820         (org-insert-property-drawer): New command.
21821         (org-entry-property-inherited-from): New variable.
21822         (org-column): New face.
21823         (org-column-overlays, org-current-columns-fmt)
21824         (org-current-columns-maxwidths, org-column-map): New variables.
21825         (org-column-menu): New menu.
21826         (org-new-column-overlay, org-overlay-columns)
21827         (org-overlay-columns-title, org-remove-column-overlays)
21828         (org-column-show-value, org-column-quit, org-column-edit):
21829         New functions.
21830         (org-columns, org-agenda-columns): New commands.
21831         (org-get-columns-autowidth-alist): New functions.
21832         (org-properties): New customize group.
21833         (org-default-columns-format): New option.
21834         (org-priority): Realign tags after changing priority.
21835         (org-preserve-lc): New macro.
21836         (org-update-checkbox-count): Catch case when there is no headline.
21837         (org-agenda-quit): Remove any column overlays.
21838         (org-beginning-of-item-list): Fixed bug when non-item line is
21839         indented too deep.
21840         (org-cached-props): New variable.
21841         (org-cached-entry-get): New function.
21842         (org-make-tags-matcher): Handle property matches.
21843         (org-table-recalculate): Swap evaluation order: Field formula
21844         first, then column formulas, but don't allow them to overwrite the
21845         field formulas.
21846         (org-table-eval-formula): New argument untouchable.
21847         (org-table-put-field-property): New function.
21849 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
21851         * help-mode.el (help-make-xrefs): Skip spaces too when
21852         skipping tabs.
21854         * ffap.el (dired-at-point-prompter): Improve prompt in
21855         list-directory case.
21857 2007-07-01  Richard Stallman  <rms@gnu.org>
21859         * files.el (find-file-visit-truename): Fix safe-local-variable value.
21861 2007-07-01  Richard Stallman  <rms@gnu.org>
21863         * cus-start.el (max-mini-window-height): Added.
21865 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
21867         * complete.el (partial-completion-mode): Remove advice of
21868         read-file-name-internal.
21869         (PC-do-completion): Rebind minibuffer-completion-table.
21870         (PC-read-file-name-internal): New function doing what
21871         read-file-name-internal advice did.
21873 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
21875         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21876         property on a few symbols.
21877         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21878         (byte-optimize-lapcode): Remove bindings that are not referenced
21879         and certainly will not effect through dynamic scoping.
21881 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21883         * files.el (find-file-confirm-inexistent-file): New var.
21884         (find-file, find-file-other-window, find-file-other-frame)
21885         (find-file-read-only, find-file-read-only-other-window)
21886         (find-file-read-only-other-frame): Use it.
21888 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21890         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21892 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
21894         * generic-x.el (generic-define-mswindows-modes)
21895         (generic-define-unix-modes, apache-log-generic-mode)
21896         (bat-generic-mode-keymap, java-manifest-generic-mode)
21897         (show-tabs-generic-mode): Fix typos in docstrings.
21899 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
21901         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21902         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21903         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21904         (rcirc-print): Never ignore messages from ourself.
21906 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21908         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21909         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
21911 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
21913         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21914         replace-regexp-in-string.
21916 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21918         * emacs-lisp/cl.el: Set edebug and indentation before loading
21919         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21921 2007-06-28  Andreas Schwab  <schwab@suse.de>
21923         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21924         $(lisp)/subdirs.el.
21926 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
21928         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21929         the speedbar frame if nil; that deletes the current frame or
21930         causes an error if it is the only frame.
21931         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21933 2007-06-28  Kevin Ryde  <user42@zip.com.au>
21935         * textmodes/nroff-mode.el: Groff \# comments.
21936         (nroff-mode-syntax-table): \# comment intro,
21937         plain # as punct per global table.
21938         (nroff-font-lock-keywords): Add # as a single char escape.
21939         (nroff-mode): In comment-start-skip, match \#.
21941 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21943         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21944         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21945         point-min == 1.
21947 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
21949         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21950         Rename and move to...
21952         * subr.el (strings->string, string->strings): ...here.
21954         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21955         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21957         * progmodes/gud.el (gud-common-init): Call string->strings instead
21958         of split-string.
21960 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
21962         * dired-aux.el: Remove `dired-call-process'.
21963         (dired-check-process): Call `process-file'.
21965         * wdired.el (wdired-do-perm-changes): Call `process-file'.
21967         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21968         `ange-ftp-process-file'.
21970 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21972         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21974         * emacs-lisp/cl-extra.el:
21975         * emacs-lisp/cl-seq.el:
21976         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21977         Add autoload cookies on all defs autoloaded manually in cl.el.
21979         * emacs-lisp/cl-loaddefs.el: New file.
21981         * textmodes/texinfmt.el (texinfo-raisesections-alist)
21982         (texinfo-lowersections-alist): Merge definition and declaration.
21983         (texinfo-start-of-header, texinfo-end-of-header): Remove.
21984         (texinfo-format-syntax-table): Merge init into declaration.
21985         (texinfo-format-parse-line-args, texinfo-format-parse-args)
21986         (texinfo-format-parse-defun-args, texinfo-format-node)
21987         (texinfo-push-stack, texinfo-multitable-widths)
21988         (texinfo-define-info-enclosure, texinfo-alias)
21989         (texinfo-format-defindex, batch-texinfo-format): Use push.
21990         (texinfo-footnote-number): Remove duplicate declaration.
21992         * ps-print.el: Update with auto-generated autoloads.
21994         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21996 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21998         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21999         relative to current dir for file-local settings.
22000         (autoload-generate-file-autoloads): Add `outfile' arg.
22001         (update-directory-autoloads): Use it to directly call
22002         autoload-generate-file-autoloads instead of going through
22003         update-file-autoloads so we avoid redundant searches and so we can know
22004         the set of buffers changed so we can save them all.
22006         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22007         rather than throwing `up-to-date'.
22008         (autoload-generate-file-autoloads): Adjust correspondingly.
22009         (update-file-autoloads): Be careful to let-bind
22010         autoload-modified-buffers and adjust to new calling conventions.
22011         (autoload-modified-buffers): Make it a dynamically scoped var.
22012         (update-directory-autoloads): Use file-relative-name instead of
22013         autoload-trim-file-name.
22014         (autoload-insert-section-header): Don't use autoload-trim-file-name
22015         since the file is already relative now.
22016         (autoload-trim-file-name): Remove.
22018         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22019         (vc-arch-complete, vc-arch--version-completion-table)
22020         (vc-arch-revision-completion-table): New functions to provide
22021         completion of revision names.
22022         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22023         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22024         to let the user trim the revlib.
22026         * vc.el: Add new VC operation `revision-completion-table'.
22027         (vc-default-revision-completion-table): New function.
22028         (vc-version-diff, vc-version-other-window): Use it to provide
22029         completion of revision names if the backend provides it.
22031         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22033         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22034         of newer .svn/entries.
22036 2007-06-25  David Kastrup  <dak@gnu.org>
22038         * calc/calc-poly.el (math-padded-polynomial)
22039         (math-partial-fractions): Add some function comments.
22041 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22043         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22044         Make `outbuf' optional.
22045         (update-file-autoloads): Use it.
22047 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22049         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22050         (autoload-find-destination): Keep it uptodate.
22051         (autoload-save-buffers): New fun.
22052         (update-file-autoloads): Use it.  Re-add the "up to date" message.
22054         * emacs-lisp/autoload.el: Refactor for upcoming changes.
22055         (autoload-find-destination): New function extracted from
22056         update-file-autoloads.
22057         (update-file-autoloads): Use it.
22058         (autoload-generate-file-autoloads): New function extracted from
22059         generate-file-autoloads.  Use file-relative-name.  Delay computation of
22060         output-start to the first cookie.  Remove done-any, replaced by
22061         output-start.
22062         (generate-file-autoloads): Use it.
22064 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
22066         * calc/calc-comb.el (math-init-random-base, math-prime-test):
22067         Use math-read-number-simple to insert constants.
22068         (math-prime-test): Redo calculation of sum.
22070         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22072         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22073         math-scale-bignum-3.
22074         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22075         math-bignum-digit-size.
22076         (math-isqrt-small): Add another possible initial guess.
22078 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22080         * textmodes/bibtex.el (bibtex-entry-format): New options
22081         `whitespace', `braces', and `string'.
22082         (bibtex-field-braces-alist, bibtex-field-strings-alist)
22083         (bibtex-field-braces-opt, bibtex-field-strings-opt)
22084         (bibtex-cite-matcher-alist): New variables.
22085         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22086         (bibtex-flash-head): Use blink-matching-delay.
22087         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22088         (bibtex-format-entry, bibtex-reformat): Handle new options of
22089         bibtex-entry-format.
22090         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22091         New functions.
22092         (bibtex-complete-internal): Do not display messages while
22093         minibuffer is used.  Do not leave around a completions buffer
22094         that is out of date.
22095         (bibtex-copy-summary-as-kill): New optional arg.
22096         (bibtex-font-lock-url): New optional arg no-button.
22097         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22098         (bibtex-url): Allow multiple URLs per entry.
22100 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22102         * emacs-lisp/autoload.el (autoload-generated-file): New function.
22103         (update-file-autoloads, update-directory-autoloads): Use it.
22104         (autoload-file-load-name): New function.
22105         (generate-file-autoloads, update-file-autoloads): Use it.
22106         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
22107         (generate-file-autoloads): If the autoloaded form is malformed,
22108         indicate the problem with a warning instead of aborting.
22110 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
22112         * simple.el (next-error-recenter): Accept `(4)' as well;
22113         also, specify `integer' instead of `number'.
22115 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22117         * ls-lisp.el (insert-directory): If an invalid regexp error is
22118         thrown, try using FILE as a literal file name, not a wildcard.
22120 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
22122         * ruler-mode.el (ruler-mode): Prevent clobbering the original
22123         `header-line-format' when reentering ruler mode.
22125 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
22127         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22128         FILE exists as a file.
22130 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22132         * calc/calc.el (math-bignum-digit-length)
22133         (math-bignum-digit-size, math-small-integer-size):
22134         New constants.
22135         (math-normalize, math-bignum-big, math-make-float)
22136         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22137         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22138         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22139         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22140         (math-quotient, math-div-bignum, math-div-bignum-digit)
22141         (math-div-bignum-part, math-format-bignum-decimal)
22142         (math-read-bignum): Use math-bignum-digit-length,
22143         math-bignum-digit-size and math-small-integer-size.
22145         * calc/calc-ext.el (math-fixnum-big): Use the variable
22146         math-bignum-digit-size.
22148 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
22150         * log-view.el (log-view-mode-menu): New menu.
22152 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22154         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22155         differently.
22157         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22158         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22160 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22162         * vc-hg.el (vc-hg-print-log): Insert the file name.
22163         (vc-hg-log-view-mode): Fontify the file name.
22165 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22167         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22168         (calcFunc-julian): Fix incorrect number used in calculations.
22170 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
22172         * simple.el (next-error-recenter): New defcustom.
22173         (next-error, next-error-internal): Recenter if specified,
22174         immediately prior to running `next-error-hook'.
22176         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22177         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22179         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22181 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
22183         * calc/calc-comb.el (math-small-factorial-table): New variable.
22184         (calcFunc-fact): Use `math-small-factorial-table'.
22186         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22187         initial values.
22188         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22189         New variables to use in caches.
22191         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22192         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22194         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22195         (math-bernoulli-b-cache): Use math-read-number-simple to insert
22196         bignums.
22198         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22199         New variables to use in caches.
22201 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
22203         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22205         * vc-hg.el (vc-hg-log-view-mode): New mode.
22207 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
22209         * calc/calc.el (math-read-number-simple): New function.
22211 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22213         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22214         (vera-font-lock-match-item): Fix doc string.
22215         (vera-in-comment-p): Remove unused function.
22216         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22217         use `syntax-ppss'.
22218         (vera-forward-syntactic-ws): Fix argument order.
22219         (vera-prepare-search): Use `with-syntax-table'.
22220         (vera-indent-line): Fix doc string.
22221         (vera-electric-tab): Fix doc string.
22222         (vera-expand-abbrev): Define alias instead of using `fset'.
22223         (vera-comment-uncomment-region): Use `comment-start-skip'.
22225 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
22227         * textmodes/org.el (org-export-with-footnotes): New option.
22228         (org-export-as-html): Fix replacement bug for XEmacs.
22229         (org-agenda-default-appointment-duration): New option.
22231 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
22233         * vc-hg.el: Add to do items.
22234         (vc-hg-diff): Add support for comparing different revisions.
22235         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22236         (vc-hg-annotate-extract-revision-at-line)
22237         (vc-hg-previous-version, vc-hg-checkin): New functions.
22238         (vc-hg-annotate-re): New constant.
22240 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
22242         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22244 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22246         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22247         buffer-local value of log-view-*-re if applicable.
22249         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22250         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22251         (vc-bzr-command*): Remove both (incompatible) versions.
22252         (vc-bzr-do-command*): Remove.
22253         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22254         Remove by folding into its only caller vc-bzr-command.
22255         (vc-bzr-command): Always set the environment, even when ineffective.
22256         (vc-bzr-version): Minor fix up.
22257         (vc-bzr-admin-dirname): New var.
22258         (vc-bzr-bzr-dir): Remove.
22259         (vc-bzr-root-dir): New fun.
22260         (vc-bzr-registered): Use it.  Add an autoloaded version.
22261         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22262         (vc-bzr-view-log-function): Remove.
22263         (vc-bzr-log-view-mode): New major mode to replace it.
22264         (vc-bzr-print-log): Only activate the old hack if needed.
22266         * vc.el (vc-default-log-view-mode): New function.
22267         (vc-print-log): Add new `log-view-mode' VC operation.
22269 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
22271         * ido.el (ido-find-file-in-dir): Don't signal an error for
22272         empty directories.
22274         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22276         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22277         directory where the desktop file was found, as the docstring says.
22278         (desktop-kill): Use `read-directory-name'.
22280 2007-06-20  Alan Mackenzie  <acm@muc.de>
22282         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22283         When removing lines, also remove the \n.  Correction of patch of
22284         2007-04-21.
22286 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
22288         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22289         event is not a cons cell.  Do not unread drag-mouse-1 events.
22290         Select right window in check whether space was stolen from
22291         window above.
22293         * help-mode.el (help-make-xrefs): Adjust position of new forward
22294         button.
22296 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
22298         * vc-bzr.el (vc-bzr-with-process-environment)
22299         (vc-bzr-std-process-invocation): New macros.
22300         (vc-bzr-command, vc-bzr-command*): Use them.
22301         (vc-bzr-with-c-locale): Remove.
22302         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22303         (vc-bzr-buffer-nonblank-p): New function.
22304         (vc-bzr-state-words): New const.
22305         (vc-bzr-state): Look for `bzr status' keywords in output.
22306         Display everything else as a warning message to the user.
22307         Fix status report with bzr >= 0.15.
22309 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
22311         * vc-hg.el (vc-hg-global-switches): Simplify.
22312         (vc-hg-state): Handle more states.
22313         (vc-hg-diff): Fix doc-string.
22314         (vc-hg-register): New function.
22315         (vc-hg-checkout): Likewise.
22317 2007-06-20  Reto Zimmermann  <reto@gnu.org>
22319         * progmodes/vera-mode.el: New file.
22321 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
22323         * calc/calc.el (calc-multiplication-has-precendence):
22324         New variable.
22325         (math-standard-ops, math-standard-ops-p, math-expr-ops):
22326         New functions.
22327         (math-expr-opers): Define using math-standard-ops rather than
22328         math-standard-opers.
22329         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22330         equal the function math-standard-ops rather than the variable
22331         math-standard-opers.
22332         (calc-algebraic-entry): Let math-expr-opers equal
22333         math-standard-ops or math-expr-ops, as appropriate.
22334         (math-expr-read-level, math-read-factor): Let math-expr-opers
22335         equal math-expr-ops.
22336         * calc/calc-embed.el (calc-embedded-finish-edit):
22337         Let math-expr-opers equal the function math-standard-ops
22338         rather than the variable math-standard-opers.
22339         * calc/calc-ext.el (math-read-plain-expr)
22340         (math-format-flat-expr-fancy): Let math-expr-opers equal the
22341         function math-standard-ops rather than the variable
22342         math-standard-opers.
22343         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22344         Let math-expr-opers equal the function math-standard-ops rather
22345         than the variable math-standard-opers.
22346         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22347         equal the function math-standard-ops rather than the variable
22348         math-standard-opers.
22349         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22350         equal the function math-standard-ops rather than the variable
22351         math-standard-opers.
22352         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22353         math-expr-ops.
22355 2007-06-19  Ivan Kanis  <apple@kanis.eu>
22357         * vc-hg.el: New file.
22359 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22361         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22362         with font-lock-multiline.
22364 2007-06-17  Glenn Morris  <rgm@gnu.org>
22366         * lpr.el (lpr-page-header-switches): Move %s to separate element
22367         for correct quoting.  Doc fix.
22369 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22371         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22372         than setting sgml-xml-mode.
22373         (sgml-mode, html-mode): Set sgml-xml-mode.
22374         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22375         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22376         (sgml-electric-tag-pair-before-change-function)
22377         (sgml-electric-tag-pair-flush-overlays): New functions.
22378         (sgml-electric-tag-pair-mode): New minor mode.
22379         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22380         (sgml-calculate-indent): Use assoc-string.
22382 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
22384         * thingatpt.el (thing-at-point-email-regexp): Don't require two
22385         chars before the "@" in an email address.  Andreas Roehler noticed
22386         this problem.
22388 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
22390         * thingatpt.el: Add support for email addresses (`email').
22391         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22392         (thing-at-point-email-regexp): New variable.
22393         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22394         properties on this symbol, with lambda forms for values.
22396 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22398         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22400         * vc.el (vc-dired-hook): Check the backend returned from
22401         `vc-responsible-backend' can really handle `subdir'.
22403 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
22405         * wid-edit.el (widget-add-documentation-string-button):
22406         Fix handling of documentation indent.
22408 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
22410         * mb-depth.el: New file.
22412 2007-06-15  Masatake YAMATO  <jet@gyve.org>
22414         * vc.el (vc-dired-mode): Show backend name as part of mode name.
22416 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
22418         * wid-edit.el (widget-default-create): Move ?h handling here...
22419         (widget-default-format-handler): ...from here.
22420         (widget-docstring, widget-add-documentation-string-button): New funs.
22421         (documentation-string): Add :visibility-widget property.
22422         (widget-documentation-string-value-create): Use it.
22424         * cus-edit.el (custom-split-regexp-maybe): Simplify.
22425         (custom-buffer-create-internal): Simplify message.
22426         (custom-variable-tag): Reduce height to normal.
22427         (custom-variable-value-create, custom-face-value-create)
22428         (custom-visibility): New widget.
22429         (custom-visibility): New face.
22430         (custom-group-value-create):
22431         Call widget-add-documentation-string-button, using `custom-visibility'.
22433 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22435         * emacs-lisp/bytecomp.el (byte-compile-current-group)
22436         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22437         change.  Apparently the "warning even if the group is implicit" is
22438         a feature rather than a bug.
22440 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
22442         * emulation/viper.el (viper-describe-key-ad)
22443         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22444         Compile them conditionally.
22445         (viper-version): Belated version change.
22447 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
22449         * follow.el (follow-all-followers, follow-generic-filter):
22450         * pcomplete.el (pcomplete-restore-windows):
22451         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22452         (x-dnd-drop-data):
22453         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22454         * progmodes/python.el (python-complete-symbol):
22455         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22457 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
22459         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22460         around bright and dim regexps.  Make sure bright and dim matches
22461         use word anchors.  Send text through rcirc-markup functions.
22462         (rcirc-url-regexp): Add single quote character.
22463         (rcirc-connect): Write logs to disk on auto-save-hook.
22464         Make server a non-optional argument.
22465         (rcirc-log-alist): New variable.
22466         (rcirc-log-directory): Make customizable.
22467         (rcirc-log-flag): New customizable variable.
22468         (rcirc-log): New function.
22469         (rcirc-print): Use above function.
22470         (rcirc-log-write): New function.
22471         (rcirc-generate-new-buffer-name): Strip text properties.
22472         (rcirc-switch-to-buffer-function): Remove variable.
22473         (rcirc-last-non-irc-buffer): Remove variable.
22474         (rcirc-non-irc-buffer): Add function.
22475         (rcirc-next-active-buffer): Use above function.
22476         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22477         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22478         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22479         (rcirc-omit-mode): Add minor-mode.
22480         (rcirc-mode-map): Change C-c C-o binding.
22481         (rcirc-mode): Clear mode-line-process.  Use a custom
22482         fill-paragraph-function.  Set up buffer-invisibility-spec.
22483         (rcirc-response-formats): Remove timestamp code.
22484         (rcirc-omit-responses): Add variable.
22485         (rcirc-print): Don't put the overlay arrow on potentially omitted
22486         lines.  Log line to disk.  Record activity for private messages
22487         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
22488         (rcirc-jump-to-first-unread-line): Print message if there is no
22489         unread text.
22490         (rcirc-clear-unread): New function.
22491         (rcirc-markup-text-functions): Add variable.
22492         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22493         (rcirc-debug): Don't mess with window configuration.
22494         (rcirc-send-message): Send message before printing locally.
22495         Add SILENT argument, do not print message if non-nil.
22496         (rcirc-visible-buffers): New function and variable.
22497         (rcirc-window-configuration-change-1): Add function.
22498         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22499         server buffer.
22500         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22501         (rcirc-fill-paragraph): Add function.
22502         (rcirc-record-activity, rcirc-window-configuration-change-1):
22503         Only update the activity string if it has actually changed.
22504         (rcirc-update-activity-string): Remove padding characters from the
22505         mode-line string.
22506         (rcirc-disconnect-buffer): New function to be called when a
22507         channel is parted or the user quits.
22508         (rcirc-server-name): Warn when the server-name hasn't been set.
22509         (rcirc-window-configuration-change): Postpone work until
22510         post-command-hook.
22511         (rcirc-window-configuration-change-1): Update mode-line and
22512         overlay arrows here.
22513         (rcirc-authenticate): Fixc hanserv identification.
22514         (rcirc-default-server): Remove variable.
22515         (rcirc): Connect according to rcirc-connections.
22516         (rcirc-connections): Add variable.
22517         (rcirc-startup-channels-alist): Remove variable.
22518         (rcirc-startup-channels): Remove function.
22520 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22522         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22524 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
22526         * term/xterm.el (terminal-init-xterm): Escape parens in character
22527         constants.
22529 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22531         * progmodes/sh-script.el: Remove unneeded * from docstrings.
22532         Use [:alpha:] and [:alnum:] where applicable.
22533         (sh-quoted-subshell): Rewrite to correctly
22534         handle nested mixes of `...' and $(...).
22535         (sh-apply-quoted-subshell): Remove.
22536         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22538         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
22540 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
22542         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22543         previous change.
22545 2007-06-12  Tom Tromey  <tromey@redhat.com>
22547         * subr.el (user-emacs-directory): New defconst.
22548         * cmuscheme.el (scheme-start-file):
22549         * shell.el (shell):
22550         * completion.el (save-completions-file-name):
22551         * custom.el (custom-theme-directory):
22552         * term/x-win.el (emacs-session-filename):
22553         * filesets.el (filesets-menu-cache-file):
22554         * thumbs.el (thumbs-thumbsdir):
22555         * server.el (server-auth-dir):
22556         * image-dired.el (image-dired-dir):
22557         (image-dired-db-file):
22558         (image-dired-temp-image-file):
22559         (image-dired-gallery-dir):
22560         (image-dired-temp-rotate-image-file):
22561         * play/gamegrid.el (gamegrid-user-score-file-directory):
22562         * savehist.el (savehist-file):
22563         * tutorial.el (tutorial--saved-dir):
22564         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22566 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
22568         * scroll-lock.el (scroll-lock-mode): Doc fix.
22570 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22572         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22574         * ediff-init.el: Doc strings.
22576 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22578         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22579         (byte-compile-file): Bind it.
22580         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22581         group argument is provided implicitly.
22582         (byte-compile-format-warn, byte-compile-from-buffer)
22583         (byte-compile-insert-header): Don't hardcode point-min==1.
22584         (byte-compile-file-form-require): Remove unused var old-load-list.
22585         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22587 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
22589         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22590         Display error messages.
22591         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22592         Get rid of cl.el dependencies.
22594         * emulation/viper-init.el (viper-suppress-input-method-change-message):
22595         New variable.
22596         (viper-activate-input-method-action)
22597         (viper-inactivate-input-method-action):
22598         Use viper-suppress-input-method-change-message.
22600         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22601         for C-s, C-r.
22603         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22604         Use viper-replace-overlay-cursor-color instead of
22605         viper-replace-overlay-cursor-color.
22606         (viper-sit-for-short): Use sit-for with 3 arguments.
22608         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22609         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22610         to gud-mode.
22612         * ediff-mult.el (ediff-meta-buffer-brief-message)
22613         (ediff-meta-buffer-verbose-message): New variables.
22614         (ediff-meta-buffer-message): Variable deleted.
22615         (ediff-verbose-help-enabled): New variable.
22616         (ediff-toggle-verbose-help-meta-buffer): New function.
22617         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22618         message options.
22620         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22621         (ediff-fixup-patch-map): Improve heuristic.
22623 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22625         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22626         (log-view-font-lock-keywords): Simplify.
22627         (log-view-current-file, log-view-current-tag): Simplify.
22629 2007-06-12  Sam Steingold  <sds@gnu.org>
22631         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22633 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
22635         * desktop.el (desktop-load-locked-desktop): New option.
22636         (desktop-read): Use it.
22637         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22638         Use `when'.
22640 2007-06-12  Davis Herring  <herring@lanl.gov>
22642         * desktop.el (desktop-save-mode-off): New function.
22643         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22644         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22645         (desktop-claim-lock, desktop-release-lock): New functions.
22646         (desktop-kill): Tell `desktop-save' that this is the last save.
22647         Release the lock afterwards.
22648         (desktop-buffer-info): New function.
22649         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
22650         says to.  Detect conflicts, and manage the lock.
22651         (desktop-read): Detect conflicts.  Manage the lock.
22653 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22655         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22657         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22658         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
22659         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22660         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22661         keysyms rather than byte sequences.
22662         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22664 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22666         * font-lock.el (font-lock-add-keywords): In case font-lock was only
22667         half-activated, forcefully activate it completely.
22669 2007-06-11  Richard Stallman  <rms@gnu.org>
22671         * cus-edit.el (custom-variable-type): Doc fix.
22673 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22675         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22676         (sh-font-lock-flush-syntax-ppss-cache): New functions.
22677         (sh-font-lock-syntactic-keywords): Use them to distinguish the
22678         different possible cases for \'.
22680         * complete.el (PC-bindings): Don't bind things already bound in the
22681         parent keymap.
22683         * textmodes/bibtex-style.el: New file.
22685 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
22687         * vc-bzr.el: New file.
22689 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22691         * vc-svn.el (vc-svn-program): New var.
22692         (vc-svn-command): Use it.
22694 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
22696         * server.el (server-switch-buffer): Remove redundant check.
22698 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
22700         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22701         Match against file-name-nondirectory.
22702         Fix text on user customization variables.
22703         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22705 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22707         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22709 2007-06-09  Davis Herring  <herring@lanl.gov>
22711         * desktop.el (desktop-minor-mode-table): Doc fix.
22713 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22715         * textmodes/css-mode.el (css-navigation-syntax-table):
22716         Use set-char-table-range so it also works in the unicode branch.
22718 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
22720         * help-mode.el (help-xref-forward-stack)
22721         (help-xref-stack-forward-item, help-forward-label): New variables.
22722         (help-forward): New button type.
22723         (help-setup-xref): Initialise help-xref-forward-stack.
22724         (help-make-xrefs): Add forward button, if appropriate.
22725         (help-xref-go-back): Push item on forward stack.
22726         (help-xref-go-forward, help-go-forward): New functions.
22728 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
22730         * dired.el (dired-mode-map): Remove spurious separator.
22732 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22734         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22736         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22737         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22739 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
22741         * textmodes/org.el: Version number fixed.
22743 2007-06-07  Glenn Morris  <rgm@gnu.org>
22745         * version.el (emacs-copyright): New constant.
22746         * startup.el (fancy-splash-tail): Use emacs-copyright.
22747         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22749         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22750         `make-local'.
22751         (byte-compile-warnings-safe-p): Add `make-local'.
22752         (byte-compile-make-variable-buffer-local):
22753         Allow byte-compile-warnings to suppress this warning.
22755         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22756         format of "menu" description.
22757         (tutorial--find-changed-keys): Describe the specific menu a
22758         command is in.
22760         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22761         Rewrite compatibility functions to silence byte-compiler.
22763 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
22765         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22766         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22768 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
22770         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22772 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
22774         * progmodes/ebrowse.el (ebrowse-member-table):
22775         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22776         (org-batch-agenda-csv): Fix typos in docstrings.
22778 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
22780         * pgg.el (pgg-sign-region, pgg-sign):
22781         * ses.el (ses-call-printer):
22782         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22783         * textmodes/org.el (org-cycle): Fix typos in docstrings.
22785 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
22787         * textmodes/org.el (org-export-region-as-html)
22788         (org-replace-region-by-html, org-number-to-letters)
22789         (org-table-fedit-finish, org-normalize-color)
22790         (org-table-fedit-ref-right, org-date-to-gregorian)
22791         (org-table-fedit-move, org-table-convert-refs-to-rc)
22792         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22793         (org-write-agenda, org-colgroup-info-to-vline-list)
22794         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22795         (org-indent-line-function, org-export-as-html-to-buffer)
22796         (org-store-agenda-views, org-update-mode-line)
22797         (org-find-if, org-delete-all)
22798         (org-table-fedit-convert-buffer, org-emphasize)
22799         (org-uniquify, org-table-fedit-lisp-indent)
22800         (org-table-fedit-scroll, org-get-todo-sequence-head)
22801         (org-table-fedit-scroll-down, org-table-fedit-line-down)
22802         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22803         (org-table-fedit-toggle-coordinates, org-dvipng-color)
22804         (org-table-fedit-line-up, org-table-fedit-ref-down)
22805         (org-table-formula-from-user, org-mode-flyspell-verify)
22806         (org-cycle-show-empty-lines, org-ctrl-c-ret)
22807         (org-table-formula-to-user, org-diary-to-ical-string)
22808         (orgtbl-export, org-table-fedit-post-command)
22809         (org-closed-in-range, org-shiftcontrolright)
22810         (org-table-convert-refs-to-an, org-table-hline-and-move)
22811         (org-table-formula-less-p, org-format-table-ascii)
22812         (org-agenda-get-sexps, org-shift-refpart)
22813         (org-diary-sexp-entry, org-time-string-to-absolute)
22814         (org-table-show-reference, org-letters-to-number)
22815         (org-fix-agenda-info, org-table-fedit-ref-up)
22816         (org-table-fedit-shift-reference, org-table-fedit-abort)
22817         (org-closest-date, org-shiftcontrolleft)
22818         (org-at-heading-or-item-p, org-rematch-and-replace)
22819         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22820         New functions.
22821         (org-table-edit-scroll-down, org-finish-edit-formulas)
22822         (org-table-edit-next-field, org-abort-edit-formulas)
22823         (org-font-lock-level, org-export-find-first-heading-line)
22824         (org-table-edit-line-down, org-table-edit-backward-field)
22825         (org-edit-formula-lisp-indent, org-table-edit-move)
22826         (org-check-log-option, org-this-word)
22827         (org-table-edit-line-up, org-table-edit-formulas-post-command)
22828         (org-agenda-file-to-end, org-expand-file-name)
22829         (org-fake-empty-table-line, org-table-edit-scroll)
22830         (org-toggle-log-option, org-show-reference): Function removed.
22831         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22832         New defsubsts.
22833         (org-unmodified, org-batch-store-agenda-views)
22834         (org-batch-agenda-csv): New macro.
22835         (org-agenda-export): New customization group.
22836         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22837         (org-highest-priority, org-agenda-exporter-settings)
22838         (org-log-done-with-time, org-replace-disputed-keys)
22839         (org-format-latex-header, org-export-table-header-tags)
22840         (org-cycle-separator-lines, org-export-table-data-tags)
22841         (org-icalendar-include-sexps)
22842         (org-empty-line-terminates-plain-lists)
22843         (org-log-repeat, org-special-ctrl-a)
22844         (org-table-use-standard-references, org-disputed-keys)
22845         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22846         (org-agenda-export-html-style): New option.
22847         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22848         (org-CUA-compatible): Option removed.
22849         (org-agenda-structure, org-sexp-date): New face.
22850         (org-todo-keywords-for-agenda, org-not-done-keywords)
22851         (org-planning-or-clock-line-re, org-agenda-name)
22852         (org-table-colgroup-info, org-todo-sets)
22853         (constants-unit-system, org-clock-mode-line-entry)
22854         (org-mode-line-timer, org-table-current-begin-pos)
22855         (org-todo-keywords-1, org-mode-line-string)
22856         (org-table-clean-did-remove-column, org-table-fedit-map)
22857         (org-clock-heading, org-table-buffer-is-an)
22858         (org-agenda-info, org-done-keywords)
22859         (org-done-keywords-for-agenda, org-todo-heads)
22860         (org-todo-kwd-alist, org-clock-start-time): New variable.
22861         (org-todo-kwd-priority-p, org-edit-formulas-map)
22862         (org-repeat-re, org-todo-kwd-max-priority)
22863         (org-version, org-done-string)
22864         (org-table-clean-did-remove-column-1, org-disputed-keys):
22865         Remove variables.
22866         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22867         (org-ts-lengths): Constant removed.
22868         (org-follow-gnus-link): Don't ask how many articles to read.
22869         (org-export-find-first-export-line): Rename from
22870         `org-export-find-first-heading'.
22871         Use `org-export-skip-text-before-1st-heading'.
22872         (org-table-fedit-post-command): Rename from
22873         `org-table-edit-formulas-post-command'.
22874         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22875         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22876         (org-table-fedit-lisp-indent): Rename from
22877         `org-edit-formula-lisp-indent'.
22878         (org-table-show-reference): Rename from `org-show-reference'.
22879         (org-table-store-formulas): Use `org-table-formula-less-p'.
22880         (org-table-edit-formulas): Position cursor to current field equation.
22881         (org-update-checkbox-count, org-hide-archived-subtrees)
22882         (org-timestamp-up-day, org-timestamp-down-day)
22883         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22884         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22885         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22886         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22887         Let `org-on-heading-p' also check for invisible heading.
22888         (org-read-date): Match am/pm times.
22889         (org-eval-in-calendar): Fix default date in prompt.
22891 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
22893         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22894         "ChangeLog.a" entries, giving the latter lower priority.
22896 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
22898         * faces.el (face-id): If the argument is a face alias,
22899         return the ID of the target face.
22901 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
22903         * net/socks.el (top): Remove unnecessary copyright line.
22905 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
22907         * longlines.el (longlines-auto-wrap): Handle argument correctly.
22909 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
22911         * net/socks.el: New file, taken from w3 repository.
22912         (top): Update Copyright.  Don't load cl.el.
22913         (all): Replace `case' by `cond', `string-to-int' by
22914         `string-to-number', and `process-kill-without-query' by
22915         `set-process-query-on-exit-flag'.
22916         (socks-char-int): Remove defalias and all occurrences.
22918 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
22920         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22921         Fix typos in docstrings.
22922         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22923         (compilation-finish-function): Fix typo in obsolescence declaration.
22925 2007-06-03  Sam Steingold  <sds@gnu.org>
22927         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22928         handle unending automatic recompilation of changed files (`omake -P').
22929         (compilation-loop): VISITED is now 5th CDR.
22930         (compilation-next-error-function): Set TIMESTAMP.
22932 2007-06-03  Sam Steingold  <sds@gnu.org>
22934         * files.el (kill-buffer-ask): New function.
22935         (kill-some-buffers): Use it.
22936         (kill-matching-buffers): New user command.
22938 2007-06-01  David Kastrup  <dak@gnu.org>
22940         * dired.el (dired-recursive-deletes, dired-recursive-copies):
22941         Change default to `top'.
22943 2007-05-31  Richard Stallman  <rms@gnu.org>
22945         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22947 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22949         * textmodes/css-mode.el: New file.
22951 2007-05-30  Michael Olson  <mwolson@gnu.org>
22953         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22954         died and we are trying to send a signal to it.  The program using
22955         tq.el should periodically check to see whether the process has
22956         died and react appropriately -- this is not the responsibility of
22957         tq.el, and is consistent with the rest of the tq.el source code.
22959 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
22961         * textmodes/table.el (table--point-entered-cell-function)
22962         (table--point-left-cell-function):
22963         Bind `inhibit-point-motion-hooks' to t.
22965 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
22967         * emacs-lisp/rx.el (rx): Doc fix.
22969 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
22971         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22973 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
22975         Sync with Tramp 2.0.56.
22977         * net/tramp.el:
22978         * net/tramp-ftp.el:
22979         * net/tramp-smb.el:
22980         * net/tramp-util.el:
22981         * net/tramp-vc.el:
22982         Don't load cl.el, because that pollutes the namespace.  Replace cl
22983         macros by their implementations where necessary.  Requested by
22984         Richard Stallman <rms@gnu.org>.
22986         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22987         doesn't exist.
22988         (with-parsed-tramp-file-name): Protect debug spec during compilation.
22989         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22990         (tramp-file-name-p, tramp-file-name-multi-method)
22991         (tramp-file-name-method, tramp-file-name-user)
22992         (tramp-file-name-host, tramp-file-name-localname): New defuns,
22993         replacing defstruct `tramp-file-name'.
22994         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22995         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22996         Apply `vector' instead of `make-tramp-file-name'.
22997         (tramp-handle-make-auto-save-file-name):
22998         Apply `tramp-temporary-file-directory' for compatibility reasons.
22999         (tramp-completion-mode): Use `natnump' instead of `wholenump'
23000         because of XEmacs.
23001         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23002         started.
23004 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
23006         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23008 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
23010         * log-edit.el (log-edit-changelog-paragraph): Return point-max
23011         as the end of the ChangeLog paragraph when it ends without a line
23012         termination.
23014 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
23016         * net/webjump.el (webjump-sample-sites):
23017         Add simple Wikipedia query.
23019 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23021         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23022         compatibility code.
23024         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23025         (copyright-update-year): Use it.
23027         * edmacro.el (edmacro-format-keys): Use current-active-maps.
23029         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23030         Add indentation and debugging info.  Fix up comment convention.
23032         * cus-dep.el (custom-make-dependencies): Simplify.
23034         * composite.el (compose-region, decompose-region):
23035         Use inhibit-read-only and restore-buffer-modified-p.
23037         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23038         (xterm-mouse-event): Use it.
23040 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
23042         * bs.el (bs-cycle-previous): Don't modify the cycle list until
23043         `switch-to-buffer' has returned succesfully.
23044         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
23045         window is dedicated (it could iconify the frame).
23047 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
23049         * vc-hooks.el (vc-find-root): Fix file attribute test.
23051 2007-05-24  Richard Stallman  <rms@gnu.org>
23053         * textmodes/flyspell.el (flyspell-correct-word-before-point):
23054         Don't let opoint be nil.
23055         (flyspell-emacs-popup): Explicit error if no dialogs.
23057 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
23059         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23060         (image-next-line, image-previous-line, image-scroll-up)
23061         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23062         New functions.
23063         (image-mode-map): Remap motion commands.
23064         (image-mode-text-map): New keymap for viewing images as text.
23065         (image-mode): Use image-mode-map.
23066         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23068 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23070         * textmodes/fill.el (canonically-space-region): Make the second arg
23071         a marker if it's not already the case.
23073 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23075         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23076         (tar-get-descriptor): Handle type 55, an extended pax header.
23078 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23080         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23081         to confuse outline-minor-mode.
23083 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
23085         * tar-mode.el (tar-file-name-handler): New function.
23086         (tar-extract): Bind file-name-handler-alist to it to force
23087         find-buffer-file-type-coding-system behave as if the file being
23088         extracted existed.  Use last-coding-system-used to force
23089         buffer-file-coding-system to what decode-coding-region actually
23090         used to decode the file.
23092 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23094         * progmodes/compile.el (compilation-handle-exit):
23095         `compilation-finish-function' may change the current buffer.
23097 2007-05-22  Richard Stallman  <rms@gnu.org>
23099         * files.el (set-auto-mode): Doc fix.
23101 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
23103         * help-fns.el (find-source-lisp-file): New function.
23104         (describe-function-1): Use find-source-lisp-file to find source
23105         file in compile tree.
23107 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
23109         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23111 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
23113         * emacs-lisp/easy-mmode.el (define-minor-mode)
23114         (easy-mmode-define-navigation): Fix typos in docstrings.
23116 2007-05-22  Glenn Morris  <rgm@gnu.org>
23118         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23120 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23122         * mail/mail-extr.el (mail-extract-address-components):
23123         Recognize non-ASCII characters except for NBSP as words.
23125 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
23127         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23128         (rcirc-print): Handle `window-width'.
23129         (rcirc-buffer-maximum-lines): Doc fix.
23131 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
23133         * image-mode.el (image-toggle-display): Don't clear image cache.
23134         Only use filename in image spec if the file is readable.
23135         Call image-refresh.
23137         * image.el (image-type-from-file-name, image-type): Simplify.
23138         (image-type-auto-detected-p): Don't scan auto-mode-alist.
23140         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23141         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23143 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23145         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23146         is an error.
23148         * term/linux.el (terminal-init-linux): Don't signal an error
23149         if gpm isn't running.
23151 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
23153         * t-mouse.el: Reduce to a minor-mode macro call.
23154         (t-mouse-mode): Remove the lighter.
23156         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23158 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
23160         * files.el (auto-mode-alist): Change the regexp so that
23161         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23163 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
23165         * Version 22.1 released.
23167 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
23169         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23170         changes.
23172 2007-05-19  Kevin Ryde  <user42@zip.com.au>
23174         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23176 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
23178         * textmodes/sgml-mode.el: Revert last change.
23180 2007-05-18  Richard Stallman  <rms@gnu.org>
23182         * simple.el (push-mark): Doc fix.
23184 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
23186         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23187         tpu-global-map.
23188         (tpu-original-global-map): Variable deleted.
23189         (tpu-control-keys-map): New keymap variable.
23190         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23191         setting keymapping directly.
23192         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23193         tpu-global-map.
23194         (tpu-edt-on): Activate the tpu-global-map.
23195         (tpu-edt-off): Deactivate the tpu-global-map.
23197 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
23199         * textmodes/ispell.el (ispell-get-word): Return markers
23200         for start and end positions.
23201         (ispell-word): Assume END is a marker.
23203 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
23205         * textmodes/sgml-mode.el (sgml-tag):
23206         Fix bug: Call sgml-transformation-function.
23208 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
23210         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23211         modified flag of buffer.  Use `inhibit-modification-hooks'.
23213 2007-05-16  Richard Stallman  <rms@gnu.org>
23215         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23217 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23219         * files.el (magic-mode-alist, magic-fallback-mode-alist):
23220         Move the *ml, Postscript, and XmCD entries to the fallback part.
23222         * files.el (magic-fallback-mode-alist):
23223         Rename from file-start-mode-alist.
23225 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
23227         * progmodes/compile.el (compilation-handle-exit): Quote first
23228         argument of `run-hook-with-args'.
23230 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
23232         * buff-menu.el (Buffer-menu-sort-column):
23233         * dabbrev.el (dabbrev-upcase-means-case-search):
23234         * dired.el (dired-recursive-deletes, dired-recursive-copies):
23235         * info.el (Info-current-subfile):
23236         * ls-lisp.el (ls-lisp-verbosity):
23237         * msb.el (msb-menu-cond):
23238         * pcvs.el (cvs-dired-use-hook):
23239         * simple.el (set-mark-command-repeat-pop):
23240         * time.el (display-time-24hr-format, display-time-mail-file):
23241         Doc fixes.
23243         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23244         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23246         * view.el (view-inhibit-help-message): Fix typo in docstring.
23247         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23249 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
23251         * textmodes/ispell.el (ispell-start-process): Defend against bad
23252         default-directory.
23254 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
23256         * mail/rmail.el (rmail-convert-to-babyl-format): Check
23257         content-transfer-encoding _last_, because it's its position that
23258         we need as value of base64-header-field-end.
23260 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
23262         * files.el (mode-require-final-newline, require-final-newline)
23263         (enable-local-variables, enable-local-eval): Doc fixes.
23265 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23267         * ps-print.el: Use default color when foreground or background color
23268         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
23269         (ps-print-version): New version 6.7.4.
23270         (ps-rgb-color): New argument.  Use default color when color is
23271         unspecified.
23272         (ps-begin-job): Fix code.
23274 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
23276         * longlines.el (longlines-mode): Make longlines-auto-wrap
23277         buffer-local.  Add hooks unconditionally.
23278         (longlines-auto-wrap): Toggle wrapping.
23279         (longlines-after-change-function)
23280         (longlines-post-command-function): Check longlines-auto-wrap.
23282 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
23284         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23285         (xterm-mouse-translate): Use it.
23287 2007-05-10  Richard Stallman  <rms@gnu.org>
23289         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23290         (iso-cvt-write-only): Likewise.
23292         * emacs-lisp/easy-mmode.el (define-minor-mode):
23293         Fix generated doc string.
23295         * startup.el (fancy-splash-text): Add URL of guided tour.
23296         Adjust horizontal and vertical whitespace.
23298         * progmodes/compile.el (compilation-handle-exit):
23299         Use run-hook-with-args to run compilation-finish-functions.
23301         * files.el (file-start-mode-alist): New variable.
23302         (magic-mode-regexp-match-limit): Doc fix.
23303         (set-auto-mode): Handle file-start-mode-alist.
23304         A little cleanup of structure.
23306         * dabbrev.el (dabbrev-eliminate-newlines):
23307         Renamed from dabbrev--eliminate-newlines.  All uses changed.
23309 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
23311         * man.el (Man-next-section): Don't consider the last line of the page
23312         as being part of any section.
23314 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23316         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23317         can take any number of values.
23319 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23321         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23322         to the list of citation commands.
23324 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23326         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23328 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23330         * progmodes/python.el (python-font-lock-keywords)
23331         (python-open-block-statement-p, python-mode): Add support for the new
23332         "with" keyword.
23334 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23336         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23337         the exact opposite of diff-goto-source.
23339         * emacs-lisp/advice.el (ad-special-forms): Remove.
23340         (ad-special-form-p): Use subr-arity.
23342         * newcomment.el (comment-search-forward): Make sure we search forward.
23343         (comment-enter-backward): Try and distinguish the non-matching case at
23344         EOB from the non-matching case with a missing comment-end-skip for
23345         a 2-char comment ender.
23346         (comment-choose-indent): New function extracted from comment-indent.
23347         Improve the alignment algorithm.
23348         (comment-indent): Use it.
23350         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23351         XML style Processing Instructions.
23352         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
23353         (sgml-calculate-indent): Handle `pi' context.
23355         * vc.el: Ensure that update-changelog issues an error when used with
23356         a backend that does not implement it.
23357         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23358         Remove `backend' argument.  Use expand-file-name.
23359         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23361         * progmodes/python.el (python-end-of-block): Revert last change.
23362         (python-end-of-statement): Make sure we move *forward*.
23364 2007-05-08  Richard Stallman  <rms@gnu.org>
23366         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23367         Don't include non-self-insert commands in the exception for `-'.
23369 2007-05-08  David Reitter  <david.reitter@gmail.com>
23371         * progmodes/python.el (python-guess-indent): Check non-nullness
23372         before comparing indent against the 2..8 interval.
23374 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23376         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23377         available.
23379 2007-05-06  Richard Stallman  <rms@gnu.org>
23381         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23383 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23385         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23386         rather than storing their value in the revert-buffer function.
23388 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
23390         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23391         when disabling t-mouse-mode.
23393 2007-05-01  Davis Herring  <herring@lanl.gov>
23395         * calendar/timeclock.el: Update version number.
23396         (timeclock-modeline-display): Mention timeclock-use-display-time
23397         in explanatory message.
23398         (timeclock-in): Fix non-interactive workday specifications.
23399         (timeclock-log): Don't kill the log buffer if it already existed.
23400         Suppress warnings when finding the log.  Don't check for a nil
23401         project twice.  Run hooks after killing the buffer (if applicable).
23402         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23403         was geometric).  All uses changed.
23404         (timeclock-generate-report): Support prefix argument.
23406 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
23408         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23409         disconnections.
23411 2007-05-01  Romain Francoise  <romain@orebokech.com>
23413         * dired-x.el: Revert 2007-04-06 change.
23415 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
23417         * find-dired.el (find-dired-filter): Propertize all text down to eob.
23419 2007-04-29  Richard Stallman  <rms@gnu.org>
23421         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23423 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23425         * progmodes/cc-mode.el (c-before-change): Use point-min rather
23426         than 1.
23428 2007-04-28  Richard Stallman  <rms@gnu.org>
23430         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23432 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
23434         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23435         don't put stop on toolbar.
23437 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23439         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23441 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
23443         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23444         instead of $(lisp)/mh-e.
23446 2007-04-28  Glenn Morris  <rgm@gnu.org>
23448         * image-dired.el (image-dired-cmd-create-thumbnail-options)
23449         (image-dired-cmd-create-temp-image-options): Replace option
23450         +profile "*" with -strip.
23452 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
23454         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23455         Use window-start and window-end.
23457 2007-04-27  Andreas Schwab  <schwab@suse.de>
23459         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23461 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
23463         * textmodes/fill.el (fill-paragraph): Doc fix.
23465 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
23467         * locate.el (locate-in-alternate-database): Doc fix.
23469 2007-04-26  Glenn Morris  <rgm@gnu.org>
23471         * button.el (button): Use underline if supported, else fall back
23472         to color.
23474         * version.el (emacs-version): Increase to 22.1.50.
23476 2007-04-25  Richard Stallman  <rms@gnu.org>
23478         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23480 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
23482         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23483         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23484         pushing mark.
23485         (idlwave-current-routine): Don't push mark.
23487 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
23489         * image-dired.el (image-dired-display-image): Derive image-type from
23490         filename rather than assuming jpeg, in case no resizing was needed.
23492 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
23494         * custom.el (defface): Doc fix.
23496 See ChangeLog.12 for earlier changes.
23498 ;; Local Variables:
23499 ;; coding: utf-8
23500 ;; add-log-time-zone-rule: t
23501 ;; End:
23503     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
23505   This file is part of GNU Emacs.
23507   GNU Emacs is free software; you can redistribute it and/or modify
23508   it under the terms of the GNU General Public License as published by
23509   the Free Software Foundation; either version 3, or (at your option)
23510   any later version.
23512   GNU Emacs is distributed in the hope that it will be useful,
23513   but WITHOUT ANY WARRANTY; without even the implied warranty of
23514   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23515   GNU General Public License for more details.
23517   You should have received a copy of the GNU General Public License
23518   along with GNU Emacs; see the file COPYING.  If not, write to the
23519   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23520   Boston, MA 02110-1301, USA.
23522 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af