1 2008-12-19 Glenn Morris <rgm@gnu.org>
3 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4 (authors-fixed-case): New constant.
5 (authors-public-domain-files, authors-ignored-files):
6 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
7 (authors-renamed-files-regexps): Add some new entries.
8 (authors-canonical-file-name): Don't complain about ignored files.
9 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
10 (authors): Ensure error buffer is writable.
12 2008-12-18 Kenichi Handa <handa@m17n.org>
14 * international/fontset.el (script-representative-chars): Add more
16 (setup-default-fontset): Add more scripts.
18 * international/characters.el: Add more scripts.
20 2008-12-19 Juri Linkov <juri@jurta.org>
22 * info.el (Info-isearch-search): Implement lax version of
23 incremental word search in Info.
24 (Info-isearch-start): Set Info-isearch-initial-node to the
25 current node when search is nonincremental to not stop at the
26 initial node in this case.
27 (Info-mode-map): Unbind "\M-s" from `Info-search'.
29 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
31 * textmodes/rst.el (rst-promote-region): Reflow docstring.
32 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
33 (rst-repeat-last-character): Fix typos in docstrings.
34 (rst-mode, rst-backward-section): Doc fixes.
36 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
38 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
39 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
40 (newsticker--treeview-load): Check whether groups file exists.
42 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
43 (newsticker-dir): Use `locate-user-emacs-file'.
45 2008-12-18 Martin Rudalics <rudalics@gmx.at>
47 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
48 end-of-visual-line to CUA's recognized commands. (Bug#1549)
50 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
52 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
54 * startup.el (command-line): Do not mention the server name in
55 case the user has not mentioned it, print a more explicit message.
57 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change
60 2008-12-18 Sam Steingold <sds@gnu.org>
62 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
64 2008-12-18 Juri Linkov <juri@jurta.org>
66 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
67 `isearch-edit-string-set-word'.
68 (isearch-edit-string-set-word): Remove.
69 (isearch-occur): Imitate the C function `wordify' by replacing
70 non-word character with the \\W+ regexp.
71 (isearch-search-fun): Add `isearch-nonincremental' to the
72 condition of using a non-lax version of `word-search-forward'.
74 2008-12-17 Daiki Ueno <ueno@unixuser.org>
76 * epa-file.el (epa-file-insert-file-contents): Set
77 buffer-file-name before decrypting a file.
79 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
81 * server.el (server-start): If unable to start the server,
82 display a warning instead of raising an error.
84 * startup.el (server-process): Add defvar.
85 (command-line): If the daemon is unable to start the server,
86 display a message and exit Emacs.
88 2008-12-15 Sam Steingold <sds@gnu.org>
90 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
91 mostly for CLISP modules, but could also be useful elsewhere.
93 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
95 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
96 * icomplete.el (icomplete-prospects-height):
97 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
99 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
101 * international/mule.el (find-auto-coding): Fix typo in docstring.
103 * international/mule-cmds.el (select-safe-coding-system):
104 * mail/rmail.el (rmail-require-mime-maybe):
105 Fix arguments of `display-warning'.
107 * simple.el (bad-package-check): Fix arguments of `display-warning',
108 using the package name as TYPE. Use `string-match-p'.
110 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
112 * proced.el (proced-sort-interactive, proced-sort-pcpu)
113 (proced-sort-pmem, proced-sort-start, proced-sort-time)
114 (proced-sort-user, proced-sort-header): Prefix arg determines
115 sorting order. Suggested by Dan Nicolaescu.
116 (proced-revert): Doc fix.
118 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
120 * proced.el (proced-grammar-alist): Allow refiner elements that
121 are cons pairs (function . help-echo) or nil.
122 (proced-refine): Use them.
123 (proced-format-alist): Allow alternatives.
124 (proced-descend): New variable.
125 (proced-sort): New arg descend.
126 (proced-sort-interactive): Repeated calls toggle sort order.
127 (proced-format): Accomodate changes of proced-format-alist.
128 Undefined attributes are displayed as "?".
129 (proced-process-attributes): New optional arg pid-list.
130 Ignore processes with empty attribute list.
132 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
134 * proced.el (proced-auto-update-interval): Renamed from
135 proced-timer-interval.
136 (proced-auto-update-flag): Renamed from proced-timer-flag.
137 (proced-auto-update-timer): Renamed from proced-timer.
138 (proced-toggle-auto-update): Renamed from
139 proced-toggle-timer-flag.
140 (proced-available): Initialize appropriately.
142 2008-12-13 Glenn Morris <rgm@gnu.org>
144 * subr.el (declare-function): Doc fix.
146 * font-core.el (font-lock-defaults): Doc fix: mention levels;
147 refer to elisp manual.
149 2008-12-12 Martin Rudalics <rudalics@gmx.at>
151 * window.el (fit-window-to-buffer): Return non-nil when height
152 was orderly adjusted, nil otherwise.
154 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
155 Stefan Monnier <monnier@iro.umontreal.ca>
157 * server.el (server-sentinel): Uncomment code to delete connection file.
158 (server-start): Save the connection file in the server property list.
159 Delete it only when we are reasonably convinced that it is not owned by
161 (server-force-delete): New command to force-delete the connection file,
162 and stop the server if it is running.
163 (server-running-p): Return t also for local TCP servers when we find a
164 process with a matching PID, and :other for undecided cases.
166 2008-12-11 Martin Rudalics <rudalics@gmx.at>
168 * window.el (fit-window-to-buffer): Use with-selected-window and
169 condition-case. Do not delete more windows than necessary in
170 the shrinking (delta < 0) case. Do not raise an error when the
171 containing frame is too small to show all of buffer. (Bug#1488)
172 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
173 min-height arg 1 to make sure that small buffers are shown.
175 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
177 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
178 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
179 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
180 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
181 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
182 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
183 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
184 (ruby-backward-sexp, ruby-add-log-current-method)
185 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
186 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
187 (ruby-deep-indent-paren): Doc fix.
188 (ruby-insert-encoding-magic-comment): Remove * from docstring.
189 (ruby-here-doc-find-end): Reflow docstring.
191 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
193 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
194 dired-shrink-to-fit is non-nil. (Bug#1488)
196 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
198 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
199 decoding of long locale info is now done in `w32-get-locale-info'.
201 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
203 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
205 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
207 * Makefile.in (ELCFILES): Add ruby-mode.elc.
209 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
210 terminal variable assignment.
212 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
213 Nobuyoshi Nakada <nobu@ruby-lang.org>
215 * progmodes/ruby-mode.el: New file.
217 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
219 * net/tramp.el (top): Don't fail if there is no current message.
220 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
222 2008-12-10 Kenichi Handa <handa@m17n.org>
224 * international/fontset.el (setup-default-fontset): Add an entry
225 for characters in the Unicode SIP area.
227 2008-12-10 Glenn Morris <rgm@gnu.org>
229 * vc-mcvs.el: Move to obsolete/, with warning comment.
230 * Makefile.in (ELCFILES): Update.
232 2008-12-10 Daiki Ueno <ueno@unixuser.org>
234 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
235 buffer unmodified. (Bug#1509)
236 * epa-file.el (epa-file-insert-file-contents): Set buffer's
237 modification time if visiting a file and the content is
238 successfully decrypted.
240 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
242 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
243 check whether the buffer is still alive.
245 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
247 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
249 2008-12-09 Glenn Morris <rgm@gnu.org>
251 * Makefile.in (ELCFILES): Update.
253 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
255 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
256 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
258 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
260 * term/xterm.el (terminal-init-xterm): Discard pending input
261 before reading a reply to the terminal attributes query.
263 2008-12-05 Andreas Schwab <schwab@suse.de>
265 * dired.el (dired-font-lock-keywords): Fix last change.
267 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
269 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
270 into (defcustom ... "..." :type ... :group...).
272 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
274 * international/mule-diag.el (mule-diag): Display the window
275 system version in a less laconic way.
277 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
279 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
280 if the sorting functions are not loaded. (Bug#1432)
282 2008-12-04 Sam Steingold <sds@gnu.org>
284 * progmodes/compile.el (compilation-read-command): Extract from
287 (recompile): Accept an optional argument to enable editing the
290 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
292 * net/tramp.el (top): Write a message, when loading Tramp.
294 * net/tramp-cache.el (tramp-dump-connection-properties):
295 Polish the check, whether to dump the data.
297 2008-12-04 Lute Kamstra <lute@gnu.org>
299 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
300 check if the file "CVS/Entries" exists.
302 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
304 * international/mule-diag.el (list-character-sets): Doc fix.
305 (list-character-sets-2): Fix info in header. Simplify.
306 (print-coding-system): Simplify.
307 (list-input-methods-1): Simplify.
308 (mule-diag): Display current font/fontset for all window systems,
309 not just X. Simplify.
311 2008-12-04 Glenn Morris <rgm@gnu.org>
313 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
314 (vc-cvs-register): Doc fix.
315 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
316 (vc-mcvs-register): Doc fix.
317 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
318 (vc-rcs-register): Doc fix.
319 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
320 (vc-sccs-register): Doc fix.
321 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
322 (vc-svn-register): Doc fix.
324 * files.el (toggle-read-only): Doc fix.
326 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
328 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
329 be used in compact layout and vice-versa.
331 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
333 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
334 like most list-* commands.
336 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
337 They already exist in descr-text.el as `describe-char-unicodedata-file'
338 and `describe-char-unicode-data'.
339 (print-list): Simplify.
340 (read-charset): Reflow docstring.
341 (list-coding-systems): Doc fix.
343 2008-12-03 Glenn Morris <rgm@gnu.org>
345 * vc.el (vc-diff-switches): Doc fix.
346 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
347 (vc-bzr-log-switches): Doc fix.
348 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
349 * vc-git.el (vc-git-diff-switches): Doc fix.
350 * vc-hg.el (vc-hg-diff-switches): Doc fix.
351 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
352 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
353 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
354 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
356 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
358 (vc-arch-diff): Apply switches.
360 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
363 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
365 2008-12-03 Daiki Ueno <ueno@unixuser.org>
367 * epa.el (epa--show-key): Use past tense of "expire" if the key
368 has already been expired. Thanks to Peter BARABAS.
370 2008-12-03 Lute Kamstra <lute@gnu.org>
471 * wid-edit.el: Remove leading * from docstrings of defcustoms,
472 deffaces, defconsts and defuns.
474 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
476 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
477 the prompt was added to the minibuffer.
479 2008-12-02 Glenn Morris <rgm@gnu.org>
481 * format.el (format-write-file): Rewrite doc yet again.
483 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
486 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
488 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
490 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
491 case where point is at the beginning of the buffer. (Bug#1239)
493 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
495 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
496 already have the correct indentation. (Bug#859)
498 2008-12-02 Kenichi Handa <handa@m17n.org>
500 * international/uni-decomposition.el: Re-generated.
502 2008-12-01 Andreas Schwab <schwab@suse.de>
504 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
505 ending in a colon as directory header.
507 2008-12-01 Kenichi Handa <handa@m17n.org>
509 * international/uni-numeric.el: Re-generated.
511 * international/charprop.el: Re-generated.
513 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
515 * international/mule-cmds.el (locale-preferred-coding-systems):
518 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
520 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
521 (tramp-set-connection-property, tramp-flush-connection-property)
522 (tramp-dump-connection-properties): Use it.
524 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
526 * wdired.el (wdired-finish-edit): If displaying a single file,
527 change dired-directory if that file was renamed.
529 * emacs-lisp/byte-run.el (macro-declaration-function):
530 Disallow declare specs with lengths of 3 or more.
532 * dirtrack.el (dirtrack): Fix error message.
534 2008-11-30 Glenn Morris <rgm@gnu.org>
536 * vc-svn.el (vc-svn-diff-switches): Doc fix.
537 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
539 * vc-git.el (vc-git-diff):
540 * vc-hg.el (vc-hg-diff):
541 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
543 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
544 (eshell-needs-pipe-p): New function.
545 (eshell-gather-process-output): Set process-connection-type according to
546 eshell-needs-pipe-p. (Bug#1388)
548 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
550 * calendar/diary-lib.el (diary-cyclic): Doc fix.
551 (diary-remind-message, diary-number-of-entries)
552 (diary-include-other-diary-files, diary-mark-included-diary-files)
553 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
554 (diary-font-lock-keywords-1): Reflow docstrings.
555 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
556 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
558 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
559 (timer-duration): Use `string-match-p'.
561 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
563 * complete.el (PC-do-complete-and-exit):
564 Use minibuffer-confirm-exit-commands.
566 * minibuffer.el (minibuffer-confirm-exit-commands):
567 Add PC-complete and PC-complete-word to the list.
569 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
571 * files.el (break-hardlink-on-save): Fix typo in docstring.
574 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
575 (reb-mode): Define with `define-derived-mode'.
577 2008-11-29 Karl Fogel <kfogel@red-bean.com>
579 * files.el (break-hardlink-on-save): New variable.
580 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
581 (file-precious-flag): Mention it in doc string.
583 2008-11-29 Miles Bader <miles@gnu.org>
585 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
586 (minibuffer-complete-and-exit): Use it.
588 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
590 * term/x-win.el (x-gtk-stock-cache): New hash table.
591 (x-gtk-map-stock): Perform caching to prevent excess consing
594 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
596 * minibuffer.el (completion--try-word-completion): Don't ignore
597 partial-completion if it's the only style.
599 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
601 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
602 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
603 (reb-initialize-buffer): Update matches, in case we're reentering
606 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
608 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
609 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
610 values for minibuffer-completion-confirm.
612 2008-11-28 Martin Rudalics <rudalics@gmx.at>
614 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
615 any but the first "*" in a doc-string.
617 2008-11-28 Glenn Morris <rgm@gnu.org>
619 * format.el (format-write-file): Improve previous doc fix.
621 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
623 * simple.el (use-empty-active-region, use-region-p)
624 (region-active-p): Doc fix.
626 2008-11-27 Martin Rudalics <rudalics@gmx.at>
628 * window.el (display-buffer): Fix handling of not-this-window
631 2008-11-27 Kenichi Handa <handa@m17n.org>
633 * international/characters.el: Set category 'C' to characters
634 #x20000..#x2AFFF, #x2F800..#x2FFFF.
636 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
638 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
640 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
641 (tool-bar-find-image): Function deleted.
642 (tool-bar-local-item, tool-bar-local-item-from-menu):
643 Use find-image instead of tool-bar-find-image.
644 (tool-bar-keymap-cache): New hash table.
645 (tool-bar-make-keymap): Use it.
646 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
648 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
650 * net/dbus.el (dbus-handle-event): The result of a message call
651 handler can also be an object, which is not a consp.
653 2008-11-25 Alan Mackenzie <acm@muc.de>
655 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
656 (forward-list, backward-list, down-list, backward-up-list)
657 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
658 (insert-pair, insert-parentheses): State that the command assumes
659 that point is not in a string or comment.
661 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
663 * net/dbus.el (dbus-string-to-byte-array)
664 (dbus-byte-array-to-string, dbus-escape-as-identifier)
665 (dbus-unescape-from-identifier): New defuns.
666 (dbus-handle-event): The result of a message call is a list of
667 arguments, which must be expanded when passing to
668 `dbus-method-return-internal'.
670 * net/tramp.el (tramp-handle-write-region): Improve the check for
672 (tramp-find-inline-encoding): Don't raise an error but a warning,
673 when no inline encoding is found.
674 (tramp-get-remote-coding): Check for a symbol. The negative check
675 for a string fails, when there is an empty string.
677 2008-11-26 Glenn Morris <rgm@gnu.org>
679 * vc-git.el (vc-git-diff-switches): New option.
680 (vc-git-diff): Apply diff switches. (Bug#1386)
681 Give it a basic doc string.
683 * term/pc-win.el (x-font-family-list): Replace redefinition with
684 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
686 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
688 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
689 of the polynomial rather than the whole polynomial.
691 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
693 * mail/mailabbrev.el (define-mail-abbrev): When reading from
694 mailrc, recognize string quoting. When reading from Lisp, accept
695 rfc822-like addresses.
697 * mail/mailalias.el (define-mail-alias): Sync code with
700 2008-11-25 Glenn Morris <rgm@gnu.org>
702 * eshell/esh-proc.el (eshell-gather-process-output):
703 Revert previous change. (re-opens Bug#1388)
705 * select.el (x-set-cut-buffer): Fix signal arguments.
707 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
709 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
711 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
712 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
713 (bubbles--empty-char): Use "\s".
715 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
717 * calc/calc.el (calc-settings-file, calc-language-alist)
718 (calc-embedded-announce-formula)
719 (calc-embedded-announce-formula-alist)
720 (calc-embedded-open-formula, calc-embedded-close-formula)
721 (calc-embedded-open-close-formula-alist)
722 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
723 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
724 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
725 (calc-embedded-open-close-new-formula-alist)
726 (calc-embedded-open-mode, calc-embedded-close-mode)
727 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
728 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
729 (calc-multiplication-has-precedence): Remove unnecessary asterisks
732 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
734 * calculator.el (calculator-op-or-exp): Reflow docstring.
735 (calculator-remove-zeros, calculator-repR, calculator-repL):
736 Fix typos in docstrings.
738 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
740 * log-view.el (log-view-annotate-version): Let vc-annotate manage
741 windows instead of calling switch-to-buffer.
743 * diff.el (diff-sentinel): Take note of diff error return value.
745 2008-11-24 Martin Rudalics <rudalics@gmx.at>
747 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
748 frame can't be split.
750 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
752 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
753 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
754 (newsticker--treeview-tree-update-tag): Remove dead code.
755 (newsticker-treeview-update): Don't update cache.
756 (newsticker-treeview-quit): Don't save cache.
757 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
758 (newsticker-treeview-save): Use `newsticker-dir'.
759 (newsticker--treeview-load): Use `newsticker-dir'.
760 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
762 (newsticker-treeview-tree-do-click): Slightly simplified.
764 * net/newst-backend.el (newsticker-dir): New.
765 (newsticker-start): Use `newsticker--cache-read'.
766 (newsticker-stop): Use `newsticker--cache-save'.
767 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
768 (newsticker--images-dir): New.
769 (newsticker--image-get, newsticker--image-sentinel):
770 Use `newsticker--images-dir'.
771 (newsticker--cache-save-version1): Backup version of
772 `newsticker--cache-save'.
773 (newsticker--cache-update): Create newsticker-dir if necessary.
774 (newsticker--cache-dir): New.
775 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
776 (newsticker--cache-save-feed): New.
777 (newsticker--cache-read-version1): New. Backuped version for reading
779 (newsticker--cache-read, newsticker--cache-do-read): New.
781 * net/newst-reader.el (newsticker--image-read):
782 Use `newsticker--images-dir'.
784 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
786 * files.el (confirm-nonexistent-file-or-buffer):
787 Allow `after-completion' value to request confirm only after TAB.
788 (confirm-nonexistent-file-or-buffer): New function.
789 (read-buffer-to-switch, find-file, find-file-other-window)
790 (find-file-other-frame, find-file-read-only)
791 (find-file-read-only-other-window)
792 (find-file-read-only-other-frame): Use it.
793 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
794 Thanks to Alan Mackenzie for suggesting the new behavior.
796 * minibuffer.el (minibuffer-complete-and-exit):
797 Change `confirm-only' value of minibuffer-completion-confirm to
798 `confirm', and handle a `confirm-after-completion' value.
800 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
802 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
804 2008-11-24 Andreas Schwab <schwab@suse.de>
806 * image.el (image-type-header-regexps): Recognize more xbm format
809 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
811 * textmodes/artist.el (artist-charlist-to-string): Simplify.
812 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
813 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
814 (artist-replace-string, artist-draw-rect, artist-draw-line)
815 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
816 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
817 (artist-pen, artist-pen-line, artist-text-insert-common)
818 (artist-text-overwrite, artist-spray-get-interval)
819 (artist-spray-clear-circle, artist-erase-char)
820 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
821 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
822 (artist-key-draw-1point, artist-key-draw-2points)
823 (artist-mouse-draw-continously): Fix typos in docstrings.
824 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
825 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
826 (artist-backward-char, artist-forward-char): Doc fixes.
827 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
830 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
832 * international/quail.el (quail-vunion): New function.
833 (quail-defrule-internal): Use it to prevent accumulating redundant
834 alternatives when `append' is set.
835 (quail-insert-decode-map): Simplify computation of the max-key-width.
836 Compute it right for multiple-list.
838 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
840 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
843 2008-11-24 Martin Rudalics <rudalics@gmx.at>
845 * calendar/appt.el (appt-disp-window): Move minibuffer check
846 after binding this-window and do not set-buffer to make sure we
847 won't deselect the minibuffer. (Bug#1413)
849 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
851 * vc-hg.el (vc-hg-program): Remove.
852 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
853 Undo previous change.
855 2008-11-23 Martin Rudalics <rudalics@gmx.at>
857 * info-look.el (info-lookup): When Info buffer is visible on
858 another frame, raise that frame.
860 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
862 * allout.el (allout-mode): Fix typo in docstring.
864 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
865 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
867 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
869 * vc-hooks.el (vc-follow-link): Complete last change.
871 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
873 * textmodes/remember.el (remember-region): Doc fix.
874 (remember-filter-functions, remember-handler-functions)
875 (remember-save-after-remembering, remember-mailbox)
876 (remember-default-priority, remember-data-file, remember-leader-text)
877 (remember-diary-file): Remove * from defcustom docstrings.
878 (remember-run-all-annotation-functions-flag)
879 (remember-all-handler-functions): Reflow docstrings.
880 (remember-store-in-mailbox): Fix typo in docstring.
881 (remember-mode): Define with `define-derived-mode'. Doc fix.
883 2008-11-23 Glenn Morris <rgm@gnu.org>
885 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
886 (eshell-do-pipelines): Add optional argument to distinguish recursive
887 calls. Use to set eshell-in-pipeline-p to 'first for the first command
890 * eshell/esh-proc.el (eshell-gather-process-output):
891 Set process-connection-type nil for all but the first element of a
894 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
896 * ediff-hook.el: Add tooltips to Emacs menus.
898 * ediff.el: Change date of last update.
900 2008-11-22 Juri Linkov <juri@jurta.org>
902 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
903 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
905 (dired-isearch-filenames-setup): Run filename Isearch only when
906 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
907 and the text property `dired-filename' at point is non-nil.
908 In this case also set isearch-message-prefix-add to "filename ".
909 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
910 (dired-isearch-filenames, dired-isearch-filenames-regexp):
911 Don't let-bind isearch-message-prefix-add since this is done now
912 in dired-isearch-filenames-setup.
914 * isearch.el (isearch-mode): Change the order of calling
915 `isearch-update' and running the `isearch-mode-hook' to call
916 `isearch-update' with Isearch parameters set in this hook.
918 * progmodes/compile.el (compilation-auto-jump-to-first-error):
919 Fix docstring - change "during `compile'" to "during compilation".
921 * descr-text.el (describe-char-unidata-list): Move `old-name' to
922 be immediately after `name'.
924 * startup.el (initial-buffer-choice): Change an abstract file name
925 "file.txt" to more reasonable default file name value "~/.emacs".
927 2008-11-22 Juri Linkov <juri@jurta.org>
929 * files.el (hack-local-variables-confirm): Rename arg `project' to
930 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
931 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
932 (hack-local-variables): Rename call of `hack-project-variables' to
933 `hack-dir-local-variables'. Change error text to "Directory-local
935 (dir-locals-class-alist): Rename from `project-class-alist'.
936 (dir-locals-directory-alist): Rename from `project-directory-alist'.
937 (dir-locals-get-class-variables): Rename from `project-get-alist'.
938 (dir-locals-collect-mode-variables): Rename from
939 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
940 `mode-variables', and arg `settings' to `variables'.
941 (dir-locals-collect-variables): Rename from
942 `project-collect-binding-list'. Rename arg `binding-list' to
943 `class-variables', and arg `settings' to `variables'.
944 (dir-locals-set-directory-class): Rename from `set-directory-project'.
945 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
946 Rename arg `settings' to `variables'.
947 (dir-locals-file): New defconst.
948 (dir-locals-find-file): Rename from `project-find-settings-file'.
949 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
950 and `pda' to `dir-elt'.
951 (dir-locals-read-from-file): Rename from
952 `project-define-from-project-file'. Rename arg `settings-file'
953 to `file'. Rename let-bound `list' to `variables'.
954 (hack-dir-local-variables): Rename from `hack-project-variables'.
955 Rename let-bound `settings' to `variables-file', `root-dir'
956 to `dir-name', and `bindings' to `variables'.
958 2008-11-22 Lute Kamstra <lute@gnu.org>
960 * simple.el (goto-line): Rename argument.
962 2008-11-22 Eli Zaretskii <eliz@gnu.org>
964 * makefile.w32-in (compile-first): New target.
965 (recompile): Depend on compile-first.
967 * Makefile.in (recompile): Depend on compile-first.
969 2008-11-22 Martin Rudalics <rudalics@gmx.at>
971 * files.el (switch-to-buffer-other-window)
972 (switch-to-buffer-other-frame): Rename buffer argument to
973 buffer-or-name. Reword and mention new option
974 confirm-nonexistent-file-or-buffer in doc-string.
976 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
978 * emulation/viper.el: Date change.
980 * emulation/viper-cmd.el (viper-envelop-ESC-key):
981 viper-translate-all-ESC-keysequences is now a function.
983 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
986 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
988 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
989 Use buffer-file-truename to handle symlinks in any part of the filename.
991 2008-11-22 Glenn Morris <rgm@gnu.org>
993 * vc-mtn.el (vc-mtn-diff-switches): New option.
994 (vc-mtn-program): Rename from vc-mtn-command, for
995 consistency with other backends. Keep old name as alias.
996 Update callers. Make it a defcustom.
997 (vc-mtn-diff): Give it a doc string. Apply diff switches.
999 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1000 consistency with other backends. Keep old name as alias.
1001 Make it a defcustom.
1002 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1004 * vc-hg.el (vc-hg-program): New option.
1005 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1006 Use vc-hg-program rather than hard-coded "hg".
1008 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1009 (vc-svn-program): Move defcustom to start.
1010 (vc-svn-create-repo, vc-svn-modify-change-comment):
1011 Use vc-svn-program rather than hard-coded "svn".
1013 * menu-bar.el: Stylistic consistency fixes for various menu and
1016 * kmacro.el (kmacro-insert-counter): Doc fix.
1018 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
1020 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1022 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1024 * international/quail.el (quail-indent-to): New function.
1025 (quail-completion-1, quail-completion-list-translations)
1026 (quail-insert-decode-map): Use it to improve alignment.
1027 (quail-build-decode-map): Don't ignore latin-1 chars.
1028 (quail-help): Increase the max decode-map size so that even the TeX map
1031 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1032 Signal error for invalid bookmark.
1033 (bookmark-get-bookmark-record): Undo last change.
1034 (bookmark-store, bookmark-delete): Use new arg `noerror'.
1036 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1037 Suggested by Toru TSUNEYOSHI.
1039 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1041 * byte-opt.el (byte-compile-butlast): Move up in file.
1042 (byte-optimize-plus): Don't call
1043 byte-optimize-delay-constants-math (bug#1334).
1044 Use byte-optimize-predicate to optimize constants.
1045 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1046 Remove zero arguments first
1047 if possible. Call byte-optimize-predicate to optimize constants.
1048 (byte-optimize-multiply): Remove optimizations for arguments of 0
1049 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
1050 Call byte-optimize-predicate.
1051 (byte-optimize-divide): Leave runtime errors unchanged.
1052 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
1053 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
1055 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
1057 * bookmark.el (bookmark-jump-noselect): Add obsolescence
1058 declaration and remove redundant info from docstring.
1060 * isearch.el (isearch-search-string): Doc fix.
1061 (search-exit-option, search-slow-window-lines, search-slow-speed)
1062 (search-upper-case, search-nonincremental-instead)
1063 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1064 (search-ring-update, search-highlight, isearch-lazy-highlight)
1065 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1066 (lazy-highlight-interval): Remove * from defcustom docstrings.
1067 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1068 Remove * from defcustom docstrings; fix typos.
1069 (isearch-push-state-function, isearch-help-for-help-internal)
1070 (isearch-help-for-help, isearch-describe-bindings)
1071 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1072 (isearch-pop-fun-state, isearch-search-fun-function)
1073 (isearch-lazy-highlight-search): Fix typos in docstrings.
1074 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1075 (isearch-forward): Fix typo and reflow docstring.
1076 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
1077 (isearch-mode-map): Don't use `let*'.
1079 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
1081 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1083 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1085 * isearch.el (isearch-search-string): Simplify and convert docstring.
1087 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1089 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1091 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
1092 (lookup-nested-alist): Doc fix.
1093 (with-coding-priority): Reflow docstring.
1094 (detect-coding-with-priority): Fix typos in obsolescence declaration.
1095 (char-displayable-p): Reflow docstring. Use `when'.
1097 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1099 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1100 week forward/backward.
1102 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1104 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1105 (with-electric-help): Fix typo and reflow docstring.
1107 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1109 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1110 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1111 (list-buffers-noselect): Don't need to pad.
1113 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1115 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1116 Pay attention to char widths when computing string sizes.
1118 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1120 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1121 (byte-compile-output-docform): Reflow docstrings.
1122 (no-byte-compile): Fix typo in docstring.
1123 (byte-recompile-directory, compile-defun): Doc fixes.
1124 (emacs-lisp-file-regexp, byte-compile-verbose)
1125 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1126 (byte-compile-dynamic-docstrings, byte-optimize-log)
1127 (byte-compile-error-on-warn, byte-compile-warnings)
1128 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1129 Remove * from defcustom docstrings.
1131 2008-11-20 Glenn Morris <rgm@gnu.org>
1133 * format.el (format-alist, format-write-file): Doc fix.
1135 * proced.el (proced-available): New variable.
1136 (proced-process-attributes): Move availability check from previous
1138 (proced): ... to here.
1140 * vc-hg.el (vc-hg-diff-switches): New option.
1141 (vc-hg-diff): Apply diff switches. (Bug#1017)
1143 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1145 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1147 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
1149 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1151 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
1153 * calc/calc-units.el (math-units-table): Doc fix.
1154 (math-standard-units): Fix typo in constant's description.
1155 (math-additional-units): Fix typo in docstring.
1157 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
1159 * calc/calc-units.el (math-standard-units): Add eps0,
1160 permittivity of vacuum.
1162 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1164 * files.el (project-settings-file): Remove.
1165 (project-find-settings-file): Undo previous change that added the
1166 use of project-settings-file.
1168 2008-11-19 Glenn Morris <rgm@gnu.org>
1170 * proced.el (proced, proced-format-time): Doc fixes.
1171 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
1173 2008-11-19 Karl Fogel <kfogel@red-bean.com>
1175 * bookmark.el (bookmark-jump-noselect): Move the deprecation
1176 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1178 2008-11-19 Lute Kamstra <lute@gnu.org>
1180 * autoinsert.el (auto-insert-alist): Don't use match data.
1182 2008-11-19 Glenn Morris <rgm@gnu.org>
1184 * progmodes/f90.el (f90-mode-map): Add some menu :help.
1186 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1188 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1189 * term/w32-win.el (x-select-font): Declare.
1191 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1192 Use the imperative for all help strings.
1194 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1196 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1197 case where the default dictionary is French, Spanish, younameit.
1199 * window.el (window--frame-usable-p): Consider dedicated windows
1202 * files.el (confirm-nonexistent-file-or-buffer):
1203 Rename from find-file-confirm-nonexistent-file.
1204 (read-buffer-to-switch): Use it.
1206 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1208 * server.el (server-temp-file-p): Use `string-match-p'.
1209 (server-socket-dir): Set to nil if local sockets are unsupported.
1210 (server-start): Don't try to delete local socket if unsupported.
1211 (server-kill-new-buffers): Reflow docstring.
1212 (server-delete-client, server-handle-delete-frame)
1213 (server-save-buffers-kill-terminal): Doc fixes.
1214 (server-send-string): Fix typo in docstring.
1216 2008-11-18 Sam Steingold <sds@gnu.org>
1218 * progmodes/compile.el (compilation-start-hook): New hook.
1219 (compilation-start): Run it on the compilation process.
1221 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1223 * international/mule-cmds.el (update-leim-list-file): Simplify.
1224 (prefer-coding-system, find-coding-systems-for-charsets):
1225 Fix docstring typos.
1226 (select-safe-coding-system, input-method-exit-on-first-char)
1227 (language-info-alist, language-info-custom-alist): Reflow docstrings.
1228 (toggle-input-method, read-multilingual-string): Doc fixes.
1230 (locale-name-match, sort-coding-systems, find-multibyte-characters)
1231 (read-char-by-name): Use `string-match-p'.
1232 (get-char-code-property, put-char-code-property)
1233 (char-code-property-description): Be silent while loading uni-* files.
1234 (ucs-names): Use `dotimes-with-progress-reporter', because loading
1235 the Unicode character names is *slow*.
1237 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
1239 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1241 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1243 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1245 * international/mule-cmds.el (ucs-completions): Mark as risky.
1247 2008-11-17 Martin Rudalics <rudalics@gmx.at>
1249 * help-macro.el (three-step-help): Remove * from defcustom.
1250 (make-help-screen): Don't iconify selected frame. (Bug#1322)
1251 Use when instead of if and cond within condition-case.
1253 * window.el (quit-window): Bind window to selected window when
1254 trying to delete it.
1256 2008-11-17 Glenn Morris <rgm@gnu.org>
1258 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1259 definition of 'ignore, rather than nil. (Bug#1353)
1261 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1263 * window.el (window--frame-usable-p): Allow use for soft-dedication.
1265 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1267 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1269 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1270 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1271 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1272 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1273 (shell-command, repeat-complex-command): Reflow docstrings.
1274 (pop-to-mark-command): Fix typos in docstring.
1276 2008-11-17 Juri Linkov <juri@jurta.org>
1278 * isearch.el (isearch-filter-predicate): Rename from
1279 `isearch-success-function'. Rename default value from
1280 `isearch-success-function-default' to
1281 `isearch-filter-invisible'. Doc fix.
1282 (isearch-filter-invisible): Rename from
1283 `isearch-success-function-default'. Doc fix.
1284 (isearch-search, isearch-lazy-highlight-search):
1285 Rename `isearch-success-function' to `isearch-filter-predicate'.
1287 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1288 `dired-isearch-orig-success-function'.
1289 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1290 (dired-isearch-filenames-end): Rename `isearch-success-function' to
1291 `isearch-filter-predicate'. Doc fix.
1292 (dired-isearch-filter-filenames): Rename from
1293 `dired-isearch-success-function'.
1295 * info.el (Info-search, Info-mode):
1296 Rename `isearch-success-function' to `isearch-filter-predicate'.
1297 (Info-isearch-filter-predicate): Rename from
1298 `Info-search-success-function'.
1300 * simple.el (minibuffer-default-add-function): Fix docstring to
1301 use clear text "default values" instead of obscure references to
1302 the dynamic variable `minibuffer-default'.
1304 2008-11-16 Glenn Morris <rgm@gnu.org>
1306 * term/ns-win.el (ns-extended-platform-support-mode):
1307 Tweak menu entry from previous change.
1309 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1311 * cus-edit.el (custom-buffer-create-internal): Always insert the
1312 in-buffer buttons, regardless of tool-bar. (Bug#1326)
1314 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1316 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1318 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1320 * ielm.el (ielm-eval-input): Fix thinko in last change.
1322 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1324 * subr.el (read-passwd): Yank current kill if the user enters C-y.
1326 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
1328 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1329 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1331 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1332 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1333 Handle `file-name-as-directory'.
1335 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1337 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1338 usual variable-pitch face.
1340 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1342 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1343 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1344 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1345 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1346 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1347 (ange-ftp-quote-string, ange-ftp-process-handle-line)
1348 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1349 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1350 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1351 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1352 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1353 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1354 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1355 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1356 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1357 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1358 (ange-ftp-default-user, ange-ftp-default-password)
1359 (ange-ftp-default-account, ange-ftp-netrc-default-password)
1360 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1361 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1362 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1363 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1364 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1365 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1366 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1367 (ange-ftp-make-backup-files, ange-ftp-retry-time)
1368 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1369 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1370 (ange-ftp-gateway-tmp-name-template)
1371 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1372 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1373 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1374 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1375 (ange-ftp-gateway-program): Remove * from docstring and reflow.
1376 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1377 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1378 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1379 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1380 (ange-ftp-rename-local-to-remote): Doc fixes.
1381 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1382 Use `when', `unless'.
1383 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1384 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1385 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1386 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1387 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
1388 (ange-ftp-process-sentinel): Use `when'. Fix typo.
1389 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
1390 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1391 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1392 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1393 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1394 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1395 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1396 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1397 `(save-match-data (string-match ...))'.
1398 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1399 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1400 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1403 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
1405 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1406 function instead of a variable.
1408 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1409 viper-ESC-keyseq-timeout as a function.
1410 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1413 * emulation/viper-cmd.el: Let line-move-visual to nil when using
1414 next-line or previous-line.
1415 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1417 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1419 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1421 (ediff-save-buffer): Let window-min-height to 2.
1423 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1426 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1428 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1429 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1430 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1431 (ielm-map): Define within defvar. Add docstring.
1432 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1433 (ielm-complete-filename): Use `when', `unless'.
1434 (ielm-is-whitespace-or-comment): Use `string-match-p'.
1435 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1436 (ielm-change-working-buffer): Check that the buffer is live.
1437 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1438 Simplify. Reflow docstring.
1439 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1440 New aliases, to satisfy `define-derived-mode' expectations.
1442 2008-11-15 Glenn Morris <rgm@gnu.org>
1443 Martin Rudalics <rudalics@gmx.at>
1445 * emacs-lisp/find-func.el (find-function-advised-original): New.
1446 (find-function-C-source, find-function-noselect):
1447 Use find-function-advised-original to handle advised funcs. (Bug#789)
1449 2008-11-15 Glenn Morris <rgm@gnu.org>
1451 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1454 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1455 Remove uniquify-after-kill-buffer-p dependency.
1456 (uniquify-kill-buffer-function): New function.
1457 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
1459 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1460 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1463 2008-11-15 Martin Rudalics <rudalics@gmx.at>
1465 * window.el (quit-window): Restore delete window with second
1466 arg non-nil behavior as of before 2008-10-30 change.
1468 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1470 * help-fns.el (describe-function-1): Do char-range check for
1471 self-insert-command.
1473 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1475 * files.el (file-precious-flag): Document that this flag is advisory.
1477 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1479 * emacs-lisp/bytecomp.el (byte-compile-associative)
1480 (byte-compile-minus, byte-compile-quo): If there are more than two
1481 operands, don't use binary operation code (bug#1334).
1483 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1485 * w32-fns.el (w32-shell-dos-semantics):
1486 * calendar/diary-lib.el (diary-face-attrs):
1487 * international/mule-cmds.el (set-default-coding-systems)
1488 (prefer-coding-system):
1489 * net/tramp.el (tramp-set-completion-function):
1490 * progmodes/vhdl-mode.el (vhdl-file-header):
1491 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1493 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1495 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1496 (kill-matching-buffers, save-buffers-kill-emacs)
1497 (save-buffers-kill-terminal): Fix typos in docstrings.
1498 (switch-to-buffer-other-window): Reflow docstring.
1499 (revert-buffer): Doc fix.
1500 (define-project-bindings): Rename arg LIST to SETTINGS.
1501 (project-find-settings-file): Use `let', not `let*'.
1504 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1506 * files.el (project-settings-file, locate-dominating-file):
1507 Fix typos in docstrings.
1508 (find-file-visit-truename): Remove * from defcustom docstring.
1510 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1512 * files.el (project-settings-file): New variable.
1513 (project-find-settings-file): Use it, instead of hardcoding
1516 2008-11-13 Glenn Morris <rgm@gnu.org>
1518 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1520 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1522 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1525 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1527 * international/mule.el (autoload-coding-system, with-category-table)
1528 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1529 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1530 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1531 (set-file-name-coding-system, ctext-pre-write-conversion)
1532 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1534 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1535 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1536 (char-valid-p): Define with `define-obsolete-function-alias'.
1538 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1540 2008-11-12 Sam Steingold <sds@gnu.org>
1542 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1543 between hostname and path.
1545 2008-11-11 Juri Linkov <juri@jurta.org>
1547 * dired-aux.el (dired-isearch-filenames)
1548 (dired-isearch-filenames-regexp):
1549 Let-bind isearch-message-prefix-add to "filename ".
1551 * isearch.el (isearch-message-prefix-add)
1552 (isearch-message-suffix-add): New variables.
1553 (isearch-message-prefix): Show additional text from
1554 `isearch-message-prefix-add' before "I-search".
1555 (isearch-message-suffix): Show additional text from
1556 `isearch-message-suffix-add' at the end.
1558 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1559 `isearch-search'. Call isearch-success-function to skip matches
1560 outside the current isearch scope. Let-bind search-invisible to
1561 nil to not match invisible text.
1563 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1564 Let-bind `isearch-recursive-edit' to nil to prevent calling
1565 `exit-recursive-edit' in `isearch-done' that terminates the
1566 execution of these commands when it is non-nil. Call
1567 `exit-recursive-edit' explicitly at the end.
1568 (isearch-occur): For word search construct the correct regexp
1569 with word boundaries to proceed with occur.
1571 * isearch.el (isearch-search-fun): Compare the length of the
1572 current search string with the length of the string from the
1573 previous search state to detect the situation when the user
1574 adds or removes characters in the search string.
1575 Use word-search-forward-lax and word-search-backward-lax in this
1576 case, and otherwise word-search-forward and word-search-backward.
1578 2008-11-11 Sam Steingold <sds@gnu.org>
1580 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1581 the "Version Control" group (for C-x v g).
1583 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1585 * server.el (server-process-filter): Fix typos and reflow docstring.
1587 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1589 * mail/footnote.el (footnote-mode): Improve doc-string.
1590 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1592 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1594 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1596 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1598 * mail/smtpmail.el (smtpmail-open-stream): Use
1599 `starttls-any-program-available'. Auto-load starttls.el for it.
1601 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1603 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1606 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1608 * startup.el (command-line): Ignore init-file-user when checking
1609 user's home directory on MS-DOS as well.
1611 2008-11-07 Sam Steingold <sds@gnu.org>
1613 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1615 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1617 * frame.el (make-frame-on-display): Use `string-match-p'.
1619 2008-11-07 Glenn Morris <rgm@gnu.org>
1621 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1623 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1625 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1626 to initialize font-lock keyword case sensitivity.
1627 (lisp-mode): Use it.
1629 2008-11-06 Glenn Morris <rgm@gnu.org>
1631 * eshell/esh-maint.el: Remove unused file.
1633 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1635 * cus-edit.el (custom-comment-tag): Doc fix.
1636 (custom-comment, custom-variable-value-create, custom-face):
1637 Use face names sans -face suffix rather than aliases.
1639 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1641 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1644 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1646 * server.el (server-process-filter): Only default to emacsclient's
1647 terminal in daemon mode.
1649 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1651 * window.el (quit-window): Restore prefix argument behavior
1652 removed in 2008-10-30 change. (Bug#1308)
1654 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1656 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1657 function to kill-buffer-hook, not to kill-buffer.
1658 Reported by Markus Triska <markus.triska@gmx.at>
1660 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1662 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1663 exists before deleting its windows.
1665 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1667 * server.el (server-process-filter): Don't call
1668 server-create-tty-frame when no tty name is specified.
1670 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1672 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1674 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1676 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1677 (define-char-code-property):
1678 * textmodes/reftex.el (reftex-index):
1679 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1681 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1683 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1684 vc-bzr-status-printer.
1686 * startup.el (startup-echo-area-message): Display a different
1687 message in daemon mode. Suggested by Stephen Turnbull.
1689 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1692 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1694 * dframe.el (dframe-mouse-position-function)
1695 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1696 (dframe-mouse-set-point): Fix typos in docstrings.
1698 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1700 * vc-dir.el (vc-dir-headers): Undo previous change.
1702 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1704 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1705 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1707 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1709 * subr.el (looking-back): Fix doc-string typo.
1711 * electric.el (Electric-pop-up-window): Call window-end with
1714 * window.el (save-selected-window): Make it behave like
1715 save-selected-window-norecord.
1716 (save-selected-window-norecord): Remove, since functionality
1717 fully taken over by save-selected-window.
1718 (walk-windows, set-window-text-height, fit-window-to-buffer):
1719 Use save-selected-window instead of save-selected-window-norecord.
1720 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1721 save-selected-window-norecord.
1722 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1723 indent-function for save-selected-window-norecord.
1725 2008-11-03 Alan Mackenzie <acm@muc.de>
1727 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1729 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1731 * subr.el (looking-back): Doc fix.
1733 * term/x-win.el (x-initialize-window-system):
1734 Call x-wm-set-size-hint after initialization.
1736 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1739 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1740 2000-12-08 (bug#1297).
1742 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1744 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1746 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1749 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1751 * window.el (save-selected-window-norecord): New macro.
1752 (walk-windows): Use save-selected-window-norecord and call
1753 select-window with NORECORD set. (Bug#1237)
1754 (set-window-text-height, fit-window-to-buffer):
1755 Use save-selected-window-norecord and call select-window with
1757 * subr.el (with-selected-window): Call set-frame-selected-window
1758 with new argument NORECORD set. Update doc-string.
1759 (with-selected-frame): Call select-frame with new argument
1760 NORECORD set. Update doc-string.
1761 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1762 Put indent-function for save-selected-window-norecord.
1763 * font-lock.el (lisp-font-lock-keywords-2):
1764 Add save-selected-window-norecord.
1766 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1768 * cus-edit.el (customize-apropos-options, custom-comment)
1769 (custom-comment-tag, custom-face-edit-attribute-tag):
1770 Fix typos in docstrings.
1771 (custom-buffer-done-kill): Remove * from defcustom docstring.
1772 (custom-file): Fix typo in doc of defcustom choice.
1774 * frame.el (display-visual-class): Fix typo in docstring.
1775 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1776 (special-display-frame-alist, show-trailing-whitespace)
1777 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1778 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1779 Remove * from defcustom docstrings.
1781 * md4.el (md4-buffer): Fix typo in docstring.
1782 (md4, md4-64): Doc fixes.
1783 (md4-pack-int32): Reflow docstring.
1785 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1786 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1788 * rect.el (open-rectangle): Reflow docstring.
1789 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1791 * select.el (x-get-cut-buffer): Fix typo in docstring.
1793 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1794 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1795 Fix typos in docstrings.
1797 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1798 Fix typos in docstrings.
1800 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1802 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1804 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1805 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1806 (newsticker--treeview-tree-update)
1807 (newsticker--treeview-tree-update-highlight)
1808 (newsticker-treeview-update)
1809 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1810 (newsticker-treeview-next-new-or-immortal-item)
1811 (newsticker-treeview-prev-new-or-immortal-item)
1812 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1813 (newsticker-treeview-tree-click): Watch for layout changes.
1814 (newsticker--treeview-set-current-node): Cleanup.
1815 (newsticker--treeview-restore-layout): Rename from
1816 newsticker--treeview-restore-buffers.
1817 (newsticker--treeview-mark-item): Update cache file.
1819 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1821 * calendar/icalendar.el (icalendar--uid-count): New.
1822 (icalendar--create-uid): New. Extracted from
1823 `icalendar-export-region' and add uid counter.
1824 (icalendar-export-region): Use `icalendar--create-uid'.
1826 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1828 * tooltip.el (tooltip-frame-parameters): Doc fix.
1830 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1832 * window.el (window-body-height, window-current-scroll-bars)
1833 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1834 (minibuffer-window-active-p, count-windows)
1835 (window-safely-shrinkable-p, window--splittable-p)
1836 (window--try-to-split-window, window--frame-usable-p)
1837 (window--even-window-heights, window--display-buffer-1)
1838 (window--display-buffer-2, set-window-text-height)
1839 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1840 (truncated-partial-width-window-p): Rewrite doc-string.
1841 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1842 (split-window-vertically, split-window-horizontally):
1843 Rename args, rewrite doc-string, and simplify code.
1844 (split-window-save-restore-data): Rename args and use
1847 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1849 * indent.el (indent-for-tab-command): Use use-region-p.
1851 * vc.el (vc-revert): Limit the length of the query string.
1853 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1855 * simple.el (idle-update-delay, next-error-highlight)
1856 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1857 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1858 (kill-read-only-ok, backward-delete-char-untabify-method)
1859 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1860 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1861 (goal-column, line-move-ignore-invisible, fill-prefix)
1862 (auto-fill-inhibit-regexp, blink-matching-paren)
1863 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1864 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1865 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1866 (minibuffer-history-isearch-wrap, transient-mark-mode)
1867 (next-logical-line, auto-fill-mode, line-number-mode)
1868 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1869 (normal-erase-is-backspace-mode): Doc fixes.
1870 (current-kill, transient-mark-mode, toggle-truncate-lines)
1871 (visible-mode): Reflow docstrings.
1872 (minibuffer-local-shell-command-map, interprogram-paste-function):
1873 Fix typos in docstrings.
1875 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1877 * server.el (server-process-filter): In daemon mode, default to
1878 emacsclient's tty if not opening a new frame and only the
1879 terminal-frame is available.
1881 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1883 * window.el (quit-window): Simplify code. Say in doc-string
1884 that it operates on the selected window's buffer. (Bug#1259)
1886 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1888 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1889 nil so that log-view-diff-changeset works.
1891 2008-10-30 Glenn Morris <rgm@gnu.org>
1893 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1895 * resume.el: Move to obsolete/.
1896 * Makefile.in (ELCFILES): Update.
1898 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1900 * electric.el (Electric-pop-up-window): Don't shrink the window if
1901 it's already big enough.
1903 * minibuffer.el (delete-minibuffer-contents): Delete all
1904 minibuffer contents instead of just the current field.
1906 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1908 * bookmark.el (bookmark-handle-bookmark): Rename from
1909 bookmark-jump-noselect.
1910 (bookmark--jump-via, bookmark-insert): Callers changed.
1911 (bookmark-jump-noselect): Wrapper function for
1912 bookmark-handle-bookmark.
1913 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1915 * textmodes/ispell.el (ispell-word): Use use-region-p.
1917 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1919 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1920 to follow naming conventions for abnormal hooks. Doc fix.
1921 (tooltip-mode, tooltip-timeout): Use it.
1922 (tooltip-hook): New obsolete alias.
1923 (tooltip-help-tips): Doc fix.
1925 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1927 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1929 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1932 2008-10-29 Glenn Morris <rgm@gnu.org>
1934 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1936 * vc-hooks.el (vc-find-root): Remove bogus alias.
1938 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1940 * international/quail.el (quail-show-guidance): Don't create
1941 a guidance-frame if current buffer is not a minibuffer, since even if
1942 selected-window is mini-p, the buffer will never be displayed in it, so
1943 it wil be usable for guidance.
1945 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1947 * smerge-mode.el: Require diff-mode at run-time as well.
1949 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1951 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1952 * vc-hooks.el (vc-stay-local): Likewise.
1954 2008-10-28 Phil Sung <psung@mit.edu>
1956 * follow.el (follow-scroll-down, follow-calc-win-end)
1957 (follow-estimate-first-window-start): Reduce effective window
1958 height when header line is present. (Bug#925)
1960 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1962 * subr.el (locate-user-emacs-file): Simplify. Don't create
1963 `user-emacs-directory' when Emacs is running in batch mode.
1965 * startup.el (inhibit-startup-screen): Reflow docstring.
1966 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1968 2008-10-27 Kenichi Handa <handa@m17n.org>
1970 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1972 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1974 * face-remap.el (text-scale-increase, text-scale-decrease)
1975 (text-scale-adjust): Remove &optional keyword from the arg list;
1976 the INC argument is not really optional, if the functions happen
1977 to be called from elisp.
1979 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1981 * vc.el: Rename VC methods that were missed when vc-status was
1983 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1984 vc-svn-status-extra-headers.
1985 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1986 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1987 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1988 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1989 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1990 vc-dir-status-printer.
1991 (vc-dir-headers): Use `dir-extra-headers' instead of
1992 `status-extra-headers'.
1993 (vc-dir-printer): Rename from vc-dir-status-printer.
1994 (vc-default-dir-extra-headers): Rename from
1995 vc-default-status-extra-headers.
1996 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1997 vc-cvs-status-extra-headers.
1999 * startup.el (server-name): Pacify byte compiler.
2000 (command-line): If --daemon=SERVER_NAME was used, set server-name
2001 before calling server-start.
2003 2008-10-26 Romain Francoise <romain@orebokech.com>
2005 * startup.el (command-line): Call daemon-initialized after
2006 starting the server.
2008 2008-10-26 Kenichi Handa <handa@m17n.org>
2010 * help-fns.el (describe-categories): Display the terse legend at
2013 * international/characters.el: Docstrings of categories improved.
2015 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2017 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2019 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2020 to the courier family.
2021 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2022 usually not serif'd and hence rather unlike verbatim's printed output.
2024 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
2026 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2027 when reporting the module.
2029 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2031 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2033 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2035 * files.el (locate-dominating-stop-dir-regexp): New var.
2036 (locate-dominating-file): Change arg from a regexp to a file name.
2037 Rewrite using the vc-find-root code to avoid directory-files which is
2038 too slow. Obey locate-dominating-stop-dir-regexp.
2039 Don't pay attention to changes in owner.
2040 (project-find-settings-file): Adjust call to locate-dominating-file.
2042 * progmodes/flymake.el (flymake-find-buildfile):
2043 Adjust call to locate-dominating-file.
2045 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2046 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2048 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2050 * subr.el (with-current-buffer): Rename buffer argument to
2052 * window.el (get-buffer-window-list): Rename buffer argument to
2053 buffer-or-name and make it optional.
2055 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
2057 * completion.el (add-completion-to-head, add-completion): Doc fixes.
2058 (completion-search-next, add-completions-from-file):
2059 Fix typos in docstrings.
2061 * filesets.el (filesets-menu-ensure-use-cached)
2062 (filesets-ingroup-patterns, filesets-filetype-property):
2063 * tutorial.el (get-lang-string):
2064 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2065 Fix typos in docstrings.
2067 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2068 (image-dired-line-up-method, image-dired-thumb-size)
2069 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2070 (image-dired-track-original-file, image-dired-track-thumbnail)
2071 (image-dired-dired-next-line, image-dired-dired-previous-line)
2072 (image-dired-write-comments): Reflow docstrings.
2073 (image-dired-show-all-from-dir-max-files)
2074 (image-dired-format-properties-string, image-dired-create-thumbs)
2075 (image-dired-mark-tagged-files, image-dired-gallery-generate):
2076 Fix typos in docstrings.
2078 * savehist.el (savehist-save-minibuffer-history, savehist-file)
2079 (savehist-additional-variables, savehist-ignored-variables)
2080 (savehist-file-modes, savehist-autosave-interval):
2081 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2082 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2083 (fancy-splash-image):
2084 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2085 (thumbs-conversion-program, thumbs-margin):
2086 Remove spurious * in docstrings.
2088 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
2090 * thingatpt.el (end-of-sexp, beginning-of-sexp)
2091 (forward-same-syntax): Omit default arguments to char-after and
2094 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
2096 * subr.el (locate-user-emacs-file): New function.
2097 (user-emacs-directory): Mention it in docstring.
2099 * completion.el (save-completions-file-name):
2100 * filesets.el (filesets-menu-cache-file):
2101 * image-dired.el (image-dired-dir, image-dired-db-file)
2102 (image-dired-temp-image-file, image-dired-gallery-dir)
2103 (image-dired-temp-rotate-image-file):
2104 * savehist.el (savehist-file):
2105 * server.el (server-auth-dir):
2106 * thumbs.el (thumbs-thumbsdir):
2107 * tutorial.el (tutorial--saved-dir):
2108 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2110 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2112 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2113 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2115 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2117 * filesets.el: Update author email.
2118 (filesets-data): Doc fix.
2120 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
2122 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2124 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
2126 * international/mule-cmds.el (describe-language-environment):
2129 2008-10-23 Glenn Morris <rgm@gnu.org>
2131 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2133 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2134 byte-compile a redefinition of a function with special byte-compile
2137 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2139 * ps-print.el: Deal with page sizes for label printes. Suggested by
2140 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2141 (ps-print-version): New version 7.3.3.
2142 (ps-page-dimensions-database): New page sizes for label printers.
2143 (ps-n-up-printing): Fix code.
2145 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2147 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2149 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2150 (list-at-point): Add docstrings.
2152 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2154 * dired-aux.el (dired-do-create-files): Doc fix.
2156 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2158 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2159 with other documentation.
2161 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2163 * replace.el (how-many): Fix typo in docstring.
2164 Reported by Leo <sdl.web@gmail.com>.
2166 2008-10-22 Glenn Morris <rgm@gnu.org>
2168 * international/mule-cmds.el (universal-coding-system-argument):
2169 Check for C-g. (Bug#1205)
2171 2008-10-22 Kenichi Handa <handa@m17n.org>
2173 * international/characters.el: Don't setup
2174 find-word-boundary-function-table.
2175 (next-word-boundary-han, next-word-boundary-kana): Delete them.
2176 (word-combining-categories, word-separating-categories):
2177 Adjust to the change of the docstrings.
2179 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2181 * simple.el (region-active-p): Doc fix.
2183 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2185 * subr.el (apply-partially): Move from here...
2187 * simple.el (apply-partially): ...to here.
2189 2008-10-20 Andreas Schwab <schwab@suse.de>
2191 * subr.el (split-string-and-unquote): Simplify regexp.
2193 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2195 * subr.el (top-level): Require `cl' when compiling.
2197 2008-10-20 David Reitter <david.reitter@gmail.com>
2199 * info.el (Info-mode): Do not remove an existing header line if
2200 `Info-use-header-line' is nil.
2202 2008-10-19 Juri Linkov <juri@jurta.org>
2204 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2205 Add arg `delimited' as in `query-replace' for the case when
2206 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
2207 Add more indicators to the prompt ("word" and "in region").
2209 * replace.el (query-replace, query-replace-regexp)
2210 (replace-string, replace-regexp, perform-replace): Add "word"
2211 indicatiors to the prompt for word delimited replacements.
2213 * replace.el (read-regexp): Rename arg `default' to `default-value'.
2216 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2218 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
2220 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2222 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2224 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2225 Make argument names follow Elisp manual.
2227 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2229 * textmodes/remember.el (remember-data-file):
2230 * shadowfile.el (shadow-initialize)
2231 <shadow-info-file, shadow-todo-file>:
2232 * savehist.el (savehist-file):
2233 * recentf.el (recentf-save-file):
2234 * pcvs-defs.el (cvs-cvsrc-file):
2235 * international/kkc.el (kkc-init-file-name):
2236 * ido.el (ido-save-directory-list-file):
2237 * calendar/todo-mode.el (todo-file-do, todo-file-done)
2238 (todo-file-top): Run file names that begin with a period thru
2239 `convert-standard-filename'.
2241 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
2246 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2247 coding-system-for-read to ediff-coding-system-for-write.
2249 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2250 coding-system-for-write to ediff-coding-system-for-write.
2252 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2253 (ediff-coding-system-for-write): Set to emacs-internal.
2255 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2257 * international/mule-conf.el (emacs-internal): New coding system alias.
2259 2008-10-18 Juri Linkov <juri@jurta.org>
2261 * info.el (Info-file-supports-index-cookies-list): New variable.
2262 (Info-file-supports-index-cookies): New function.
2263 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2264 (Info-index-nodes): Let-bind Info-point-loc to nil for files
2265 without an index cookie to ignore it when Info-index-nodes is
2266 called during navigating from an index node with line numbers.
2267 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
2269 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2270 variable definition section.
2272 * info.el (Info-find-node-2): Put initial point below the header line
2273 and breadcrumbs line.
2275 2008-10-18 Glenn Morris <rgm@gnu.org>
2277 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2278 the needed external programs were not found.
2280 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2282 * files.el (trash-directory): Run thru `convert-standard-filename'.
2283 (file-modes-char-to-who, file-modes-char-to-right)
2284 (file-modes-rights-to-number, file-modes-symbolic-to-number)
2285 (read-file-modes): Doc fixes.
2287 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2289 * abbrev.el (define-abbrev): Doc fix.
2291 2008-10-17 Alan Mackenzie <acm@muc.de>
2293 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2294 foo bar [] = { ...".
2296 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2298 * faces.el (face-spec-set-2): Don't pass invalid attributes to
2301 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
2303 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2304 according to `locale-coding-system'. (This fixes trivial bug reported
2305 as part of bug#1179).
2306 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2307 particular order). Use `when'.
2309 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
2311 * w32-fns.el (w32-check-shell-configuration): Doc fix.
2312 (w32-add-charset-info): Fix typo in docstring.
2314 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2316 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2319 2008-10-16 Magnus Henoch <mange@freemail.hu>
2321 * vc-arch.el (vc-arch-dir-status): New function.
2322 (vc-arch-after-dir-status): New function.
2324 2008-10-16 Glenn Morris <rgm@gnu.org>
2326 * man.el (Man-getpage-in-background): Force recent `man's to output
2327 escape sequences even when stdout is not a tty. (Bug#1142)
2329 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
2331 * international/mule-conf.el: Add `utf8' and `UTF8' as
2332 aliases for the `utf-8' coding system.
2334 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
2336 * find-file.el (ff-get-file): Doc fix.
2337 (ff-get-file-name): Use `let', not `let*'.
2338 (ff-search-directories): Fix typo in docstring.
2339 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2340 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2341 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2342 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2343 (cc-other-file-alist, modula2-other-file-alist):
2344 Remove spurious * in docstrings.
2346 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
2348 * faces.el (set-face-attribute): Set family and foundry before
2350 (face-spec-set-2): Pass unmodified args to set-face-attribute.
2352 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
2354 * hl-line.el (hl-line-unload-function): New function.
2355 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2356 (hl-line-sticky-flag): Remove spurious * in docstring.
2358 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
2360 * vc-git.el (vc-git-show-log-entry): Include the revision in the
2363 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
2365 * net/tramp.el (tramp-process-one-action): Embed regexp in
2366 parentheses, before adding end-of-buffer construct. Suggested by
2367 Markus Triska <markus.triska@gmx.at>.
2369 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
2371 * net/newst-plainview.el (w3m-toggle-inline-image):
2372 Define 'declare-function if necessary, for compatibility.
2374 * net/newst-treeview.el (w3m-toggle-inline-images):
2375 Define 'declare-function if necessary, for compatibility.
2377 2008-10-13 Alan Mackenzie <acm@muc.de>
2379 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2380 so that the function works on one-line macros.
2382 * progmodes/cc-engine.el: Amend several doc strings and comments.
2384 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2386 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2388 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2389 (vc-cvs-stay-local): Add a new choice and default to it.
2390 (vc-cvs-dir-status): Use the new vc-stay-local choice.
2392 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2394 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
2396 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2397 Add support for extended return statement.
2399 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2400 and obj-dir; keep user order.
2402 2008-10-12 Glenn Morris <rgm@gnu.org>
2404 * Makefile.in (ELCFILES): Update.
2406 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2407 (shell-file-name-quote-list): Declare.
2409 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
2411 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2413 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2415 * startup.el (command-line): If toolbar is disabled but ought to
2416 be initialized, call tool-bar-setup.
2418 * tool-bar.el (tool-bar-setup): Variable deleted.
2419 (tool-bar-setup): Set it up unconditionally.
2421 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2423 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2424 tool-bar-map has been initialized before setting it up.
2426 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2427 tool-bar-map has been initialized before setting it up.
2429 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2431 * emacs-lisp/warnings.el (display-warning): Issue a message if
2432 called during daemon initialization.
2434 * tool-bar.el (tool-bar-local-item)
2435 (tool-bar-local-item-from-menu): Put the check for number of
2436 display colors into the image expression.
2437 (tool-bar-setup): Don't be a no-op on ttys.
2439 * info.el (info-tool-bar-map):
2440 * progmodes/gud.el (gud-tool-bar-map):
2441 * progmodes/grep.el (grep-mode-tool-bar-map):
2442 * progmodes/compile.el (compilation-mode-tool-bar-map):
2443 Initialize it unconditionally.
2445 2008-10-11 Romain Francoise <romain@orebokech.com>
2447 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2448 * kmacro.el (kmacro-edit-lossage): Ditto.
2449 * edmacro.el (edit-kbd-macro): Ditto.
2451 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
2453 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2456 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2458 * startup.el (command-line): Revert 2008-09-26 change, not
2461 2008-10-10 Andreas Schwab <schwab@suse.de>
2463 * simple.el (minibuffer-complete-shell-command):
2464 Bind comint-delimiter-argument-list, comint-file-name-chars and
2465 comint-file-name-quote-list like shell-mode.
2467 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2469 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2470 call of select-window.
2472 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2474 * calc/calc.el (calc-embedded-word-regexp)
2475 (calc-embedded-word-regexp-alist): New variables.
2476 (calc-embedded-open-word, calc-embedded-close-word)
2477 (calc-embedded-open-close-word-alist): Remove unused variables.
2479 * calc/calc-embed.el (calc-embedded-make-info):
2480 Use `calc-embedded-word-regexp' to find words.
2482 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2484 * info.el (Info-extract-menu-counting): New argument no-detail to
2485 skip detailed node listings.
2486 (Info-forward-node): New argument not-up to inhibit going up.
2487 (Info-final-node): Call Info-extract-menu-counting and
2488 Info-forward-node with the new arguments set to avoid infinite
2491 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2493 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2496 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2498 * startup.el (command-line): Enable tool-bar-mode as long as it is
2499 not suppressed by X resources, regardless of the terminal.
2501 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2502 graphical terminals.
2503 (tool-bar-setup): No-op if called on a tty.
2505 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2507 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2508 Support `pc' ``window-system''.
2510 * progmodes/compile.el (compilation-start): Resurrect the version
2511 for systems that don't support asynchronous subprocesses.
2513 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2515 * window.el (pop-up-frames): Add choice graphic-only.
2516 (display-buffer): When pop-up-frames equals graphic-only do
2517 not pop up new frame on text-only terminals. (Bug#1061)
2519 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2521 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2522 (vc-cvs-dir-status): Use it.
2524 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2526 * json.el (json-skip-whitespace): Fix last change.
2528 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2530 * bs.el (bs-unload-function): New function.
2532 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2534 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2535 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2536 For clarity, explicitly require cl.
2538 2008-10-08 Michael Olson <mwolson@gnu.org>
2540 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2541 can avoid a bad interaction with programs that add functions to
2542 the window-scroll-functions hook. This fixes Bug #858.
2544 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2546 * startup.el (command-line): Use display-warning to warn about an
2548 (command-line-1): Remove init file error delay.
2550 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2552 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2553 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2554 (rx-group-if): New function.
2555 (rx-parent): New variable.
2556 (rx-and, rx-or): Put shy groups only when necessary.
2557 (rx-bracket): Remove.
2558 (rx-anything): New function.
2559 (rx-any-delete-from-range, rx-any-condense-range)
2560 (rx-check-any-string): New functions.
2561 (rx-check-any): Return result as a list. Don't convert chars to
2562 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2563 Check char category string. Call rx-form instead of rx-to-string.
2564 (rx-any): Rebuid to complete the function.
2565 (rx-check-not): Fix char category regexp pattern string.
2566 Call rx-form instead of rx-to-string.
2567 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2568 "[^^]". Call regexp-quote for one char string when not called from
2569 rx-not. Add "\\w", and toggle to upcase. Add the case of
2570 "\\[SCBW]" to toggle.
2571 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2572 instead of rx-to-string.
2573 (rx-kleene): Call rx-form instead of rx-to-string.
2574 Call rx-group-if to adjust putting of shy groups.
2575 (rx-atomic-p): Make check more precisely.
2576 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2577 (rx-regexp): Call rx-group-if.
2578 (rx-form): New function.
2579 (rx-to-string): Call rx-form, rx-group-if.
2580 Refine definition of NO-GROUP.
2582 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2584 * json.el (json-advance): Use forward-char.
2585 (json-skip-whitespace): Use skip-syntax-forward.
2587 2008-10-07 Alan Mackenzie <acm@muc.de>
2589 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2590 indenting a macro followed by blank lines doesn't backslash the
2591 following non-blank line into the macro.
2593 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2595 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2596 (command-line): Set after-init-time to nil before initialization.
2598 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2600 * calc/calc-units.el (math-standard-units): Update the values
2603 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2605 * bookmark.el (bookmark-unload-function): New function.
2607 2008-10-06 Andreas Schwab <schwab@suse.de>
2609 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2611 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2613 * mail/footnote.el: Remove * in defcustom docstrings and tell
2614 for most options that customizing them doesn't affect buffers
2615 already displaying footnotes.
2616 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2617 Fix handling of text properties and identical start/end tags.
2618 Do not use format when renumbering.
2619 (Footnote-set-style): Make it work.
2620 (Footnote-insert-numbered-footnote): Simplify.
2621 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2622 (Footnote-goto-footnote): Fix handling of empty section tag.
2623 (Footnote-delete-footnote): Fix handling of identical start/end
2624 tags, empty section tag, and spaced footnotes. Do not use
2626 (footnote-mode): Make most options buffer-local to avoid that
2627 customizing messes up handling of footnotes in buffers that
2628 already display them.
2630 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2632 * faces.el (x-create-frame-with-faces): Undo previous change.
2634 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2637 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2639 * international/mule-cmds.el (universal-coding-system-argument):
2640 Handle digit-argument too.
2642 2008-10-05 Mario Lang <mlang@delysid.org>
2644 * xml.el (xml-parse-string): Use skip-chars-forward.
2646 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2648 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2650 (vc-bzr-dir-status-files): New function.
2652 2008-10-04 Glenn Morris <rgm@gnu.org>
2654 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2656 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2657 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2659 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2660 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2662 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2664 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2665 Fix typo. (Bug#1074)
2667 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2669 * progmodes/compile.el (compilation-start): Make sure to move to
2670 point-max only when we are in the compilation buffer. (Bug#1073)
2672 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2674 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2675 tool-bar-mode is on.
2677 * vc-svn.el (vc-svn-dir-status-files):
2678 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2680 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2682 * vc-hg.el (vc-hg-dir-status-files): New function.
2684 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2686 * window.el (window--display-buffer-1): Don't care about
2687 visibility since raise-frame does.
2689 2008-10-03 Mario Lang <mlang@delysid.org>
2691 * nxml/xmltok.el (xmltok-forward): Simplify.
2693 2008-10-03 Glenn Morris <rgm@gnu.org>
2695 * Makefile.in (ELCFILES): Update.
2697 * frame.el (set-default-font): Make obsolete.
2698 * mouse.el (mouse-set-font): Use set-frame-font.
2700 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2701 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2703 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2704 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2706 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2708 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2709 (vc-dir-refresh): Set it here instead. (Bug#1067)
2711 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2713 * faces.el (inhibit-frame-set-background-mode): New var.
2714 (frame-set-background-mode): Use it to avoid a loop in
2717 2008-10-02 Glenn Morris <rgm@gnu.org>
2719 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2722 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2724 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2725 that is, to take some action when a buffer is killed. Suggested by
2726 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2728 (whitespace-action): Docstring and :type fix.
2729 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2731 (whitespace-add-local-hook, whitespace-remove-local-hook)
2732 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2734 2008-10-01 Magnus Henoch <mange@freemail.hu>
2736 * net/tls.el (open-tls-stream): Show the actual command being
2737 executed, instead of the format string.
2739 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2741 * term/internal.el (dos-locale-alist): New alist.
2742 (dos-codepage-setup): Use it to compute a value of locale with
2743 which to call set-locale-environment. Remove code to set
2744 terminal, keyboard, and file-name encoding (done by
2745 set-locale-environment).
2747 * international/mule-cmds.el
2748 (set-language-environment-nonascii-translation): Fix nonascii
2749 value for `pc' ``window-system''.
2750 (set-display-table-and-terminal-coding-system)
2751 (set-default-coding-systems): Don't special-case `pc'.
2753 2008-10-01 Glenn Morris <rgm@gnu.org>
2755 * filesets.el (filesets-menu-name): Fix type.
2756 (filesets-menu-path, filesets-menu-before): Fix types.
2757 Change defaults to be consistent with recentf. (Bug#1056)
2759 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2761 * term/xterm.el (xterm-turn-on-modify-other-keys)
2762 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2763 Don't forget to pass `terminal' to `send-string-to-terminal'.
2765 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2767 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2768 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2769 non-nil. It is not clear, whether this is only fixing symptoms on
2770 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2771 is embedded by that check. So it might be TRT. Suggested by Dan
2772 Nicolaescu <dann@ics.uci.edu>.
2774 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2776 * Makefile.in (ELCFILES): Remove codepage.elc.
2778 * international/codepage.el: File removed, as even ms-dos doesn't
2781 * loadup.el [ms-dos]: Don't load ccl and codepage.
2783 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2784 (IT-character-translations, cjk-codepages-alist): Remove variables.
2785 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2786 (IT-unicode-translations): Remove charset and base elements.
2787 Add translations for Latin-1 characters.
2788 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2789 base and chset elements of IT-unicode-translations. Don't wrap
2790 translation in "{...}". Set up translations only for characters
2791 for which unencodable-char-position returns non-nil.
2792 (dos-codepage-setup): Don't use special-case codepages in
2793 cjk-codepages-alist.
2795 * files.el (locate-dominating-file): Wrap directory-files with
2796 condition-case, instead of calling file-directory-p, which stats
2797 the directory one more time.
2799 * mail/mail-utils.el (mail-unquote-printable-region):
2800 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2803 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2805 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2807 2008-09-30 Glenn Morris <rgm@gnu.org>
2809 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2811 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2813 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2814 (which-function): Handle nested imenu trees.
2816 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2817 some nested menu items.
2819 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2821 * calc/calc-units.el (math-standard-units): Add entries used to
2822 display the the values in the units buffer.
2823 (math-build-units-table): Add entries to the units table to be used
2824 to display the values in the units buffer.
2825 (math-build-units-table-buffer): Use the display entry of the units
2827 (calc-define-unit): Add option to enter display value of unit.
2829 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2831 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2833 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2835 * files.el (locate-dominating-file): Take file-attributes of
2836 `dir', not of `file' (which never changes).
2838 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2840 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2841 also be `localname'.
2843 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2846 2008-09-28 Glenn Morris <rgm@gnu.org>
2848 * vc.el (vc-switches): Give it a doc string.
2850 2008-09-28 Romain Francoise <romain@orebokech.com>
2852 * comint.el (comint-show-output): Adjust to stickiness changes of
2855 * startup.el (command-line): Start the daemon server later.
2857 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2859 * subr.el (read-quoted-char): Call char-resolve-modifiers
2860 instead of char-resolve-modifers.
2862 2008-09-27 Glenn Morris <rgm@gnu.org>
2864 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2865 than [return]. (Bug#1031)
2867 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2869 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2871 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2873 * epg.el (epg-wait-for-status): Check if there is no pending status.
2874 Reported by Ted Romer <ted@romerfamily.com>.
2876 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2878 * startup.el (command-line): Turn on menu-bar-mode and
2879 tool-bar-mode when running as a daemon.
2881 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2883 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2884 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2885 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2886 ($(lisp)/progmodes/cc-engine.elc)
2887 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2888 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2889 ($(lisp)/progmodes/cc-subword.elc)
2890 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2892 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2893 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2894 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2895 ($(lisp)/progmodes/cc-engine.elc)
2896 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2897 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2898 ($(lisp)/progmodes/cc-subword.elc)
2899 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2901 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2903 * informat.el (Info-split-threshold): New variable.
2904 (Info-split): Use it.
2906 * textmodes/texinfmt.el (texinfo-format-buffer):
2907 Use Info-split-threshold to decide whether to split Info files.
2909 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2911 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2914 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2915 name when reinserting it.
2917 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2918 word-search-backward-lax for incremental word search.
2920 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2922 * generic-x.el (generic-other-modes): Fix typo in docstring.
2923 (generic-use-find-file-hook, generic-lines-to-scan)
2924 (generic-find-file-regexp, generic-ignore-files-regexp)
2925 (generic-define-mswindows-modes, generic-define-unix-modes):
2926 Remove `*' from docstring.
2927 (generic-mode-find-file-hook): Use `string-match-p'.
2928 (apache-log-generic-mode, mailagent-rules-generic-mode)
2929 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2930 (java-manifest-generic-mode, java-properties-generic-mode)
2931 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2932 for consistency with other modes in generic-x.el.
2934 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2936 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2937 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2938 parens specially only if latex-handle-escaped-parens is non-nil.
2939 (latex-indent-within-escaped-parens): New option.
2940 (latex-find-indent): Bind latex-handle-escaped-parens to
2941 latex-indent-within-escaped-parens. Do not treat escaped parens
2942 specially when this is nil. (Bug#954)
2944 2008-09-25 Glenn Morris <rgm@gnu.org>
2946 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2948 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2950 * vc.el (vc-mark-resolved): Move message here from
2951 vc-default-mark-resolved.
2952 (vc-default-mark-resolved): Change to an alias for ignore.
2954 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2956 * term.el (term-emulate-terminal): Encode input string before
2957 checking its length.
2959 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2961 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2964 * server.el (server-buffer-done): Avoid changing the buffer when
2965 deleting the client's frame (bug#640).
2967 * vc.el (vc-default-mark-resolved): New function.
2969 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2971 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2972 from raising a wrong-type-argument error.
2974 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2976 * help-fns.el (describe-function-1, describe-variable): Print
2977 relative file name in help buffer.
2978 * faces.el (describe-face): Print relative file name in help
2981 2008-09-23 Romain Francoise <romain@orebokech.com>
2983 * subr.el (with-output-to-string): Make sure that the temporary
2986 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2988 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2989 indentation problem with keyword symbols when a list starts with
2990 ,@ or spaces. (Bug#1012)
2992 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2994 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2995 escaped close parens correctly. (Bug#954)
2997 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2999 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3000 usage of `fortune-file' even though a FILE argument was passed to
3003 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3005 * startup.el (command-line): Start the server when in daemon mode.
3006 Remove always true test.
3008 * frame.el (frame-initialize): Remove spurious setting of
3009 special-display-function with the default value.
3011 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
3013 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3015 2008-09-20 Glenn Morris <rgm@gnu.org>
3017 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3018 Fix custom type. (Bug#1011)
3020 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
3022 * files.el (move-file-to-trash): Avoid recursive trashing if
3023 rename-file calls delete-file.
3025 2008-09-20 Glenn Morris <rgm@gnu.org>
3027 * play/fortune.el: Remove leading `*' from defcustom docs.
3028 (fortune-program-options): Doc fix. Allow to be a string again.
3030 (fortune-in-buffer): Handle fortune-program-options as a string.
3031 Don't rely on fortune program accepting options after fortune file.
3033 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
3035 * play/fortune.el (fortune-program-options): Change to a list.
3036 (fortune-in-buffer): Use apply.
3038 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
3040 * emacs-lisp/authors.el: Change encoding of file to utf-8.
3041 (authors-coding-system): Likewise.
3043 2008-09-20 Ami Fischman <ami@fischman.org>
3045 * savehist.el (savehist-save): Handle errors in writing as well as
3048 2008-09-20 Michael Olson <mwolson@gnu.org>
3050 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3051 to provide a minimal performance boost.
3053 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3055 * proced.el (proced-grammar-alist, proced-custom-attributes)
3056 (proced-format-alist, proced-format, proced-filter-alist)
3057 (proced-filter, proced-sort): Use defcustom.
3058 (proced-mode): Fix docstring.
3059 (proced-process-attributes): Handle return value nil of functions
3060 in proced-custom-attributes.
3062 2008-09-19 Martin Rudalics <rudalics@gmx.at>
3064 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3065 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
3067 2008-09-19 Miles Bader <miles@gnu.org>
3069 * comint.el (comint-output-filter): Make field properties for
3070 output text front-sticky.
3072 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3074 * vc-bzr.el (vc-bzr-show-log-entry):
3075 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3076 C-x v l for a directory uses that.
3078 2008-09-18 Simon Josefsson <simon@josefsson.org>
3080 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3083 2008-09-18 Martin Rudalics <rudalics@gmx.at>
3085 * help-macro.el (make-help-screen): Preserve key bindings
3086 established in help-mode call when exiting this macro.
3088 2008-09-17 Kenichi Handa <handa@m17n.org>
3090 * language/burmese.el: Fix setting of composition-function-table.
3092 2008-09-17 Martin Rudalics <rudalics@gmx.at>
3094 * info.el (Info-follow-nearest-node): Don't raise an error for
3097 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
3099 * calc/calc-units.el (calc-convert-temperature): Use default
3100 units when appropriate.
3102 2008-09-16 Markus Triska <markus.triska@gmx.at>
3104 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3105 catch errors raised in `texmathp'.
3106 (flyspell-tex-math-initialized): Remove.
3108 2008-09-16 Martin Rudalics <rudalics@gmx.at>
3110 * frame.el (select-frame-set-input-focus): With non-nil
3111 mouse-autoselect-window always move mouse cursor to frame's
3112 selected window. Otherwise restore pre 2008-09-13 behavior.
3113 (select-frame-by-name): Use select-frame-set-input-focus.
3115 * files.el (switch-to-buffer-other-frame): Don't raise frame since
3116 pop-to-buffer already does it.
3117 (display-buffer-other-frame): Fix doc-string.
3119 2008-09-16 Glenn Morris <rgm@gnu.org>
3121 * add-log.el (diff-find-source-location): Update declaration.
3123 * progmodes/make-mode.el (makefile-match-function-end):
3124 Move point. (Bug#983)
3126 2008-09-16 Daiki Ueno <ueno@unixuser.org>
3128 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3130 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
3132 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3133 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3135 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
3137 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3139 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3141 * files.el (file-truename): Don't raise args-out-of-range error
3142 when filename has no separator on windows-nt. (Bug#982)
3144 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3146 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3147 be more honest when we don't know.
3148 (diff-tell-file-name): Don't prompt before the actual prompt.
3149 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3150 (diff-find-source-location): Add `noprompt' argument.
3151 (diff-current-defun): Don't prompt.
3153 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3155 * proced.el (proced-mark-face, proced-marked-face)
3156 (proced-sort-header-face): Remove.
3157 (proced-font-lock-keywords): Simplify.
3158 (proced-format): Use face proced-sort-header.
3159 (proced-format-interactive, proced-sort-interactive)
3160 (proced-filter-interactive): Only call proced-update if the scheme
3162 (proced-sort-header): Use posn-actual-col-row.
3164 2008-09-14 Martin Rudalics <rudalics@gmx.at>
3166 * add-log.el (change-log-find-window): New variable.
3167 (change-log-goto-source-1, change-log-goto-source):
3168 Set change-log-find-window to window displaying source.
3169 (change-log-next-error): Select window specified by
3170 change-log-find-window.
3172 2008-09-13 Martin Rudalics <rudalics@gmx.at>
3174 * frame.el (select-frame-set-input-focus): With focus follows
3175 mouse move mouse cursor to right window.
3176 * window.el (pop-to-buffer): Select window before calling
3177 select-frame-set-input-focus.
3179 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3181 * proced.el (proced-sort-header): New face.
3182 (proced-sort-header-face): New variable.
3183 (proced-format): Allow format value nil.
3184 Use proced-sort-header-face for header of sort column.
3185 (proced-format-args): New function.
3186 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3187 (proced-header-help-echo, proced-field-help-echo, proced-timer)
3188 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3189 (proced-refine): Rename from proced-filter-attribute. Doc fix.
3190 (proced-sort-header): Bind also to mouse-1.
3191 (proced-move-to-goal-column): Return position of point.
3192 (proced-filter-interactive): Always revert listing.
3193 (proced-format-ttname): Simplify.
3194 (proced-update): Do not keep undo information. Put point at
3195 beginning of buffer if we generate the first listing.
3197 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
3199 * doc-view.el (doc-view-scroll-up-or-next-page)
3200 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3201 vertically split windows.
3203 2008-09-12 Glenn Morris <rgm@gnu.org>
3205 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3207 * indent.el (indent-line-function): Doc fix.
3208 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3210 2008-09-11 Martin Rudalics <rudalics@gmx.at>
3212 * window.el (pop-to-buffer): If the window for buffer-or-name is
3213 not on the selected frame, raise that window's frame and give it
3214 input focus. (Bug#745)
3216 2008-09-11 Glenn Morris <rgm@gnu.org>
3218 * ido.el (ido-mode): Initialize with custom-initialize-default,
3219 rather than a set function. (Bug#947)
3221 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
3223 * replace.el (perform-replace): Don't set inhibit-read-only using
3224 query-replace-skip-read-only (bug#956).
3226 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3227 of the <<foo>> form.
3229 2008-09-10 Martin Rudalics <rudalics@gmx.at>
3231 * window.el (display-buffer): Fix doc-string typo.
3233 2008-09-10 Kenichi Handa <handa@m17n.org>
3235 * composite.el (compose-gstring-for-graphic): Fix previous change.
3237 2008-09-10 Glenn Morris <rgm@gnu.org>
3239 * info.el (Info-try-follow-nearest-node): Fix doc typo.
3241 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
3243 * info.el (Info-mouse-follow-nearest-node): Follow links to different
3246 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3248 * ido.el (ido-unload-function): New function.
3250 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
3252 * ido.el (ido-file-internal): Fix typo in prompt.
3253 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3254 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3255 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3256 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3257 Fix typos in docstrings.
3259 2008-09-08 Martin Rudalics <rudalics@gmx.at>
3261 * help-fns.el (describe-function-1): Don't print extra newline
3264 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
3266 * help-fns.el (find-lisp-object-file-name): Handle case where
3267 library is compressed.
3269 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3271 * complete.el (PC-do-completion): Don't replace buffer
3274 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
3276 * loadhist.el (unload-feature-special-hooks):
3277 Add `choose-completion-string-functions'.
3279 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3281 * vc-svn.el (vc-svn-root):
3282 * vc-sccs.el (vc-sccs-root):
3283 * vc-rcs.el (vc-rcs-root):
3284 * vc-cvs.el (vc-cvs-root): Delete.
3285 * vc-hooks.el (vc-find-root): Remove `invert' argument.
3287 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3289 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3290 errors occurring in different files.
3292 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3294 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3295 (vc-bzr-status-printer): New function.
3296 (vc-bzr-after-dir-status): Deal with renamed files.
3298 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
3300 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3303 2008-09-07 Martin Rudalics <rudalics@gmx.at>
3305 * subr.el (cancel-change-group): Widen buffer temporarily when
3306 undoing changes. (Bug#810)
3308 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
3310 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3311 with gud-stop-subjob rather than exit debugger.
3313 2008-09-07 Kenichi Handa <handa@m17n.org>
3315 * composite.el: Compose combining characters only when it
3316 follows a character matching with "[[:alpha:]]".
3318 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3320 * proced.el: Require time-date.
3321 (proced-command-alist, proced-command, proced-goal-header-re)
3322 (proced-sorting-schemes-alist, proced-sorting-scheme)
3323 (proced-header-alist, proced-sorting-schemes-re)
3324 (proced-skip-regexp, proced-next-line, proced-previous-line)
3325 (proced-listing-type, proced-sorting-scheme-p): Remove.
3326 (proced-grammar-alist, proced-custom-attributes)
3327 (proced-format-alist, proced-format, proced-filter-alist)
3328 (proced-filter, proced-sort, proced-goal-attribute)
3329 (proced-timer-interval, proced-timer-flag, proced-timer)
3330 (proced-process-alist, proced-sort-internal, proced-process-tree)
3331 (proced-header-help-echo, proced-field-help-echo): New variables.
3332 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3333 (proced-omit-process, proced-filter, proced-process-tree)
3334 (proced-filter-children, proced-children-pids)
3335 (proced-filter-parents, proced-<, proced-string-lessp)
3336 (proced-time-lessp, proced-xor, proced-sort-p)
3337 (proced-format-time, proced-format-start, proced-format-ttname)
3338 (proced-format, proced-process-attributes): New functions.
3339 (proced-toggle-timer-flag, proced-mark-children)
3340 (proced-mark-parents, proced-filter-interactive)
3341 (proced-filter-attribute, proced-sort-interactive)
3342 (proced-sort-header, proced-format-interactive): New commands.
3343 (proced-move-to-goal-column): Use goal-column.
3344 (proced-mode): Use proced-timer.
3345 (proced-do-mark-all): Display process count. Use use-region-p.
3347 (proced-omit-processes): Use use-region-p.
3348 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3349 (proced-sort-start, proced-sort-time, proced-sort-user):
3350 Use proced-sort-interactive.
3351 (proced-sort): Make it a function that performs the actual sort.
3352 (proced-update): New arg revert. Use proced-process-alist,
3353 proced-filter, proced-sort, proced-format, and
3354 proced-grammar-alist. Preserve position of point based on fields.
3355 Make header line and fields clickable.
3356 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3357 (proced-why): Use save-selected-window.
3358 (proced-log): Use buffer-read-only.
3360 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3362 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3364 2008-09-06 Glenn Morris <rgm@gnu.org>
3366 * add-log.el (diff-find-source-location): Declare.
3367 (find-change-log): If called from a diff buffer, try to switch to the
3368 source buffer (e.g. to respect change-log-default-name there).
3370 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3371 unallowed characters; added 2006-10-10 without comment. (Bug#753)
3373 * Makefile.in (ELCFILES): Update.
3375 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3377 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3378 user enters a mouse event in another frame, or a special event.
3380 * server.el (server-switch-buffer): New arg.
3381 (server-execute): If reusing an existing window, set file position
3384 2008-09-06 Kenichi Handa <handa@m17n.org>
3386 * language/lao.el: Fix setting of composition-function-table.
3388 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3390 * term/pc-win.el (msdos-show-help): Don't truncate lines while
3391 displaying help echo messages.
3393 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3395 * subr.el (symbol-file): Fix doc-string.
3397 2008-09-06 Glenn Morris <rgm@gnu.org>
3399 * help-mode.el (help-xref-forward-stack): Doc fix.
3401 * add-log.el (change-log-default-name): Autoload safety.
3403 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
3405 * verilog-mode.el (verilog-library-extensions): Enable .sv
3406 filename extensions to call verilog-mode.
3407 (verilog-auto, verilog-auto-inst, verilog-faq)
3408 (verilog-submit-bug-report): Update author support URLs.
3409 (verilog-delete-auto, verilog-auto-inout-module)
3410 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3411 creating complemented testbench modules. Suggested by Yishay Belkind.
3412 (verilog-auto-inst-port, verilog-simplify-range-expression):
3413 When verilog-auto-inst-param-value is set, don't require a
3414 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
3416 (verilog-auto-inst-param-value): Add safe variable.
3417 (verilog-re-search-forward, verilog-re-search-backward):
3418 Fix returning wrong search results on Emacs 22.1.
3419 (verilog-modi-cache-results, verilog-auto): Fix warning message
3420 about "toggling font-lock-mode."
3421 (verilog-auto): Fix losing font-lock on errors.
3422 (verilog-auto-inst-param-value, verilog-mode-version)
3423 (verilog-mode-version-date, verilog-read-inst-param-value)
3424 (verilog-auto-inst, verilog-auto-inst-param)
3425 (verilog-auto-inst-port, verilog-simplify-range-expression):
3426 Allow parameters to be replaced with their values, on the expansion of
3427 an AUTOINST with Verilog 2001 style parameter settings.
3428 Suggested by David Rogoff.
3430 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
3432 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3433 Better support for the property statement. Sometimes this keyword
3434 introduces a statement which requires an endproperty keyword, and
3435 sometimes it doesn't, depending on the work before the property
3436 word. If property is prefixed with assert, assume or cover
3437 keyword, then the statement is ended with a ';'. Otherwise,
3438 property is like task or specify, and is followed by some number
3439 of statements, which are ended with an endproperty keyword.
3440 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3441 in a highlighted region: indent each line in region according to
3442 mode. Supply this so it works in XEmacs and older Emacs.
3444 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3446 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3447 Don't clean up a buffer when killing it.
3449 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3451 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3452 buffers (bug#360). New version 11.2.1.
3453 (whitespace-action): New value `warn-read-only' to give a warning when
3454 buffer is read-only and whitespace action is cleanup or auto-cleanup.
3455 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3456 (whitespace-warn-read-only): New fun.
3458 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
3460 * international/quail.el: Require help-mode.
3461 (quail-help-init): Function removed.
3462 (quail-keyboard-layout-button, quail-keyboard-customize-button):
3465 * dired.el (dired-get-filename): Rewrite octal escape character
3466 processor (bug#885).
3468 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3470 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3472 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3473 not just for terminal-frame.
3475 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3477 * window.el (window--try-to-split-window): Don't split when window
3478 is not splittable in last disjunct. (Bug#888)
3480 2008-09-05 Kenichi Handa <handa@m17n.org>
3482 * language/tibetan.el: Fix setting of composition-function-table.
3484 * composite.el (find-composition): Mention about the automatic
3485 composition in the docstring.
3486 (compose-gstring-for-graphic): Fix handling "above" marks.
3488 * descr-text.el (describe-char): Fix handling of automatic composition.
3490 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3492 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3493 (tramp-parse-connection-properties): Reflow docstring.
3495 2008-09-04 Kim F. Storm <storm@cua.dk>
3497 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3498 and other-frame methods when switching between file and buffer modes.
3500 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3502 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3503 removing duplicate entries under same heading. Don't skip char
3504 matching anything but a space or tab at bol. (Bug#864)
3506 2008-09-03 Alan Mackenzie <acm@muc.de>
3508 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3510 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3512 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3513 (completion-pcm--all-completions): Move the case-fold-search binding to
3514 it also applies to completion-regexp-list (used in all-completions).
3515 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3517 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3519 * window.el (pop-up-frame-function): Move ...
3520 * frame.el (pop-up-frame-function): ... here, to avoid
3521 "CHANGED outside Customize;".
3523 2008-09-03 Glenn Morris <rgm@gnu.org>
3525 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3527 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3529 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3530 non-alphabetical characters properly.
3532 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3534 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3536 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3538 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3539 control-prefixed keys. (Bug#835)
3541 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3543 * image-mode.el (image-mode): Fix 2008-07-19 change.
3545 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3547 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3549 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3551 2008-09-02 Glenn Morris <rgm@gnu.org>
3553 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3555 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3557 2008-09-01 Glenn Morris <rgm@gnu.org>
3559 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3560 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3561 and fix name typos. (Bug#856)
3563 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3565 * minibuffer.el (completion-pcm--pattern->regex):
3566 When completion-ignore-case is non-nil, generate a regexp that
3569 * window.el (recenter-top-bottom): Doc fix.
3571 2008-09-01 Simon South <ssouth@member.fsf.org>
3573 * progmodes/delphi.el: New maintainer.
3574 (delphi-interface-types): New var.
3575 (delphi-composite-types): Use it.
3576 (delphi-enclosing-indent-of): Distinguish between "interface"
3577 keyword as a unit separator and used like a class declaration.
3579 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3581 * help-fns.el (describe-simplify-lib-file-name)
3582 (find-source-lisp-file): Remove.
3583 (find-lisp-object-file-name): New function giving preference to
3584 files found via load-path instead of loaddefs.el.
3585 (describe-function-1): Use new function instead of the removed
3586 ones. (Bugs #587, #669, #690)
3587 * faces.el (describe-face): Use find-lisp-object-file-name instead
3588 of describe-simplify-lib-file-name.
3590 2008-09-01 Kenichi Handa <handa@m17n.org>
3592 * international/mule-diag.el (font-show-log): Fix previous change.
3594 * international/mule-cmds.el (set-language-environment):
3595 Don't overwrite current-iso639-language if the current language
3596 environment doesn't provide that data.
3597 (set-locale-environment): Set current-iso639-language from the
3600 * international/fontset.el (script-representative-chars): Re-add
3601 the entry for symbol, but with vector of characters.
3602 (setup-default-fontset): Cancel previous change.
3604 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3606 * ido.el: Move provide statement to the end of the file.
3608 2008-08-30 Markus Triska <markus.triska@gmx.at>
3610 * linum.el (linum-mode): `window-size-change-functions' can now be
3612 (linum-update-window): Use result of `move-overlay'.
3614 2008-08-30 Glenn Morris <rgm@gnu.org>
3616 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3618 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3621 * apropos.el (apropos-command): Report documentation errors.
3622 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3624 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3626 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3629 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3631 * bindings.el (mode-line-frame-identification): Fix last change.
3633 2008-08-29 Kenichi Handa <handa@m17n.org>
3635 These changes are to adjust the automatic composition for the new
3636 implementation (avoid using text property).
3638 * composite.el (composition-function-table): Move declaration to
3640 (terminal-composition-base-character-p): Delete it.
3641 (terminal-composition-function): Delete it.
3642 (terminal-composition-function-table): Delete it.
3643 (lgstring-header, lgstring-set-header, lgstring-font)
3644 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3645 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3646 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3647 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3648 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3649 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3650 (compose-glyph-string, compose-glyph-string-relative)
3651 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3653 (auto-compose-chars): Argument changed.
3655 * language/european.el: Don't setup composition-function-table.
3656 (diacritic-composition-pattern, diacritic-compose-region)
3657 (diacritic-compose-string, diacritic-compose-buffer)
3658 (diacritic-composition-function): Delete them.
3660 * language/lao-util.el (lao-composition-function): Argument changed.
3662 * language/sinhala.el: Fix setting up of composition-function-table.
3664 * language/thai.el: Fix setting up of composition-function-table.
3666 * language/thai-util.el: Encoding changed to utf-8.
3667 (thai-composition-function): Argument changed.
3669 * language/indian.el: Fix setting up of composition-function-table.
3670 (devanagari-composable-pattern)
3671 (tamil-composable-pattern, kannada-composable-pattern)
3672 (malayalam-composable-pattern): New variables.
3674 * international/characters.el (unicode-category-table):
3675 Setup unicode-category-table.
3677 * international/fontset.el (setup-default-fontset): Prepend
3678 iso10646-1 fonts to the fallback font groups instead of appending.
3680 2008-08-29 Glenn Morris <rgm@gnu.org>
3682 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3684 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3686 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3687 are no X frames active.
3689 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3691 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3692 `ignore-errors' (the function must succeed always).
3694 2008-08-28 Edward O'Connor <hober0@gmail.com>
3696 * json.el (json-read-number): New arg. Handle explicitly signed
3698 (json-readtable): Add `+' and `.'.
3700 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3702 * term/pc-win.el (msdos-previous-message): New variable.
3703 (msdos-show-help): New function.
3704 (msdos-initialize-window-system): Set show-help-function to
3707 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3709 * emacs-lisp/debug.el (debug): When killing a noninteractive
3710 Emacs, give an exit status of -1.
3712 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3714 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3716 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3718 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3719 not the same as the last modification time, fall back on the
3720 backend-specific check.
3722 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3724 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3725 to go to the position of interest.
3727 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3729 * textmodes/artist.el (artist-mode-init): Add comment on the
3730 setting up of the `artist-replacement-table' array.
3731 (artist-get-replacement-char): New defsubst.
3732 (artist-get-char-at-xy-conv, artist-replace-char)
3733 (artist-replace-chars, artist-replace-string): Use it instead of
3734 accessing `artist-replacement-table' directly.
3735 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3737 (artist-mt): Fix structures for cut and copy operations.
3739 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3741 * shell.el (shell-file-name-quote-list): Quote `$'.
3743 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3744 change to allow quoting of characters before point.
3745 (comint-dynamic-list-filename-completions): Quote common substring.
3747 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3749 * comint.el (comint-dynamic-complete-as-filename): If case is
3750 ignored while matching, replace the entire filename with completion.
3752 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3753 flyspell-pre-point is valid to avoid signalling an error in
3756 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3758 * linum.el (linum): Inherit remaining face attributes from default
3761 2008-08-26 Markus Triska <markus.triska@gmx.at>
3763 * linum.el (linum-delay): Disable - it should no longer be
3764 necessary, and can lead to longer delays.
3765 (linum-update-window): Renumber if margin width has changed.
3767 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3769 * epa.el (epa--key-widget-action): Save the selected window to
3770 make `widget-button-click-moves-point' work. (Bug#733).
3772 2008-08-26 Glenn Morris <rgm@gnu.org>
3774 * calendar/holidays.el (calendar-holidays): Doc fix.
3776 * progmodes/gud.el (tramp-file-name-localname)
3777 (tramp-dissect-file-name): Declare.
3779 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3781 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3783 * bindings.el (mode-line-frame-control): New function, caters to
3784 `pc' ``window system''.
3785 (mode-line-frame-identification): Use it instead of accessing
3786 window-system directly.
3788 2008-08-25 Juri Linkov <juri@jurta.org>
3790 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3791 `center-line' and "\eS" from `center-paragraph'.
3792 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3795 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
3797 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3798 (newsticker-treeview-treewindow-width): New.
3799 (newsticker-treeview-listwindow-height): New.
3800 (newsticker-treeview-browse-url-item): New.
3801 (newsticker-treeview-mode-map):
3802 Add newsticker-treeview-browse-url-item.
3803 (newsticker--treeview-window-init):
3804 Use newsticker-treeview-treewindow-width and
3805 newsticker-treeview-listwindow-height.
3807 * net/newst-reader.el (newsticker-browse-url-item): New.
3809 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3811 * vc-dir.el (vc-dir-marked-only-files-and-states):
3812 (vc-dir-child-files-and-states): Reverse the list before returning it.
3814 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3816 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3818 2008-08-24 Romain Francoise <romain@orebokech.com>
3820 * progmodes/python.el (run-python): Remove '' from sys.path.
3822 2008-08-23 Glenn Morris <rgm@gnu.org>
3824 * progmodes/fortran.el (fortran-tab-mode-string)
3825 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3827 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3829 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3830 Add declare-function.
3832 * startup.el (command-line): Don't call tty-register-default-colors
3833 if initial-window-system is `pc'.
3835 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3836 (msdos-key-remapping-map): New variable. Move here all the special
3837 keys we will be remapping via local-function-key-map.
3838 (msdos-setup-keyboard): New function.
3840 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3842 (terminal-init-internal): New function, errors out if called.
3843 (msdos-initialize-window-system): New function.
3844 (msdos-create-frame-with-faces): Set the terminal's
3845 `terminal-initted' (sic!) parameter.
3846 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3847 (window-system-initialization-alist):
3848 Add msdos-initialize-window-system.
3849 (handle-args-function-alist): Use tty-handle-args for `pc'
3850 ``window system'' as well.
3853 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3854 code for using msdos-color-values.
3856 * loadup.el [ms-dos]: Load term/pc-win.
3858 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3860 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3863 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3865 * progmodes/gud.el (gud-common-init): Use absolute file so that
3866 perldb works with tramp (sudo).
3868 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3869 match data in process filters.
3871 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3873 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3876 2008-08-23 Glenn Morris <rgm@gnu.org>
3878 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3879 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3881 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3883 * subr.el (temp-buffer-show-hook): Doc fix.
3885 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3887 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3888 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3889 <tassilo@member.fsf.org>.
3891 * net/trampver.el: Update release number.
3893 * net/xesam.el (xesam-minor-mode): New minor mode.
3894 (xesam-highlight-buffer): Remove. Code moved to
3896 (xesam-refresh-entry): Use `xesam-minor-mode'.
3898 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3900 * minibuffer.el (completion--try-word-completion):
3901 Disable partial-completion when considering the addition of a space
3904 2008-08-21 John Paul Wallington <jpw@pobox.com>
3906 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3907 filename of `tofile' doesn't contain any colons on Windows,
3908 Cygwin, and MS-DOS systems.
3910 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3912 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3913 (epg-context-set-progress-callback): Make sure the callback is a
3914 cons of a function and a handback. Update all callers.
3916 2008-08-20 David Reitter <david.reitter@gmail.com>
3918 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3919 Patch applied by Adrian Robert.
3921 2008-08-20 Kevin Ryde <user42@zip.com.au>
3923 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3926 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3928 * net/xesam.el (xesam-highlight-string): Precise doc string.
3929 (xesam-highlight-buffer): New defun.
3930 (xesam-refresh-entry): Use it. Better check for sourceModified.
3932 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3934 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3937 2008-08-19 Kenichi Handa <handa@m17n.org>
3939 * language/european.el ("Esperanto"): Change the preferred
3940 charsets to iso-8859-3.
3942 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3944 * international/fontset.el (script-representative-chars):
3945 Delete the entry for symbol.
3946 (setup-default-fontset): For symbol characters, don't specify
3949 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3951 * minibuffer.el (completion-table-dynamic): Doc fix.
3953 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3956 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3958 * emulation/edt.el (edt-default-emulation-setup):
3959 Share global-buffers-menu-map with the emulated global map.
3961 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3963 * term/ns-win.el (global): Uncomment "put backspace
3964 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3966 2008-08-18 Kenichi Handa <handa@m17n.org>
3968 * international/mule-diag.el (font-show-log): Add optional arg N
3969 to control the limit of font listing.
3971 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3973 * window.el (recenter-top-bottom): Determine top and bottom
3974 positions using scroll-margin instead of scroll-conservatively.
3976 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3978 * proced.el (proced-send-signal): Use beginning-of-line.
3980 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3982 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3983 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3985 (proced-log-buffer): New variable.
3986 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3987 region if transient-mark-mode is turned on and the region is active.
3988 (proced-omit-processes): Rename from proced-hide-processes to
3989 avoid key clash with describe-mode (bound to h). Search for
3990 marked processes starting from point-min.
3991 (proced-header-space): Remove.
3992 (proced-send-signal): Handle errors. Operate on current process
3993 if no process is marked.
3994 (proced-why): New command.
3995 (proced-log, proced-log-summary): New functions.
3996 (proced-help): Use proced-why.
3997 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3998 (bibtex-autokey-year-title-separator): Fix docstring.
4000 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
4002 * net/xesam.el (xesam-vendor, xesam-notify-function):
4003 New local variables.
4004 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
4005 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
4006 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4007 (xesam-new-search): Initialize `xesam-vendor'.
4009 2008-08-15 Glenn Morris <rgm@gnu.org>
4011 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4013 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4014 unless at the end of the pipeline. (Bug#699).
4016 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
4018 * minibuffer.el (completion-boundaries): Doc fix.
4019 (display-completion-list): Only default base-size to zero if
4020 completing in the minibuffer.
4022 * simple.el (completion-base-size): Doc fix.
4023 (choose-completion): Try reselecting completion-reference-buffer.
4025 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4027 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4028 also for remote directories.
4030 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4032 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4033 since those precomputed values aren't used any more.
4034 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4036 2008-08-14 Martin Rudalics <rudalics@gmx.at>
4038 * help.el (with-help-window): Return last value in BODY.
4040 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4042 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4043 notify function of the URL.
4044 (xesam-new-search): Encode special characters in the query string.
4046 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
4048 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4050 2008-08-13 Andreas Schwab <schwab@suse.de>
4052 * net/tramp.el (tramp-handle-shell-command): Handle output going
4053 to current buffer like shell-command. Don't disable undo.
4055 2008-08-13 Glenn Morris <rgm@gnu.org>
4057 * eshell/esh-cmd.el (eshell/which): Handle the case where no
4058 description is found.
4060 2008-08-12 Alan Mackenzie <acm@muc.de>
4062 * progmodes/cc-defs.el (c-emacs-features):
4063 argumentative-bod-function: bind mark-ring to avoid accumulating a
4066 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
4068 * simple.el (visual-line--saved-state): New var.
4069 (visual-line-mode): Save local values of variables, and restore
4070 them when visual-line-mode is disabled.
4072 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
4074 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4076 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
4078 * progmodes/cc-defs.el (c-emacs-features):
4079 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4080 moving point during the test.
4082 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4084 2008-08-11 Glenn Morris <rgm@gnu.org>
4086 * term/ns-win.el (x-parse-geometry): Doc fix.
4088 * dired.el (x-popup-menu):
4089 * hi-lock.el (x-popup-menu):
4090 * mouse.el (font-face-attributes):
4091 * calendar/cal-menu.el (x-popup-menu):
4092 * calendar/calendar.el (x-popup-menu):
4093 * calendar/holidays.el (x-popup-menu):
4094 * progmodes/cperl-mode.el (x-popup-menu):
4095 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4096 (x-open-connection):
4097 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4098 (x-command-line-resources):
4099 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4100 (x-display-name, x-command-line-resources):
4101 Add declarations for builds without X.
4103 2008-08-10 Glenn Morris <rgm@gnu.org>
4105 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4107 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4109 * vc-bzr.el (vc-bzr-find-revision): Rename from
4110 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4112 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
4114 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4115 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
4116 "DONE", when all hits are retrieved.
4117 (xesam-search): Autoload it.
4119 2008-08-11 John Paul Wallington <jpw@pobox.com>
4121 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4122 empty string when no filename.
4123 (define-ibuffer-column filename): Accommodate that change.
4125 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4126 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4128 2008-08-10 Glenn Morris <rgm@gnu.org>
4130 * Makefile.in (ELCFILES): Update.
4132 2008-08-10 John Paul Wallington <jpw@pobox.com>
4134 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4136 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4138 * battery.el (battery-echo-area-format, battery-status-function):
4139 Handle new Linux sysfs format for battery reporting.
4140 (battery-linux-sysfs): New function.
4142 2008-08-07 Martin Rudalics <rudalics@gmx.at>
4144 * add-log.el (change-log-search-tag-name)
4145 (change-log-goto-source): Fix behavior when point is not on tag.
4147 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4149 * startup.el (command-line-ns-option-alist): Use ignore instead of
4152 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4153 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4154 (ns-alternatives-map): New variable.
4155 (x-set-up-function-keys): Use it.
4156 (global): Comment out "put backspace ascii-character..." and friends.
4157 Move function-key-map into ns-alternatives-map. Don't call
4158 precompute-menubar-bindings. Don't set anything connected with
4160 (after-make-frame-functions): Clarify comment why a hook is added.
4162 2008-08-06 Joakim Verona <joakim@verona.se>
4164 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4167 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4169 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4170 Fix 2008-01-01 change: use a shy group to not affect subsequent
4173 2008-08-06 Reto Zimmermann <reto@gnu.org>
4175 * progmodes/vera-mode.el (vera-electric-tab):
4176 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4179 2008-08-06 Kenichi Handa <handa@m17n.org>
4181 * faces.el (face-valid-attribute-values): Fix handling the value
4182 of (font-family-list) and font-XXX-table.
4184 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4186 * proced.el (proced-menu): Bind the correct function to for toggling.
4188 * vc-dir.el (vc-dir-mode): Fix typo.
4190 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4192 * whitespace.el (whitespace-newline-mode)
4193 (global-whitespace-newline-mode, whitespace-mode)
4194 (global-whitespace-mode): Improve docstring.
4196 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4198 * kmacro.el (kmacro-exec-ring-item): Add autoload.
4200 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4202 * cus-start.el (all): Handle auto-save-visited-file-name.
4204 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
4206 * files.el (hack-one-local-variable-eval-safep): Handle
4207 lisp-indent-function and scheme-indent-function in addition to the
4208 deprecated lisp-indent-hook.
4210 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
4212 * net/xesam.el (top): Require `wid-edit' always.
4213 (xesam-mode-line, xesam-highlight): New deffaces.
4214 (xesam-objects): New local variable.
4215 (xesam-search-engines): Fix error in field list.
4216 (xesam-mode): Use `xesam-mode-line' instead of
4217 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
4218 proper initialization (why?).
4219 (xesam-highlight-string, xesam-get-hits)
4220 (xesam-kill-buffer-function): New defuns.
4221 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
4222 result of "hit.fields", it isn't a string only. Wrap an error of
4223 the strigi search engine ("xesam:size" is returned as string).
4224 Highlight search items.
4225 (xesam-refresh-search-buffer): Make logic of counters more simple.
4227 (xesam-signal-handler): Use `xesam-mode-line' instead of
4228 `font-lock-type-face'.
4229 (xesam-new-search): Add `xesam-kill-buffer-function' to
4232 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4234 * add-log.el (change-log-next-error, change-log-mode): Add support
4235 for `next-error' to call `change-log-goto-source' on named files
4238 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4240 * calc/calc.el (math-read-number): Handle all C-like languages
4243 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
4245 * calc/calc.el (math-read-number): Handle C numbers beginning with
4248 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4250 * term/ns-win.el ([ns-new-frame]): New global key.
4252 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4254 * international/mule-cmds.el (read-char-by-name):
4255 Check UCS names with `assoc-string' and case folding.
4257 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
4259 * net/dbus.el (dbus-call-method-asynchronously)
4260 (dbus-method-return-internal, dbus-method-error-internal):
4261 Declare them with `declare-function'.
4263 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4265 * descr-text.el (describe-char-display): Fix last change:
4266 don't pass CHARSET to `encoded-string-description'.
4268 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4270 * vc.el (vc-next-action): Update list var correctly after delete.
4272 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4274 * ido.el (ido-mode): Add toggle notification.
4276 * cus-edit.el (custom-save-all): Avoid destroying symlink if
4277 already visiting the custom file.
4279 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4280 pending output coming after the status change.
4282 2008-08-02 Jason Rumney <jasonr@gnu.org>
4284 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4286 2008-08-01 Kenichi Handa <handa@m17n.org>
4288 * international/mule-cmds.el (encode-coding-char):
4289 New optional arg CHARSET.
4291 * descr-text.el (describe-char-display): Call encode-coding-char
4292 with the arg CHARSET.
4293 (describe-char): Pay attention to the text-property `charset'.
4295 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
4297 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4299 (dbus-set-property): Call `dbus-introspect-get-property' instead
4300 of `dbus-get-property'.
4302 * net/xesam.el (xesam-all-fields): Remove source and content
4304 (xesam-dbus-unique-names): New defvar.
4305 (xesam-dbus-call-method): New defun. Replace all calls of
4306 `dbus-call-method' by `xesam-dbus-call-method'.
4307 (xesam-get-cached-property, xesam-set-cached-property):
4309 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4310 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4311 (xesam-search-engines): Make it an association list. Take changed
4312 layout into account in the corresponding function.
4313 (xesam-delete-search-engine): Remove check for consistency of
4314 `xesam-search-engines', not needed anymore.
4315 (xesam-mode): Show XML query string only in the debug case.
4317 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4319 * files.el (read-file-modes): Fix typo in docstring.
4321 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4323 * Makefile.in: Avoid maintainer warning for autogenerated unicode
4326 * apropos.el (apropos-symbol): Don't set button skip by default.
4327 (apropos-print): Set button skip iff searching for multiple types.
4328 (apropos-print-doc): Insert blank label button when searching for
4331 * button.el (forward-button): Avoid infloop.
4333 * minibuffer.el (read-file-name-completion-ignore-case):
4334 Add cygwin to the list.
4336 2008-07-31 Sven Joachim <svenjoac@gmx.de>
4338 * files.el (abbreviate-file-name): When replacing $HOME with ~,
4339 turn off case-fold-search.
4341 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4343 * net/dbus.el (top): Don't register for "NameOwnerChanged".
4344 (dbus-message-type-invalid, dbus-message-type-method-call)
4345 (dbus-message-type-method-return, dbus-message-type-error)
4346 (dbus-message-type-signal): New defconst.
4347 (dbus-ignore-errors): Fix `edebug-form-spec' property.
4348 (dbus-return-values-table): New defvar.
4349 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4351 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4352 Extend docstring. Adapt implementation according to new
4353 `dbus-event' layout.
4354 (dbus-event-service-name, dbus-event-path-name)
4355 (dbus-event-interface-name, dbus-event-member-name):
4356 Adapt implementation according to new `dbus-event' layout.
4357 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4359 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4360 (xesam-mode): Rework implementation.
4361 (xesam-new-search): Additional parameter TYPE.
4362 (xesam-search): Adapt call of `xesam-new-search'.
4364 2008-07-31 Juri Linkov <juri@jurta.org>
4366 * dired-aux.el (dired-do-chmod): Set default value to the original
4367 mode string using absolute notation like u=rwx,g=rx,o=rx.
4368 Use it as a new arg `default' of `dired-mark-read-string'.
4369 (dired-mark-read-string): Add new optional arg `default'.
4371 * files.el (read-file-modes): Set default value to the original
4372 mode string using absolute notation like u=rwx,g=rx,o=rx.
4373 Use it as the `default' arg of `read-string'.
4375 * filesets.el (filesets-cmd-isearch-getargs): Check if the
4376 variable `files' is bound to avoid warnings.
4378 * isearch.el (isearch-forward-regexp, isearch-forward-word)
4379 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4380 to the command `isearch-forward' instead of displaying "See C-s".
4381 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4382 with their interactive specifications. Move reading the face name to
4383 the main body after calls to isearch-done and isearch-clean-overlays.
4385 * mb-depth.el: Unify all names under one common name prefix
4386 `minibuffer-depth-'.
4387 (minibuffer-depth-indicator-function): Rename from
4388 `minibuf-depth-indicator-function'.
4389 (minibuffer-depth-overlay): Rename from
4390 `minibuf-depth-overlay'.
4391 (minibuffer-depth-setup): Rename from
4392 `minibuf-depth-setup-minibuffer'.
4393 (minibuffer-depth-indicate-mode): Rename from
4394 `minibuffer-indicate-depth-mode'.
4396 2008-07-31 Juri Linkov <juri@jurta.org>
4398 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4399 (dired-isearch-filenames-setup): Bind "\M-sf" to
4400 dired-isearch-filenames-toggle in isearch-mode-map.
4401 (dired-isearch-filenames-end): Bind "\M-sf" to nil
4402 in isearch-mode-map.
4404 * isearch.el (isearch-edit-string-set-word): New command.
4405 (minibuffer-local-isearch-map): Bind "\C-w" to
4406 isearch-edit-string-set-word.
4407 (isearch-new-word): Temporary internal variable.
4408 (isearch-edit-string): Remove special case of reading the
4409 first character and checking it for C-w.
4411 * simple.el (read-shell-command, shell-command):
4412 Move code that uses minibuffer-with-setup-hook to set
4413 minibuffer-default-add-function to minibuffer-default-add-shell-commands
4414 from the interactive spec of `shell-command' to `read-shell-command'.
4416 * international/mule-cmds.el (read-char-by-name):
4417 Accept hash notation. Doc fix.
4418 (ucs-insert): Doc fix. Convert to number only when `arg' is
4419 a string. Use separate error message when `arg' is not an integer.
4420 Bind `ucs-insert' to `C-x 8 RET'.
4422 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
4424 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4425 move the (arglist-cont-nonempty) from c-offsets-alist to
4426 c-hanging-braces-alist like other styles already have.
4428 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4430 * textmodes/texinfmt.el:
4433 * international/mule.el:
4434 * international/latexenc.el:
4435 * emulation/viper-util.el:
4436 * emulation/viper-init.el:
4437 * emulation/viper-ex.el:
4438 * emacs-lisp/bytecomp.el:
4462 * add-log.el: Remove VMS support.
4463 * obsolete/vmsproc.el:
4464 * obsolete/vms-pmail.el:
4465 * obsolete/vms-patch.el: Remove file.
4467 2008-07-31 Alan Mackenzie <acm@muc.de>
4469 * progmodes/cc-mode.el (c-before-hack-hook): New function
4470 (Top Level): Install c-before-hack-hook on
4471 before-hack-local-variables-hook, rather than
4472 c-postprocess-file-styles on hack-local-variables-hook.
4474 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4476 * files.el (normal-mode): Move call to hack-project-variables into
4477 hack-local-variables.
4478 (file-local-variables-alist, before-hack-local-variables-hook):
4480 (ignored-local-variables): Add file-local-variables-alist.
4481 (hack-local-variables-filter): Renamed from
4482 hack-local-variables-apply. Add the result to
4483 file-local-variables-alist, without applying them.
4484 (hack-local-variables): Set file-local-variables-alist to nil.
4485 Call hack-project-variables and before-hack-local-variables-hook.
4486 Apply variables here, instead of hack-local-variables-apply.
4487 Based on a patch by Alan Mackenzie.
4489 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4491 * info-look.el (autoconf-mode :doc-spec): For
4492 "(autoconf)M4 Macro Index", if the item already
4493 begins with "AS_", don't prefix that string again.
4495 2008-07-30 Juri Linkov <juri@jurta.org>
4497 * info.el (info, Info-mode): Doc fix.
4499 * isearch.el (isearch-mode-map): Bind `M-s r' to
4500 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4501 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4502 in the global map `search-map'.
4503 (isearch-forward): Doc fix.
4504 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4506 * simple.el (quoted-insert): Comment out code that treats
4507 0240-0377 specially.
4509 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4511 * cus-start.el: Add customization info for
4512 read-buffer-completion-ignore-case.
4514 2008-07-30 Sam Steingold <sds@gnu.org>
4516 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4518 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4520 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4521 (vc-dir-mode): Improve docstring.
4523 2008-07-30 Juri Linkov <juri@jurta.org>
4525 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4526 for the sake of isearch-mode-hook in dired-mode in dired.el.
4528 2008-07-19 Markus Triska <markus.triska@gmx.at>
4530 * image-mode.el (image-mode): Set image-mode-text-map when image
4531 cannot be displayed.
4533 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4535 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4536 ada-xref-set-default-prj-values.
4537 (ada-prj-display-page): Ditto.
4539 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4540 (ada-make-filename-from-adaname): Fix free variable.
4542 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4544 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4546 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4548 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4549 for declarations inside a parenthetical list. The code is ill-advised,
4550 and doesn't work given user defined types.
4551 (verilog-set-auto-endcomments): Enhance function automatic
4552 endcomment to support functions that return user defined types.
4553 (verilog-mode): Add code to tell which-function-mode minor mode
4554 that Verilog supports this feature.
4555 (verilog-beg-block-re-ordered, verilog-indent-re)
4556 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4557 (verilog-leap-to-head): Support the new virtual and/or protected
4558 tasks, as well as extern declarations of tasks for indenting and
4559 for forward/backward expression.
4561 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4563 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4564 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4565 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4566 (verilog-string-replace-matches): Avoid recursion with small
4568 (verilog-auto-inst-param-value, verilog-mode-version)
4569 (verilog-mode-version-date, verilog-read-inst-param-value)
4570 (verilog-auto-inst, verilog-auto-inst-param)
4571 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4572 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4573 David Rogoff. This allows parameters to be replaced with their
4574 values, on the expansion of an AUTOINST with Verilog 2001 style
4577 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4579 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4582 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4584 * Makefile.in (ELCFILES): Add mairix.elc.
4586 2008-07-29 David Engster <deng@randomsample.de>
4588 * net/mairix.el: New file.
4590 2008-07-29 Juri Linkov <juri@jurta.org>
4592 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4593 instead of variable-pitch with bold and 1.2 height.
4595 * dired-aux.el (dired-do-async-shell-command): New command.
4597 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4598 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4600 2008-07-29 Juri Linkov <juri@jurta.org>
4602 * international/mule-cmds.el (ucs-names): New internal variable.
4603 (ucs-names): New function.
4604 (ucs-completions): New lazy completion variable.
4605 (read-char-by-name): New function.
4606 (ucs-insert): Replace interactive spec letter "s" with the call to
4607 `read-char-by-name'.
4609 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4611 * replace.el (occur-read-primary-args):
4612 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4613 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4614 second arg of `read-regexp'.
4616 * dired-aux.el (dired-isearch-filenames): New user option.
4617 (dired-isearch-orig-success-function): New internal variable.
4618 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4619 (dired-isearch-success-function): New functions.
4620 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4623 * dired.el (dired-insert-set-properties): Add new text property
4624 `dired-filename' to put on file names.
4625 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4626 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4628 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4629 buffer-local `isearch-mode-hook'.
4631 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4633 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4634 (ada-create-case-exception): Fix typo in docstring.
4635 (ada-no-auto-case): Return nil, not the docstring.
4636 (ada-indent-current): Reflow docstring.
4638 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4639 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4640 (ada-prj-load-from-file): Reflow docstring.
4641 (ada-prj-display-page): Fix typo in widget.
4643 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4644 Fix typos in docstrings.
4646 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4647 (ada-compile-current, ada-check-current, ada-run-application)
4648 (ada-get-ali-file-name): Fix typos in docstrings.
4649 (ada-xref-confirm-compile, ada-find-references)
4650 (ada-find-local-references, ada-find-any-references): Doc fixes.
4651 (ada-get-all-references): Fix typo in error message.
4652 (ada-xref-current-project): Use `let', not `let*'.
4653 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4655 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4657 * whitespace.el (whitespace-newline): Change initialization to have a
4658 low contrast relative to the background color. Suggested by David
4659 Reitter <david.reitter@gmail.com>.
4661 2008-07-28 Juri Linkov <juri@jurta.org>
4663 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4666 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4667 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4669 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4671 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4672 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4674 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4676 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4677 Add support for add-log.
4678 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4680 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4681 (ada-prj-save): Prompt for file name if not given.
4682 (ada-prj-display-page): Display casing exceptions.
4684 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4685 Ada mode project files. Delete 'main_unit' project variable;
4686 only need 'main'. Simplify handling of default project values.
4687 Use cross-prefix consistently.
4688 (ada-find-executable): Throw error if not found.
4689 (ada-initialize-runtime-library): Improve error handling when
4691 (ada-gnat-parse-gpr): New.
4692 (ada-treat-cmd-string): Allow process environment variables.
4693 (ada-xref-set-default-prj-values): Delete; replace with
4694 ada-default-prj-properties.
4695 (ada-parse-prj-file): Handle GNAT project files.
4696 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4697 (ada-select-prj-file): New.
4698 (ada-get-absolute-dir-list): Allow project and environment variables.
4700 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4702 Sync with Tramp 2.1.14.
4704 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4705 (tramp-get-device): Make device number a cons cell.
4706 (tramp-convert-file-attributes): Make inode a cons cell.
4708 * net/trampver.el: Update release number.
4710 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4712 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4715 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4717 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4719 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4721 Remove support for Mac Carbon.
4722 * term/mac-win.el: Remove file
4723 * international/mule-cmds.el:
4738 * Makefile.in: Remove code for Carbon.
4740 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4742 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4743 bindings for functions deleted by Dan N. 2008-07-21. Set
4744 where-is-preferred-modifier. Add show-manual option to Help menu.
4746 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4748 * net/tramp.el (tramp-handle-start-file-process):
4749 Set query-on-exit flag. Kill temporary buffer.
4750 (tramp-process-sentinel): Remove defun.
4751 (tramp-do-copy-or-rename-file-out-of-band)
4752 (tramp-maybe-open-connection): Don't call it.
4754 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4755 `tramp-process-sentinel'.
4757 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4758 `tramp-process-sentinel'.
4760 * net/xesam.el (xesam-from): Remove defvar.
4761 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4762 and `mode-line-position'.
4763 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4764 information to the widgets. Don't set `mode-line-position'.
4765 (xesam-refresh-search-buffer): Correct hit number computing.
4766 Don't set `mode-line-position'.
4767 (xesam-new-search): Add debug information to the mode line.
4769 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4771 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4772 diff-show-trailing-whitespaces.
4774 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4776 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4777 invalid filename strings when parsing tex errors (bug#376).
4779 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4781 * menu-bar.el (menu-bar-file-menu): Fix typo.
4783 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4785 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4786 (solitaire-mode): Define with `define-derived-mode'.
4787 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4788 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4789 (solitaire-undo, solitaire-check): Use `when'.
4790 (solitaire-solve): Err out if the solitaire is already in progress.
4793 * descr-text.el (describe-char): Don't overwrite local variable char
4794 when describing characters with display-table entries. Display font
4795 backend when describing composed characters. Simplify: use `let'
4796 instead of `let*', and `or x y' instead of `if x x y'.
4798 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4800 * image-mode.el (image-minor-mode): Set up winprops.
4802 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4804 * diff-mode.el (diff-show-trailing-blanks): New fun.
4805 Show trailing blanks in modified lines for diff-mode.
4807 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4809 * Makefile.in (ELCFILES): Add net/xesam.el.
4811 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4812 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4814 * net/xesam.el: New file.
4816 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4818 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4819 set-file-modes when creating target directories.
4821 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4823 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4824 Set `show-trailing-whitespace' to nil.
4825 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4826 Fix typos in docstrings.
4828 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4830 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4831 key remapping, not directly.
4833 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4835 * whitespace.el: New version 11.2.
4836 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4837 minor mode visualization.
4839 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4841 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4843 * Makefile.in (ELCFILES): Add term/common-win.elc.
4845 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4846 (vc-dir-isearch-regexp): New functions.
4847 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4849 2008-07-23 Juri Linkov <juri@jurta.org>
4851 * isearch-multi.el: Remove file to avoid dos file name clashes
4852 with isearch-x.el. Move most content to misearch.el.
4854 * misearch.el: New file with most content from isearch-multi.el.
4855 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4856 Remove `isearch-buffers-minor-mode'. Add new function
4857 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4858 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4859 `multi-isearch-files', `multi-isearch-files-regexp'.
4861 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4863 * isearch.el (isearch-message-prefix): Display "Multi" when
4864 `multi-isearch-next-buffer-current-function' is non-nil.
4865 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4866 with `multi-isearch-next-buffer-current-function', and
4867 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4869 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4870 `multi-isearch-next-buffer-function' instead of
4871 `isearch-buffers-next-buffer-function'. Remove call to
4872 `isearch-buffers-minor-mode'.
4874 * buff-menu.el (Buffer-menu-marked-buffers)
4875 (Buffer-menu-isearch-buffers)
4876 (Buffer-menu-isearch-buffers-regexp): New functions.
4877 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4878 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4879 `Buffer-menu-isearch-buffers-regexp'.
4880 (Buffer-menu-mode): Document new commands in docstring.
4881 (list-buffers-noselect): Add one space after Info file name
4882 according to the Info address convention.
4884 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4887 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4888 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4889 (ibuffer-mode): Document new commands in docstring.
4891 * filesets.el (filesets-commands): Add commands for "Isearch" and
4892 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4893 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4894 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4895 or `multi-isearch-files-regexp'.
4896 (filesets-cmd-query-replace-getargs): Call standard function
4897 `query-replace-read-args' to read `query-replace' arguments.
4898 Add `multi-query-replace-map'.
4899 (filesets-cmd-query-replace-regexp-getargs)
4900 (filesets-cmd-isearch-getargs): New functions.
4902 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4904 * international/mule.el (recode-region): Deactivate mark at the end.
4906 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4908 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4909 Use more suitable colors on dark displays.
4911 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4913 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4914 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4915 (tramp-temp-buffer-name): New defconst.
4916 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4917 command. No trailing prompt.
4918 (tramp-process-sentinel): Remove temporary buffer, if existing.
4919 Don't handle trailing prompt.
4920 (tramp-open-connection-setup-interactive-shell):
4921 Use `tramp-temp-buffer-name'.
4923 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4925 * shell.el (shell-dynamic-complete-functions):
4926 Use comint-dynamic-complete-filename as well (bug#361).
4928 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4931 * version.el (emacs-version):
4933 * frame.el (make-frame-on-display): Check for ns instead of
4936 * dired.el (dired-mode-map): Show the key binding for wdired.
4938 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4941 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4943 * term/ns-win.el (x-list-fonts): Drop alias.
4945 2008-07-23 Juri Linkov <juri@jurta.org>
4947 * replace.el (multi-query-replace-map): New variable.
4948 (perform-replace): Add processing of new multi-buffer keys bound
4949 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4950 if last input char was `automatic-all'. Set new local variable
4951 `multi-buffer' to t when one of new two keys were typed. Return
4952 non-nil value of `multi-buffer' that tells to calling functions
4953 to continue replacement on the next file.
4955 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4956 `perform-replace' to `multi-query-replace-map'.
4958 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4960 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4961 otherwise displayed in every buffer.
4963 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4964 (vc-arch-trim-one-revlib): Delete temp directories as well.
4966 2008-07-22 Stephen Eglen <stephen@gnu.org>
4968 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4970 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4972 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4974 2008-07-22 Miles Bader <miles@gnu.org>
4976 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4977 (sh-mode-map): Remove remapping of newline-and-indent.
4979 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4981 * vc.el (Todo): Update.
4983 * vc-hooks.el: Remove obsolete comment.
4985 * vc-git.el (vc-git-status-printer): Update the directory display
4986 to match the default.
4988 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4990 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4992 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4993 for "word wrap" command.
4995 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4997 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4999 * term/ns-win.el: Rename ns- functions/variables to the
5000 corresponding x- versions.
5001 (x-select-text, x-cut-buffer-or-selection-value)
5002 (x-disown-selection-internal, x-get-selection-internal)
5003 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5004 (x-display-mm-width, x-display-mm-height)
5005 (x-display-backing-store, x-display-save-under)
5006 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5009 * frame.el (ns-display-name): Remove declaration.
5010 (make-frame-on-display): Use x-display-name instead
5011 ns-display-name. Use unless.
5013 * startup.el (command-line-1): Fix indentation.
5015 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5016 checked in inadvertently.
5018 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5020 * term/ns-win.el: Standardize references to "Nextstep" in
5021 comments, messages, and docstrings.
5022 (ns-handle-args, x-parse-geometry)
5023 (ns-extended-platform-support-mode, x-setup-function-keys)
5024 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5025 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5026 (ns-initialized, ns-initialize-window-system): Doc fixes.
5028 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5030 * diff-mode.el (diff-auto-refine): Delete defcustom.
5031 (diff-auto-refine-mode): New func/var via define-minor-mode.
5032 Update var ref to use diff-auto-refine-mode.
5033 * smerge-mode.el (diff-mode): Require when compiling.
5034 (smerge-auto-refine): Delete defcustom.
5035 Update smerge-auto-refine ref to use diff-auto-refine-mode.
5037 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5039 * simple.el (visual-line): New custom group.
5040 (visual-line-fringe-indicators): New var.
5041 (visual-line-mode): Set fringe-indicator-alist based on
5042 visual-line-fringe-indicators. Add lighter.
5044 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5046 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5047 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5048 (x-handle-geometry, x-handle-name-switch, x-display-name)
5049 (x-handle-display, x-handle-args, x-colors): Move ...
5050 * term/common-win.el: ... here. New file.
5051 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5052 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5053 (x-handle-geometry, x-handle-name-switch, x-display-name)
5054 (x-handle-display, x-handle-args, x-colors): Remove.
5055 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5057 2008-07-19 Juri Linkov <juri@jurta.org>
5059 * startup.el (fancy-startup-text): Move the line "To quit
5060 a partially entered command, type Control-g" a few lines below
5061 to be after the line "To start". Add text "at gnu.org" to
5062 "Overview of Emacs features".
5064 * dired.el (dired-mode-map): Fix menu text of
5065 image-dired-display-thumbs.
5067 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5068 (image-dired-cmd-create-temp-image-options)
5069 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5070 ImageMagick command line to change the dimensions of the image
5071 only if its width or height exceeds the geometry specification.
5073 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5075 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5078 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5080 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5081 Vinicius Jose Latorre.
5083 2008-07-19 Glenn Morris <rgm@gnu.org>
5085 * term/ns-win.el (ns-make-command-string): Use mapconcat.
5086 (ns-save-preferences): Fix typo in previous change. (Bug#573)
5088 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5090 * net/dbus.el (dbus-interface-properties): New defconst.
5091 (dbus-introspect): Update docstring.
5092 (dbus-introspect-xml, dbus-introspect-get-attribute)
5093 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5094 (dbus-introspect-get-interface-names)
5095 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5096 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5097 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5098 (dbus-introspect-get-property)
5099 (dbus-introspect-get-annotation-names)
5100 (dbus-introspect-get-annotation)
5101 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5102 (dbus-introspect-get-signature, dbus-get-property)
5103 (dbus-set-property, dbus-get-all-properties): New defuns.
5105 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5107 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5110 * ns-carbon-compat.el: File removed.
5112 * ns-grabenv.el: File removed.
5114 * term/ns-win.el: Contents of ns-carbon-compat.el and
5115 ns-grabenv.el moved here.
5116 (ns-grabenv, ns-open-file-select-line): Doc fixes.
5117 (ns-submit-bug-report): Function removed. Reports go to the main
5119 (ns-handle-args, ns-spi-service-call): Doc fixes.
5120 (info-ns-emacs): Function removed. Nextstep port manual will be
5121 merged into the Emacs manual, so no separate link needed.
5123 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
5125 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5127 2008-07-18 Glenn Morris <rgm@gnu.org>
5129 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5130 to XEmacs, since it does nothing for Emacs.
5132 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5134 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5135 BUFFER that is a string but does not exist as a buffer object, as
5136 mentioned in the doc-string.
5138 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
5140 * simple.el (line-move-visual): Make it a defcustom.
5141 (line-move-1): Convert temporary-goal-column back to an integer if
5142 it was set as a float by a previous call to line-move-visual.
5143 (end-of-visual-line, beginning-of-visual-line)
5144 (next-logical-line, previous-logical-line): New functions.
5146 2008-07-17 David Reitter <david.reitter@gmail.com>
5148 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5150 (visual-line-mode, global-visual-line-mode): New minor mode.
5151 (visual-line-mode-map): New variable.
5153 2008-07-17 Glenn Morris <rgm@gnu.org>
5155 * term/ns-win.el (parameters): Declare for compiler.
5157 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
5159 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5162 2008-07-17 Daiki Ueno <ueno@unixuser.org>
5164 * epa.el (epa-key-list-mode): Use run-mode-hooks.
5165 (epa-key-mode): Ditto.
5166 (epa-info-mode): Ditto.
5168 2008-07-17 Glenn Morris <rgm@gnu.org>
5170 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
5171 (ns-handle-numeric-switch): Just call ns-handle-switch.
5172 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5173 (ns-handle-args): Simplify using `pop'.
5174 (ns-display-name): Define (used in frame.el).
5175 (menu-bar-select-frame): Add (ignored) arg to more closely match the
5176 original definition.
5177 (ns-perform-service): Declare.
5178 (ns-save-preferences): Use fewer `let's.
5180 * frame.el (ns-display-name): Declare for compiler.
5182 2008-07-17 Kenichi Handa <handa@m17n.org>
5184 * descr-text.el (describe-char-unidata-list): Initialize to the
5185 list of name, general-category, decomposition, and old-name.
5187 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5189 * startup.el (command-line-1): Update processing of NS long options to
5190 mimic recent changes to processing of X long options.
5192 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
5194 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5195 list of #defines for remote files.
5196 (gdb-source-info): Only show main if it has been found.
5198 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5200 * term/ns-win.el: Require CL; fix up comment style; reindent.
5201 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
5202 (ns-save-preferences): Use `case'.
5203 (ns-initialize-window-system): Use `dolist'.
5205 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5207 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5209 * term/ns-win.el (ns-extended-platform-support-mode):
5210 Correct/improve documentation.
5212 2008-07-16 Glenn Morris <rgm@gnu.org>
5214 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5215 Simply require 'cl (see comment in cl-compat.el).
5216 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5217 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5218 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5219 directly rather by subterfuge. Provide cl before loading cl-macs.
5221 * paths.el (rmail-spool-directory): Remove settings for systems that are
5222 no longer supported.
5224 * frame.el (ns-initialize-window-system): Declare for compiler.
5226 * term/ns-win.el: Add numerous declarations for compiler.
5227 (ns-pop-up-frames): Move definition before use. Doc fix.
5229 * emacs-lisp/check-declare.el (check-declare-locate)
5230 (check-declare-verify): Handle .m files.
5232 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5234 * ns-carbon-compat.el: New file: user-visible compatibility of
5235 NeXTstep port with Carbon port.
5236 * ns-grabenv.el: New file: functionality useful on OS X platform to
5237 expose environment variables inside Emacs started from icon.
5238 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5246 * simple.el: Add ns to window systems treated as GUIs.
5247 * facemenu.el (facemenu-read-color): Don't require a name match under
5248 NS, to allow numeric color entry.
5249 * frame.el (make-frame-on-display): Follow code for 'x in initializing
5250 'ns window system if need be.
5251 (various): Add 'ns as described above.
5252 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5253 ns-windowing is active.
5254 * startup.el (command-line-ns-option-alist): New constant to handle NS
5255 windowing system specific command line args analogous to how they are
5256 handled for X windows.
5257 (command-line-1): Use the above where appropriate.
5258 * version.el: Add NS port version.
5259 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5260 Darwin (usually OS X) systems.
5261 (woman-use-own-frame): Include 'ns in list of GUI window systems.
5262 * emulation/viper-util.el (ns-display-color-p)
5263 (ns-color-defined-p): Remove these (caustically-commented) outdated
5264 compensations for a port that was never itself integrated until now.
5265 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5266 for NS window system.
5267 * international/mule-cmds.el: Add 'ns to list of special-cased window
5268 systems (probably most of these, x/w32/mac/ns could be changed to
5269 window-system non-nil).
5270 * term/ns-win.el: New file: lisp-side support for NS windowing system.
5272 2008-07-14 Jason Rumney <jasonr@gnu.org>
5274 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5275 (x-handle-numeric-switch, x-handle-initial-switch)
5276 (x-handle-xrm-switch, x-handle-args, x-handle-display)
5277 (xw-defined-colors, w32-initialize-window-system):
5278 Avoid use of cl pop and push macros.
5280 2008-07-14 Martin Rudalics <rudalics@gmx.at>
5282 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5283 error when change-log-search-file-name returns nil.
5285 2008-07-13 Martin Rudalics <rudalics@gmx.at>
5287 * add-log.el (change-log-search-file-name):
5288 Use match-string-no-properties.
5289 (change-log-search-tag-name-1, change-log-search-tag-name)
5290 (change-log-goto-source-1, change-log-goto-source): New functions.
5291 (change-log-tag-re, change-log-find-head, change-log-find-tail):
5293 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5295 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
5297 * calc/calc-help.el (calc-describe-key): Add angles to special key
5300 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5302 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5305 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
5307 * simple.el (line-move-visual): Handle null pixel position gracefully.
5309 2008-07-11 Jason Rumney <jasonr@gnu.org>
5311 * files.el (file-truename): Get truename of ancestors if file does
5312 not exist on Windows.
5314 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
5316 * simple.el (line-move-visual): Obey goal-column and no-error arg.
5317 (track-eol, temporary-goal-column, previous-line, next-line):
5319 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5322 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5324 * simple.el (line-move-visual): New var.
5325 (line-move-visual): New function.
5326 (line-move): Call line-move-visual.
5328 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5330 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5331 pattern and add patterns for C++ header files.
5333 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
5335 * window.el (truncated-partial-width-window-p): New function.
5337 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
5339 * faces.el (x-create-frame-with-faces): Don't pass parameters that
5340 are set later to x-create-frame.
5341 (face-set-after-frame-default): Apply X resources for non-default
5344 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
5346 * faces.el (face-set-after-frame-default): Simplify. Don't apply
5347 frame-specific X resource settings. Set faces using a list of
5348 frame parameters explicitly passed to the calling
5349 function (e.g. make-frame).
5350 (x-create-frame-with-faces, tty-create-frame-with-faces):
5351 Supply explicit frame parameter list to face-set-after-frame-default.
5353 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
5355 * net/browse-url.el (browse-url-default-browser):
5356 Fix argument list in lambda.
5358 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
5360 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5362 (newsticker--sentinel-work): Fix xerror typo.
5364 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5366 * vc-dir.el (vc-dir-refresh): Only update files.
5368 * vc-git.el (vc-git--ls-files-state): Remove unused function.
5370 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5372 2008-07-06 John Paul Wallington <jpw@pobox.com>
5374 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5376 2008-07-05 Alexandre Julliard <julliard@winehq.org>
5378 * vc-git.el (vc-git-registered): Return true for removed files.
5379 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5380 all the files instead of one per file.
5381 (vc-git-previous-revision): Add support for project-wide previous
5382 revision when specified file is nil.
5384 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5386 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5388 * vc-dir.el (vc-dir-find-child-files): New function.
5389 (vc-dir-resync-directory-files): New function.
5390 (vc-dir-recompute-file-state): New function, broken out of ...
5391 (vc-dir-resynch-file): ... here. Also deal with directories.
5392 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5393 (vc-resynch-buffer): Use it.
5395 * vc-hg.el (vc-hg-registered): Do not set vc-state.
5397 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5399 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
5401 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5402 if it's not part of gdb-ui, e.g, at start.
5404 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5405 filenames in stack trace (text command mode).
5407 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5409 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5411 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5412 Use syntax-ppss on a position *before* the char we want to change.
5414 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5416 * vc-dir.el (vc-dir-query-replace-regexp): New function.
5417 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5418 (vc-dir-mode-map): Likewise.
5420 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
5422 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5423 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5424 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5425 Remove spurious * in defcustom docstrings.
5427 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5428 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5429 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5430 (default-justification): Remove spurious * in defcustom docstrings.
5432 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5433 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5434 (rst-compare-decorations, rst-default-indent, rst-update-section)
5435 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5436 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5437 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5438 Fix typos in docstrings.
5439 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
5440 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5441 (rst-get-decorations-around, rst-section-tree-point)
5442 (rst-font-lock-adornment-point): Reflow docstrings.
5443 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5445 (rst-re-enumerations): Comment out.
5447 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5448 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5449 (nxml-unicode-block-char-name-set):
5450 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5451 * nxml/rng-nxml.el (rng-set-state-after):
5452 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5454 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5455 (rng-c-parse-annotation-body):
5456 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5458 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5459 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5460 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5461 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5462 Fix typos in docstrings.
5463 (nxml-attribute-indent): Reflow docstring.
5464 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5465 (nxml-default-buffer-file-coding-system): Doc fixes.
5467 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5468 (nxml-ns-set-prefix): Fix typos in docstrings.
5469 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5471 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5473 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5474 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5475 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5476 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5477 (nxml-outline-display-rest, nxml-outline-set-overlay)
5478 (nxml-section-tag-forward, nxml-section-tag-backward)
5479 (nxml-back-to-section-start): Fix typos in docstrings.
5481 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5484 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5485 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5486 (nxml-scan-after-change): Fix typo in docstring.
5488 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5489 (rng-name-class-possible-names): Doc fixes.
5490 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5491 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5492 Fix typos in docstrings.
5493 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5496 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5497 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5499 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5500 (rng-xsd-convert-date-time): Reflow docstrings.
5501 (rng-xsd-compile): Fix typo in docstring.
5503 * nxml/rng-loc.el (rng-current-schema-file-name)
5504 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5506 (rng-set-schema-file): Fix typo in docstring.
5508 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5509 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5510 Fix typos in docstrings.
5511 (rng-message-overlay, rng-conditional-up-to-date-start)
5512 (rng-conditional-up-to-date-end): Doc fixes.
5513 (rng-next-error, rng-previous-error): Reflow docstrings.
5515 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5516 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5517 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5518 (xmltok-merge-attributes): Fix typos in docstrings.
5519 (xmltok-make-attribute, xmltok-forward-special)
5520 (xmltok-get-declared-encoding-position): Reflow docstrings.
5522 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5523 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5524 Fix typos in docstrings.
5526 2008-07-02 John Paul Wallington <jpw@pobox.com>
5528 * ibuffer.el (ibuffer-buffer-file-name):
5529 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5530 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5532 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5534 * files.el (backup-extract-version): Handle versioned directories.
5535 (trash-directory): New variable.
5536 (move-file-to-trash): New function.
5538 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5540 2008-07-02 Magnus Henoch <mange@freemail.hu>
5542 * vc-git.el (vc-git-annotate-command): Use proper option for
5543 specifying revision.
5545 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5547 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5550 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5552 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5554 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5555 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5557 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5559 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5561 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5562 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5563 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5564 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5565 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5566 (gdb-stack-list-locals-regexp): Future proof regexps better.
5568 2008-06-30 Juri Linkov <juri@jurta.org>
5570 * faces.el (face-name-history): New variable.
5571 (make-face, make-empty-face): Replace interactive spec "S"
5572 with `read-from-minibuffer' where `read' arg is t and
5573 `hist' arg is `face-name-history'.
5574 (read-face-name): Set `hist' arg of `completing-read-multiple'
5575 to `face-name-history'.
5576 (list-faces-display): Use `read-regexp' instead of `read-string'
5579 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5580 to `regexp-history'.
5581 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5582 make it an obsolete alias to it.
5583 (hi-lock-face-defaults): New variable renamed from
5584 `hi-lock-face-history'.
5585 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5586 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5587 `read-from-minibuffer'. Doc fix.
5588 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5589 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5590 Set `hist' arg of `completing-read' to `face-name-history'.
5591 Put a list of default faces to `default' arg instead of `hist' arg.
5593 * bindings.el (abbrev-map, narrow-map): New variables.
5594 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5595 Rebind related commands to these new maps.
5596 (ctl-x-r-map): New variable for rectangle, register and bookmark
5597 keys. Move rectangle keybindings to rect.el and register
5598 keybindings to register.el.
5599 (next-buffer, previous-buffer): Remove C-x prefix and move
5600 keybindings to ctl-x-map.
5602 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5603 to the new map `ctl-x-r-map' in autoload cookies.
5605 * expand.el: Rebind two global `C-x a' keys "n", "p"
5606 to the new map `abbrev-map' in autoload cookies.
5608 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5610 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5612 2008-06-30 Miles Bader <miles@gnu.org>
5614 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5615 after processing an escape sequence.
5617 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5619 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5620 from 2008-06-28. It does not work on W32.
5622 2008-06-29 Juri Linkov <juri@jurta.org>
5624 * replace.el (read-regexp): New function.
5625 (keep-lines-read-args, occur-read-primary-args):
5626 Call `read-regexp' instead of code moved to new function.
5627 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5628 from the end of prompt.
5629 (replace-re-search-function): Doc fix.
5631 2008-06-29 Kenichi Handa <handa@m17n.org>
5633 * descr-text.el (describe-char-display): Always return a string.
5634 (describe-char-padded-string): New function.
5635 (describe-char): Adjusted for the change of
5636 describe-char-display. Use describe-char-padded-string.
5638 2008-06-29 Andreas Schwab <schwab@suse.de>
5640 * vc-dir.el (vc-dir): Make backend argument optional and use
5641 vc-responsible-backend when nil. Interactively pass nil for
5642 backend instead of using the backend of what happens to be
5643 default-directory at the time of the call.
5645 * find-dired.el (find-dired-filter): Preserve point.
5647 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5649 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5650 (sasl-find-mechanism, sasl-next-step):
5651 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5652 (sasl-ntlm-response): Fix typos in docstrings.
5654 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5656 * international/mule-cmds.el (view-hello-file): Doc fix.
5658 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5660 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5661 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5663 2008-06-28 John Paul Wallington <jpw@pobox.com>
5665 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5667 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5669 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5670 (tramp-convert-file-attributes): Convert symlinks only when
5671 returned from `tramp-handle-file-attributes-with-stat'.
5673 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5674 `substitute-in-file-name' when unloading.
5675 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5677 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5679 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5680 (vc-string-prefix-p): Move function ...
5681 * vc.el (vc-string-prefix-p): ... here.
5683 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5685 * vc-dir.el (vc-dir): Complete only directory names.
5687 2008-06-27 Jason Rumney <jasonr@gnu.org>
5689 * w32-fns.el (top-level): Unconditionally define all charsets.
5691 2008-06-27 Alan Mackenzie <acm@muc.de>
5693 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5694 the CC Mode specific functions; this is no longer needed, since
5695 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5697 * progmodes/cc-defs.el (c-emacs-features): New feature
5698 'argumentative-bod-function.
5700 2008-06-27 John Paul Wallington <jpw@pobox.com>
5702 * chistory.el (list-command-history): Use `bound-and-true-p'.
5703 (command-history-map): Define within defvar. Add docstring.
5705 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5707 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5708 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5709 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5710 (image-type-from-buffer): Use `looking-at-p'.
5712 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5714 * ibuf-ext.el (diff-sentinel): Declare.
5716 2008-06-27 Glenn Morris <rgm@gnu.org>
5718 * calendar/lunar.el (calendar-lunar-phases): Rename from
5719 calendar-phases-of-moon. Keep old name as alias, update callers.
5720 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5721 (diary-lunar-phases): Rename from diary-phases-of-moon.
5722 Keep old name as alias.
5723 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5724 (cal-menu-global-mouse-menu): Update for lunar name changes.
5725 * calendar/calendar.el (calendar-mode-map): Update for name change.
5726 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5728 2008-06-26 Glenn Morris <rgm@gnu.org>
5730 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5731 argument `nolocation'.
5732 (calendar-sunrise-sunset-month): New function.
5733 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5734 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5735 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5736 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5737 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5738 (calendar-buffer-list): Add solar-sunrises-buffer.
5740 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5742 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5744 * cus-start.el: Add customization types for word-wrap and
5747 2008-06-26 John Paul Wallington <jpw@pobox.com>
5749 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5750 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5751 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5752 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5754 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5756 * vc-dir.el (tool-bar): Require.
5758 * vc.el (ewoc, tool-bar): Do not require.
5760 2008-06-26 Kenichi Handa <handa@m17n.org>
5762 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5765 * composite.el (terminal-composition-base-character-p): New function.
5766 (terminal-composition-function):
5767 Use terminal-composition-base-character-p. Include the base character
5769 (auto-compose-chars): Don't check font-object for terminal display.
5771 2008-06-26 Glenn Morris <rgm@gnu.org>
5773 * doc-view.el (bookmark-make-record-default):
5774 * image-mode.el (bookmark-make-record-default): Fix declaration.
5776 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5777 Add default :value for sexp type.
5778 (calendar-month-edges): New variable.
5779 (calendar-month-edges): New function.
5780 (calendar-recompute-layout-variables): Set calendar-month-edges.
5781 (calendar-intermonth-header, calendar-intermonth-text): New options.
5782 (calendar-insert-at-column): New function.
5783 (calendar-generate-month): Use calendar-insert-at-column.
5784 Handle intermonth text. Add 'date property.
5785 (calendar-column-to-month): Remove function.
5786 (calendar-column-to-segment): New function.
5787 (calendar-cursor-to-date): Use calendar-column-to-segment.
5788 Check 'date property.
5790 * calendar/calendar.el (calendar-print-other-dates):
5791 Handle mouse events.
5792 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5793 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5795 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5796 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5797 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5799 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5800 Use calendar-column-to-segment, calendar-month-edges, and
5801 the 'date property to handle intermonth text.
5803 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5805 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5806 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5808 (cal-menu-context-mouse-menu): Add some :keys.
5809 (calendar-check-holidays): Declare rather than autoloading.
5810 (diary-show-holidays-flag): Remove unneeded declaration.
5812 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5813 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5816 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5818 * minibuffer.el (completion-basic-try-completion): Use the text after
5819 point to constrain the completion candidates.
5820 (completion-basic-all-completions): Adjust accordingly.
5822 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5824 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5827 * faces.el (set-face-attribute): Doc fix.
5829 2008-06-25 Juri Linkov <juri@jurta.org>
5831 * bindings.el (goto-map): New variable. Rebind goto-related
5832 commands to this `M-g' prefix keymap.
5833 (search-map): New variable for `M-s' prefix keymap.
5834 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5835 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5836 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5837 `M-shw' to `hi-lock-write-interactive-patterns'.
5839 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5840 `isearch-highlight-regexp'.
5841 (isearch-highlight-regexp): New function.
5843 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5845 * info.el (Info-bookmark-make-record):
5846 Use bookmark-make-record-default.
5847 (Info-bookmark-jump): Use bookmark-default-handler.
5849 * image-mode.el (image-bookmark-make-record):
5850 Use bookmark-make-record-default.
5851 (image-bookmark-jump): Use bookmark-default-handler.
5853 * doc-view.el (doc-view-bookmark-make-record):
5854 Use bookmark-make-record-default.
5855 (doc-view-bookmark-jump): Use bookmark-default-handler.
5857 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5858 used until now in bookmark.el's code.
5859 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5860 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5861 used until now in bookmark.el's code.
5862 (bookmark-set-filename): Remove special code, moved to its only caller.
5863 (bookmark-store): Use the newer format.
5864 (bookmark-make-record-default): Add arg `point-only'.
5865 Rename from bookmark-make-record-for-text-file.
5866 (bookmark--jump-via): New function.
5867 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5868 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5870 (bookmark-jump-noselect, bookmark-default-handler):
5871 Don't return an alist, instead return the data implicitly by changing
5872 current buffer and point. Signal an error if the file doesn't exist.
5874 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5875 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5877 * bs.el: Use with-current-buffer. Simplify.
5878 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5880 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5881 is bound before using it.
5883 2008-06-25 Kenichi Handa <handa@m17n.org>
5885 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5887 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5890 * vc-git.el: Require vc-dir when compiling.
5892 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5893 vc-dir-marked-only-files. Change the return value.
5894 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5895 Change the return value.
5896 (vc-dir-deduce-fileset): New function broken out from ...
5897 * vc.el (vc-deduce-fileset): ... here and ...
5898 (vc-deduce-fileset): ... here.
5900 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5901 (vc-svn-parse-status): Do not set the vc-backend property.
5903 2008-06-25 Andreas Schwab <schwab@suse.de>
5905 * faces.el (face-font-family-alternatives, variable-pitch):
5906 Use "Sans Serif", not "Sans-Serif".
5908 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5910 * faces.el (face-font-family-alternatives, variable-pitch):
5911 Change "Sans" to the canonical name "Sans-Serif".
5913 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5915 * calc/calc.el (calc-mode-map): Add extra keybindings to
5917 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5920 2008-06-24 Miles Bader <miles@gnu.org>
5922 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5923 pops up the menu but doesn't select anything.
5925 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5927 * add-log.el (add-change-log-entry): Add new arg to force each new
5928 entry to be on a new line.
5929 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5931 * vc-dir.el (vc-client-object): Remove.
5932 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5933 use it when looking for a buffer.
5934 (vc-dir): Add a backend argument. Set revert-buffer-function.
5935 Don't create a client object. Move bindings ...
5936 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5937 (vc-dir-revert-buffer-function): New function.
5938 (vc-generic-status-printer): Rename to ...
5939 (vc-dir-status-printer): ... this.
5940 (vc-generic-state, vc-generic-status-fileinfo-extra)
5941 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5942 (vc-default-status-printer): Use a different face for
5943 directories. Don't display any text for directories in the state
5944 column. Add tooltips.
5946 * vc.el (Todo): Update.
5948 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5949 * vc-rcs.el (vc-annotate-convert-time):
5950 * vc-mtn.el (vc-annotate-convert-time):
5951 * vc-git.el (vc-annotate-convert-time):
5952 * vc-cvs.el (vc-annotate-convert-time):
5953 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5955 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5957 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5958 instead of using view-mode.
5960 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5962 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5964 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5968 * vc-dispatcher.el: Move vc-dir variables and functions ...
5969 * vc-dir.el: ... here. New file.
5970 * Makefile.in (ELCFILES): Add vc-dir.elc.
5972 * vc.el: Move vc-annotate variables and functions ...
5973 * vc-annotate.el: ... here. New file.
5974 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5976 * vc-dav.el: Move here from url/vc-dav.el.
5977 (Todo): Note work needed to make this backend functional.
5979 * Makefile.in (ELCFILES): Update vc-dav.el location.
5981 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5983 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5985 2008-06-21 John Paul Wallington <jpw@pobox.com>
5987 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5989 * textmodes/rst.el (rst-mode): Put docstring in right place.
5991 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5993 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5994 size for legibility.
5996 * faces.el (fixed-pitch): Use "Monospace" family.
5997 (variable-pitch): Use "Sans" family.
5998 (face-font-family-alternatives): Define alternatives for "Sans"
6001 2008-06-21 Glenn Morris <rgm@gnu.org>
6003 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6004 Require 'cl when compiling.
6006 * emacs-lisp/debug.el (help-xref-interned): Declare.
6008 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6009 Evaluate definition when compiling.
6011 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6012 rather than mouse-1.
6013 (bug-reference-url-format): Autoload safe if string.
6014 (bug-reference-bug-regexp): Make space after "bug" optional.
6016 * Makefile.in (all): Explicitly pass EMACS to sub-make,
6017 for some non-GNU makes.
6019 * cus-dep.el (custom-dependencies-no-scan-regexp):
6020 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6022 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6025 * calendar/calendar.el: Factor out the magic numbers controlling the
6027 (calendar-month-digit-width, calendar-month-width)
6028 (calendar-right-margin): New variables.
6029 (calendar-recompute-layout-variables, calendar-set-layout-variable):
6031 (calendar-left-margin, calendar-intermonth-spacing)
6032 (calendar-column-width, calendar-day-header-width)
6033 (calendar-day-digit-width): New options.
6034 (calendar-first-date-row): New constant.
6035 (calendar-move-to-column, calendar-ensure-newline): New functions,
6036 replacing calendar-insert-indented.
6037 (calendar-insert-indented): Remove function.
6038 (calendar-generate-month): Use calendar-move-to-column and
6039 calendar-ensure-newline. Use layout variables.
6040 (calendar-generate, calendar-update-mode-line)
6041 (calendar-font-lock-keywords): Use layout variables.
6042 (calendar-column-to-month): New function.
6043 (calendar-cursor-to-date): Use calendar-column-to-month.
6044 Use layout variables.
6045 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6046 Use layout variables. Use calendar-column-to-month.
6047 (calendar-cursor-to-visible-date): Use layout variables.
6049 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6051 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6052 (all): Run compile-last.
6053 (compile-onefile): New target.
6054 (compile-first): Simplify.
6055 (compile-last): Don't treat COMPILE_FIRST specially.
6056 (COMPILE_FIRST): List the elc files rather than the el files.
6059 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
6061 * net/newst-treeview.el: Remove dead code.
6062 (newsticker--window-config): Remove.
6063 (newsticker-treeview-quit): Do not save window config.
6064 (newsticker-treeview): Do not try to restore window config.
6065 (newsticker-groups, newsticker--treeview-list-sort-by-column)
6066 (newsticker--treeview-list-new-items)
6067 (newsticker--treeview-list-immortal-items)
6068 (newsticker--treeview-list-obsolete-items)
6069 (newsticker--treeview-list-all-items)
6070 (newsticker--treeview-list-feed-items): Fix documentation.
6072 2008-06-21 Miles Bader <miles@gnu.org>
6074 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6076 2008-06-21 Alan Mackenzie <acm@muc.de>
6078 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6079 infinite loop on invalid syntax.
6081 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6083 * textmodes/rst.el: Run rst-define-level-faces when loading.
6084 (rst-mode): Don't set the font-lock-multiline var.
6085 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6086 Set the font-lock-multiline property by hand.
6088 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6090 * Makefile.in (emacs-deps): Remove.
6091 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6093 (autogen-clean): Remove.
6095 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6097 * Makefile.in (all): New target.
6098 (bootstrap-prepare): Remove.
6100 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6101 the .elc file to batch-byte-compile.
6103 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6104 set-keymap-parents if set-keymap-parent doesn't exist.
6106 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6107 Allow more than one space before the |.
6109 * textmodes/rst.el: Fix up docstring conventions.
6110 Move vars to before their first use.
6111 (rst-mode): Don't mess with font-lock-support-mode.
6112 (rst-suggest-new-decoration, rst-adjust-decoration):
6113 Avoid CL's copy-list.
6114 (rst-delete-entire-line): Use line-beginning-position.
6115 (rst-position): New fun.
6116 (rst-straighten-decorations): Use it instead of CL's position.
6117 (rst-straighten-bullets-region): Avoid CL's mapcar*.
6118 (rst-toc-mode): Use define-derived-mode.
6119 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6120 Remove unused var `in-par'. Use `point' rather than `point-marker'.
6121 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
6122 (rst-replace-lines): Simplify.
6123 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6125 * simple.el (special-mode-map): New var.
6126 (special-mode): New major mode.
6128 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6130 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6133 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6134 (vc-switch-backend): Simplify.
6135 (Todo): Remove solved items.
6137 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6138 the vc-backend property.
6140 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6142 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6143 Bind inhibit-read-only since the buffer is always read-only.
6145 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
6147 * net/newst-treeview.el (newsticker-treeview-own-frame):
6148 Change default value to nil.
6149 (newsticker--treeview-list-add-item)
6150 (newsticker--treeview-propertize-tag): Show item title in tooltip.
6152 2008-06-20 Martin Blais <blais@furius.ca>
6153 Stefan Merten <smerten@oekonux.de>
6154 David Goodger <goodger@python.org>
6156 * textmodes/rst.el: New file.
6158 2008-06-20 Sam Steingold <sds@gnu.org>
6160 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6161 remove DIRECTORY entries.
6163 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6165 * makefile.w32-in (distclean): Depend on `clean'.
6166 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6167 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6168 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
6169 empty cus-load.el with `echo', and include "Local Variables"
6170 section to prevent the empty file from being compiled.
6171 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6172 that generate an empty cus-load.el.
6174 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
6176 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6177 Don't copy ldefs-boot.el over loaddefs.el.
6178 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6179 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6180 to loaddefs.el; they are not needed now. Add coding cookie.
6182 2008-06-20 Miles Bader <miles@gnu.org>
6184 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6185 Strip unnecessary list levels from SPECS.
6186 (buffer-face-set, buffer-face-toggle):
6187 Change argument from FACE to &rest SPECS, and strip unnecessary
6188 list levels from SPECS.
6189 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6191 2008-06-20 Jason Rumney <jasonr@gnu.org>
6193 * international/fontset.el (setup-default-fontset): Specify script
6194 for latin use of iso10646-1. Fix use of lang tags.
6196 2008-06-19 Miles Bader <miles@gnu.org>
6198 * face-remap.el (text-scale-increase): Start from zero if
6199 text-scale-mode isn't enabled.
6201 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6203 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6204 frame parameters after setting up the `default' face.
6206 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6208 * faces.el (face-set-after-frame-default): Don't exclude `default'.
6210 2008-06-18 Glenn Morris <rgm@gnu.org>
6212 * mouse.el (buffer-face-mode-invoke): Declare.
6214 * Makefile.in (ELCFILES): Add org/org-id.elc.
6216 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6217 * calendar/cal-menu.el (cal-menu-holidays-menu):
6218 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6219 (cal-menu-today-holidays): Remove function.
6221 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6222 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6223 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6224 Remove unused functions.
6225 (calendar-mouse-view-diary-entries): Use format rather than concat.
6227 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6228 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6229 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6231 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6232 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6233 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6234 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6235 cal-menu-event-to-date.
6237 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6238 Handle mouse events.
6239 * calendar/cal-tex.el (cal-tex-cursor-year)
6240 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6241 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6242 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6243 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6244 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6245 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
6246 (cal-tex-cursor-month): Mark N as optional.
6247 * calendar/cal-menu.el (calendar-mouse-tex-day)
6248 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6249 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6250 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6251 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6252 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6253 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6255 (cal-menu-context-mouse-menu): Replace the above functions with the
6256 cal-tex versions. Add HTML submenu.
6258 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
6260 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6262 (gdb): Explain that gud-gdb is needed for text command mode.
6264 2008-06-17 Martin Rudalics <rudalics@gmx.at>
6266 * window.el (split-height-threshold): Remove spurious extra line.
6268 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6270 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6271 (calendar-set-mark):
6272 * calendar/diary-lib.el (diary-insert-entry):
6273 * calendar/solar.el (calendar-sunrise-sunset): Use it.
6274 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6275 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6276 (cal-menu-context-mouse-menu): Use calendar-set-mark,
6277 diary-insert-entry, and calendar-sunrise-sunset instead.
6279 * vc.el (vc-deduce-fileset): Add arg `only-files'.
6280 (vc-next-action): Pass the new arg.
6281 (vc-register): Don't use `only-files'.
6282 Don't set `backup-inhibited' in the current buffer.
6284 2008-06-17 Miles Bader <miles@gnu.org>
6286 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6288 * face-remap.el (buffer-face-mode-face)
6289 (buffer-face-mode-remapping): New variables.
6290 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6291 (buffer-face-mode-invoke): New functions.
6292 (variable-pitch-mode-remapping): Variable removed.
6293 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6295 * face-remap.el (internal-lisp-face-attributes): New variable.
6296 (face-attrs-more-relative-p, face-remap-order): New functions.
6297 (face-remap-add-relative): Use `face-remap-order'.
6299 2008-06-17 Glenn Morris <rgm@gnu.org>
6301 * mouse.el (x-select-font): Declare.
6303 * calendar/calendar.el (calendar-move-hook):
6304 Add calendar-update-mode-line as an option.
6305 (calendar-date-echo-text): New user option.
6306 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
6307 (calendar-insert-indented): Simplify newline insertion.
6308 (calendar-describe-mode): Remove unused function.
6309 (calendar-mode-line-entry): New function.
6310 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
6312 (calendar-mouse-other-month): Remove function.
6313 (calendar-other-month): Handle mouse events.
6314 (calendar-goto-info-node): Call fit-window-to-buffer.
6315 (calendar-mode): Use define-derived-mode. Doc fix.
6316 (calendar-update-mode-line): Tweak whitespace.
6318 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6320 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6321 (vc-dir-marked-only-files): vc-string-prefix-p.
6323 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
6325 * progmodes/gdb-ui.el (gdb-memory-set-address)
6326 (gdb-memory-set-repeat-count): Allow keyboard bindings.
6327 (gdb-memory-mode-map): Bind above functions respectively
6330 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
6332 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6334 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6336 * log-view.el (vc-diff-internal): Declare for compiler.
6338 * vc-bzr.el (log-view-per-file-logs):
6339 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6341 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
6343 * mouse.el (mouse-appearance-menu-map): New var.
6344 (mouse-appearance-menu): New function.
6345 Bind it to S-down-mouse-1.
6347 2008-06-15 Juri Linkov <juri@jurta.org>
6349 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6350 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6351 as the second element.
6352 (Info-build-toc): Add PARENT element extracted from the Up pointer.
6353 Don't print progress messages.
6354 (Info-toc-nodes): New variable and function.
6355 (Info-index-nodes): Optimize non-string file name case.
6356 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6357 (Info-insert-breadcrumbs): Use the cached document structure instead
6358 of visiting all ancestor nodes. Remove the initial `>'.
6360 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6362 * log-view.el (log-view-diff-changeset): New function.
6363 (log-view-mode-map, log-view-mode-menu): Bind it.
6364 (log-view-per-file-logs, log-view-vc-fileset)
6365 (log-view-vc-backend): New variables.
6366 (log-view-find-revision, log-view-modify-change-comment)
6367 (log-view-annotate-version): Throw an error if the log is for more
6368 than one file and we can't find the current file. Get the current
6369 file from log-view-vc-fileset if necessary.
6370 (log-view-diff): Get the current file from log-view-vc-fileset if
6373 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6375 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6376 (vc-hg-log-view-mode): Declare for compiler.
6377 (vc-hg-log-view-mode): Set log-view-per-file-logs and
6379 (vc-hg-diff): If no file is passed, use default-directory for cwd.
6381 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6383 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6385 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
6387 * net/tramp.el (tramp-handle-start-file-process):
6388 Clear modification time of the connection buffer.
6389 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6390 (tramp-open-connection-setup-interactive-shell): Flush cache, and
6391 restart `tramp-maybe-open-connection' when the remote system has
6392 been changed. Throw 'uname-changed event.
6393 (tramp-maybe-open-connection): Catch it.
6395 * net/tramp-cmds.el (tramp-cleanup-all-connections):
6396 Reset `tramp-locked'.
6398 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6400 * net/newst-treeview.el (newsticker--treeview-list-update)
6401 (newsticker--treeview-item-update)
6402 (newsticker--treeview-tree-update)
6403 (newsticker-treeview-jump, newsticker-group-add-group)
6404 (newsticker-group-move-feed, newsticker-group-delete-group):
6405 Remove window dedication.
6406 (newsticker--group-manage-orphan-feeds): Handle ill-valued
6408 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6410 2008-06-15 Andreas Schwab <schwab@suse.de>
6412 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6413 when parsing CVS/Repository.
6415 * wdired.el (wdired-search-and-rename): Fix undocumented change.
6417 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6419 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6420 (newsticker-extra-face, newsticker-enclosure-face): Moved to
6421 net/newst-reader.el.
6423 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6424 (newsticker-extra-face, newsticker-enclosure-face): Moved from
6425 net/newst-reader.el.
6427 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6429 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6430 Catch and recover from case when the bytes we thought we were reading
6431 turn out to be something else entirely, such as latin-1 chars from
6434 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6436 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6437 (vc-register): Call the backend function only once, instead of
6439 (vc-next-action): Update call to vc-register.
6440 (vc-dir-register): Remove function.
6441 (vc-dir): Bind vc-register instead of vc-dir-register.
6443 2008-06-14 Glenn Morris <rgm@gnu.org>
6445 * Makefile.in (ELCFILES): Add net/newst-*.el.
6447 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6449 * wdired.el (wdired-do-renames): New function.
6450 (wdired-finish-edit): Use it to.
6451 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6453 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6455 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6457 2008-06-14 Martin Rudalics <rudalics@gmx.at>
6459 * window.el (window--even-window-heights): Even window heights
6460 only if the selected window is higher than WINDOW.
6461 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6463 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6465 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6467 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6469 * term/linux.el (terminal-init-linux): Load t-mouse.
6471 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6472 Drew Adams <drew.adams@oracle.com>
6474 * info.el (Info-breadcrumbs-depth): New var.
6475 (Info-insert-breadcrumbs): New function.
6476 (Info-fontify-node): Use it.
6477 (Info-mode-map): Move initialization into declaration.
6479 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6481 Rename net/newsticker-*.el to net/newst-*.el.
6482 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6483 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6484 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6485 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6486 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6487 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6488 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6489 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6490 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6491 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6493 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6495 * progmodes/compile.el (compilation-start): Don't disable undo in
6496 comint buffer. Don't override the comint-filter with our own.
6497 (compilation-filter): Change point's insertion-type.
6499 * comint.el (comint-output-filter): Use copy-marker.
6501 2008-06-13 David Reitter <david.reitter@gmail.com>
6503 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6504 Check message-signature-separator exists before using it.
6506 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6508 * vc.el (vc-delete-file): Bind default-directory before calling
6510 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6511 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6513 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6514 (vc-annotate-mode-menu): Bind it.
6516 2008-06-13 Jason Rumney <jasonr@gnu.org>
6518 * term/w32-win.el (mouse-set-font): Remove overridden function.
6519 (w32-select-font): Declare as obsolete alias for x-select-font.
6521 2008-06-13 Daniel Engeler <engeler@gmail.com>
6523 These changes add serial port access.
6524 * term.el (term-update-mode-line): Modify.
6525 (serial-port-is-file-p, serial-nice-speed-history)
6526 (serial-no-speed, serial-mode-line-speed-menu)
6527 (serial-mode-line-config-menu): New variables and constants.
6528 (serial-name-history, serial-speed-history)
6529 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6530 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6531 (serial-mode-line-speed-menu, serial-update-speed-menu)
6532 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6533 (serial-update-config-menu): New functions.
6535 2008-06-13 Glenn Morris <rgm@gnu.org>
6537 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6539 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6541 2008-06-13 Kenichi Handa <handa@m17n.org>
6543 * cus-face.el (custom-face-attributes): Add :foundry.
6545 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6546 (face-x-resources): Add :foundry.
6547 (face-valid-attribute-values): Likewise.
6548 (face-attribute-name-alist): Likewise.
6549 (describe-face): Likewise.
6551 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6553 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6555 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6557 * longlines.el (longlines-search-forward, longlines-search-backward)
6558 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6560 2008-06-12 Sam Steingold <sds@gnu.org>
6562 * vc.el (vc-rename-file): DTRT when the destination is a directory
6563 name and the source is a file.
6565 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6567 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6569 2008-06-12 Glenn Morris <rgm@gnu.org>
6571 * progmodes/f90.el (f90-beginning-of-subprogram)
6572 (f90-end-of-subprogram): Only give a message when interactive.
6574 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6576 * progmodes/cperl-mode.el (cperl-info-on-command):
6577 Use display-pixel-height rather than x-display-pixel-height.
6579 * mail/rmailedit.el (rmail-cease-edit):
6580 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6582 * emulation/edt.el (edt-xserver):
6583 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6585 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6587 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6588 Evaluate definitions when compiling. Reverse tests.
6590 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6593 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6595 * textmodes/artist.el (x-pointer-shape):
6596 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6597 (x-open-connection, x-server-max-request-size, x-get-resource):
6598 * term/w32console.el (x-setup-function-keys):
6599 * term/w32-win.el (x-parse-geometry, x-resource-name)
6600 (generate-fontset-menu, image-library-alist, x-open-connection)
6601 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6602 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6604 * term/mac-win.el (x-parse-geometry, x-resource-name)
6605 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6606 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6607 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6608 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6609 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6610 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6611 (tooltip-identifier-from-point, define-fringe-bitmap):
6612 * play/gamegrid.el (image-size):
6613 * play/bubbles.el (image-size):
6614 * mail/emacsbug.el (x-server-vendor, x-server-version):
6615 * international/mule-util.el (internal-char-font):
6616 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6617 (fontset-alias-alist, fontset-list, fontset-plain-name):
6618 * international/mule-cmds.el (x-server-vendor, x-server-version):
6619 * international/fontset.el (font-encoding-charset-alist)
6620 (otf-script-alist, new-fontset, set-fontset-font)
6621 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6622 (fontset-list, query-fontset, x-get-resource):
6623 * emulation/edt.el (x-server-vendor):
6624 * emulation/edt-mapper.el (x-server-vendor):
6625 * emacs-lisp/map-ynp.el (x-popup-dialog):
6626 * emacs-lisp/lmenu.el (x-popup-dialog):
6627 * x-dnd.el (x-window-property, x-change-window-property)
6628 (x-get-selection-internal):
6629 * woman.el (x-list-fonts):
6630 * w32-fns.el (x-server-version):
6631 * tooltip.el (x-show-tip, x-hide-tip):
6632 * tool-bar.el (image-mask-p):
6633 * thumbs.el (image-size):
6634 * term.el (overflow-newline-into-fringe):
6635 * subr.el (scroll-bar-scale):
6636 * startup.el (x-get-resource, tool-bar-mode, image-size):
6637 * select.el (x-get-selection-internal, x-own-selection-internal)
6638 (x-disown-selection-internal):
6639 * mouse.el (generate-fontset-menu):
6640 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6641 * image.el (image-library-alist):
6642 * image-mode.el (image-size, image-refresh):
6643 * image-dired.el (clear-image-cache):
6644 * gs.el (x-display-mm-width, x-display-pixel-width)
6645 (x-display-mm-height, x-display-pixel-height)
6646 (x-change-window-property, x-display-grayscale-p, x-window-property):
6647 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6648 (x-focus-frame, x-list-fonts, x-display-screens)
6649 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6650 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6651 (x-display-planes, x-display-color-cells, x-display-visual-class):
6652 * faces.el (internal-face-x-get-resource)
6653 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6654 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6655 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6656 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6658 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6659 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6660 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6661 * descr-text.el (internal-char-font):
6662 Define for compiler, for builds without X.
6664 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6666 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6668 2008-06-11 Glenn Morris <rgm@gnu.org>
6670 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6671 before trying to move there.
6672 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6673 is non-nil, indent most terminating statements like loop body.
6675 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6676 Gregorian date, and add it, not the local date, to diary-entries-list.
6677 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6679 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6681 * progmodes/compile.el (compilation-filter): Fix up last change.
6683 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6685 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6686 (gpm-mouse-mode): Make it into a proper global minor mode.
6688 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6689 if the user enabled recursive-minibuffers.
6691 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6692 Add support for scroll-other-window.
6694 2008-06-11 Jason Rumney <jasonr@gnu.org>
6696 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6697 Use tmm-menubar if menu is disabled in this frame.
6699 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6700 from frame type, per documentation. Add w32 case.
6702 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6704 * minibuffer.el (completion--merge-suffix): New function.
6705 (completion-basic-try-completion): Use it.
6706 (completion-pcm--find-all-completions): Add argument `filter'.
6707 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6709 (completion-pcm-try-completion): Use them.
6711 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6712 (turn-off-xterm-mouse-tracking): Use terminal-list.
6714 * cus-start.el (underline-minimum-offset): Rename from
6715 x-underline-minimum-display-offset.
6717 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6719 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6721 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6723 * mouse.el (mouse-select-font): New function.
6725 * faces.el (face-spec-recalc): When the face is set using
6726 Customize, avoid recalculating it twice.
6728 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6729 Font" menu item to it. Apply selected font to all frames, and
6731 (menu-bar-options-save): Save `default' font if changed.
6733 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6735 * ffap.el (ffap-string-at-point-mode-alist):
6736 Use alpha rather than lower.
6738 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6740 * subr.el (momentary-string-display): Use an overlay.
6742 * progmodes/compile.el (compilation-mode):
6743 Set window-point-insertion-type.
6744 (compilation-filter): Don't use insert-before-markers any more.
6745 * emacs-lisp/trace.el (trace-make-advice):
6746 Set window-point-insertion-type in the trace buffer.
6747 * startup.el (normal-top-level): Set window-point-insertion-type in
6749 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6750 (telnet-filter): Don't use insert-before-markers any more.
6751 * comint.el (comint-mode): Set window-point-insertion-type.
6752 (comint-output-filter): Don't use insert-before-markers any more.
6753 * button.el (make-text-button): Allow `start' to be a string.
6755 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6757 * emacs-lisp/autoload.el (autoload-rubric):
6758 Fix coding cookie not to force Unix EOL.
6760 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6762 * window.el (window--splittable-p, window--try-to-split-window):
6763 Don't use with-selected-window to avoid messing up get-lru-window.
6764 Reported by David Hansen <david.hansen@gmx.net>.
6766 2008-06-10 Glenn Morris <rgm@gnu.org>
6768 * subr.el (locate-library): Doc fix.
6770 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6771 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6772 Check tool-bar-map is bound, for non-X builds.
6774 * net/newsticker-reader.el (newsticker--next-item-image)
6775 (newsticker--previous-item-image, newsticker--previous-feed-image)
6776 (newsticker--next-feed-image, newsticker--mark-read-image)
6777 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6778 (newsticker--get-all-image, newsticker--update-image)
6779 (newsticker--browse-image): Check xpm images are available.
6780 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6781 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6783 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6784 (newsticker--plainview-tool-bar-map, newsticker-mode):
6785 Check tool-bar-map is bound, for non-X builds.
6786 (w3m-toggle-inline-image): Declare.
6788 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6790 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6792 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6793 (finder-compile-keywords): Move let to where needed.
6794 (finder-mouse-face-on-line): Go back one more line if needed.
6795 (finder-list-matches): Use cadr.
6796 (finder-goto-xref): New function.
6797 (finder-commentary): Add buttons to jump to foo.el libraries.
6799 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6801 * apropos.el (apropos-function, apropos-macro, apropos-command)
6802 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6803 (apropos-plist): Add apropos-short-label property.
6804 (apropos-multi-type): New variables.
6805 (apropos-command, apropos-value): Set it.
6806 (apropos-compact-layout): New custom.
6807 (apropos-print, apropos-print-doc): Use it.
6808 (apropos-print): Truncate lines.
6810 2008-06-09 Kenichi Handa <handa@m17n.org>
6812 * international/fontset.el (font-encoding-alist):
6813 Add an entry for "ascii-0".
6815 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6817 * language/hanja-util.el (hanja-init-load): Show the message only
6818 when loading a table.
6820 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6822 * net/newsticker-treeview.el (newsticker-treeview):
6823 * net/newsticker-plainview.el (newsticker-plainview):
6824 Add autoload cookie.
6826 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6828 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6829 -reader, -plainview, and -treeview.
6830 (newsticker-version): Change to 1.99.
6832 * net/newsticker-backend.el: New. Move backend functionality from
6833 newsticker.el to newsticker-backend.el.
6834 (newsticker--download-logos): New.
6835 (newsticker--sentinel-callback): New.
6836 (newsticker--set-customvar): Remove. Split up into specific
6837 functions related to retrieval, ticker, buffer, and display.
6838 (newsticker--set-customvar-retrieval): New. Extracted from
6839 `newsticker--set-customvar'.
6840 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6841 (newsticker-url-list-defaults):
6842 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6843 (newsticker-url-list): Doc changed. URL can be a function.
6844 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6845 (newsticker-retrieval-method): New.
6846 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6847 (newsticker-retrieval-interval):
6848 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6849 (newsticker-desc-comp-max): Change :group.
6850 (newsticker--cache): Doc changed.
6851 (newsticker--guid-to-string): New.
6852 (newsticker--guid): Use `newsticker--guid-to-string'.
6853 (newsticker--real-feed-name): New.
6854 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6855 (newsticker-start): Use `insert-file-contents' for reading cache.
6856 Use `newsticker--start-feed'.
6857 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6858 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6859 Use `newsticker--stop-feed'.
6860 (newsticker-save-item): New.
6861 (newsticker--get-news-by-funcall): New.
6862 (newsticker-get-news): Handle new retrieval methods.
6863 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6864 (newsticker--sentinel-work): New. Extracted from
6865 `newsticker--sentinel'. Use `newsticker--download-logos',
6866 `newsticker--sentinel-callback'.
6867 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6868 (newsticker--parse-atom-1.0): Fix link determination.
6869 (newsticker--parse-rss-0.91): Fix time determination.
6870 (newsticker--parse-rss-0.92): Fix time determination.
6871 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6872 (newsticker--parse-generic-feed): New arg order in
6873 `newsticker--cache-add'.
6874 (newsticker--parse-generic-items): Fix for multiple items.
6875 New arg order in `newsticker--cache-add'.
6876 (newsticker--forget-preformatted): Check whether
6877 `newsticker--buffer-set-uptodate' is fbound.
6878 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6879 (newsticker--decode-rfc822-date): Partial timezone handling.
6880 (newsticker--cache-contains): Fix guid problem.
6881 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6882 (newsticker--cache-save): New.
6883 (newsticker--cache-update): Use temp buffer.
6884 (newsticker--stat-num-items): Allow multiple AGE args.
6885 (newsticker--stat-num-items-total): New.
6886 (newsticker--opml-import-outlines): New.
6887 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6888 (newsticker--do-run-auto-mark-filter): Doc changed.
6889 (newsticker-retrieve-random-message): New.
6891 * net/newsticker-ticker.el: New. Move ticker functionality from
6892 net/newsticker.el to net/newsticker-ticker.el.
6893 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6894 `newsticker--ticker-timer'.
6895 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6896 to `newsticker--ticker-timer'.
6897 (newsticker--set-customvar-ticker): New. Extracted from
6898 `newsticker--set-customvar'.
6899 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6900 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6901 for :set. Change :group.
6902 (newsticker-scroll-smoothly): Doc changed. Change :group.
6903 (newsticker-hide-immortal-items-in-echo-area)
6904 (newsticker-hide-old-items-in-echo-area)
6905 (newsticker-hide-obsolete-items-in-echo-area):
6906 Use `newsticker--set-customvar-ticker for :set. Change :group.
6907 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6908 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6909 to `newsticker-ticker-interval'.
6910 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6911 `newsticker--ticker-timer'.
6913 * net/newsticker-reader.el: New. Move reader functionality from
6914 net/newsticker.el to net/newsticker-reader.el.
6915 (newsticker--set-customvar-formatting): New. Extracted from
6916 `newsticker--set-customvar'.
6917 (newsticker-reader, newsticker-frontend): New.
6918 (newsticker-enable-logo-manipulations): Change :group.
6919 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6920 for :set. Change :group.
6921 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6922 for :set. Change :group.
6923 (newsticker-html-renderer): Doc changed.
6924 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6925 (newsticker-date-format):
6926 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6927 (newsticker--insert-enclosure):
6928 Rename `newsticker--buffer-insert-enclosure' to
6929 `newsticker--insert-enclosure'. Add keymap arg.
6930 (newsticker--print-extra-elements):
6931 Rename `newsticker--buffer-print-extra-elements' to
6932 `newsticker--print-extra-elements'. Add keymap arg.
6933 (newsticker--do-print-extra-element):
6934 Rename `newsticker--buffer-do-print-extra-element' to
6935 `newsticker--do-print-extra-element'. Add keymap arg.
6936 (newsticker-show-news): Use `newsticker-frontend'.
6938 * net/newsticker-plainview.el: New. Move plainview functionality
6939 from net/newsticker.el to net/newsticker-reader.el.
6940 (newsticker-plainview): New.
6941 (newsticker--set-customvar-sorting): New. Extracted from
6942 `newsticker--set-customvar'.
6943 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6944 for :set. Changed :group.
6945 (newsticker-heading-format, newsticker-item-format)
6946 (newsticker-desc-format, newsticker-statistics-format):
6947 Use `newsticker--set-customvar-formatting for :set. Change :group.
6948 (newsticker-faces): Change :group.
6949 (newsticker-default-face): Enable again.
6950 (newsticker-hide-old-items-in-newsticker-buffer)
6951 (newsticker-show-descriptions-of-new-items):
6952 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6953 (newsticker-show-all-news-elements): Change :group.
6954 (newsticker-plainview-hooks): New.
6955 (newsticker-select-item-hook, newsticker-select-feed-hook)
6956 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6957 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6958 to `newsticker--plainview-tool-bar-map'.
6959 (newsticker--url-keymap): Add mouse-1 binding.
6960 (newsticker-plainview): New.
6961 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6962 (newsticker--buffer-do-insert-text): Use renamed
6963 newsticker--[buffer-]insert-enclosure and
6964 newsticker--[buffer-]print-extra-elements.
6965 (newsticker--buffer-set-faces): Use newsticker-default-face.
6967 * net/newsticker-treeview.el: New.
6969 2008-06-08 Andreas Schwab <schwab@suse.de>
6971 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6973 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6975 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6978 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6980 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6982 * window.el (split-height-threshold, split-width-threshold):
6984 (split-window-preferred-function): Allow either nil or a function.
6985 (window--splittable-p, window--try-to-split-window):
6986 Handle changed option values.
6988 (window--frame-usable-p): Handle nil argument.
6990 (display-buffer): Call get-lru-window when pop-up-windows is nil
6991 and window can't be split.
6993 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6995 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6997 * net/tramp.el (top): Quote feature names. Remove
6998 `tramp-rfn-eshadow-setup-minibuffer' from
6999 `rfn-eshadow-setup-minibuffer-hook' when unloading.
7000 (tramp-read-passwd): There is only one call to
7001 `auth-source-user-or-password' needed. Pacify byte compiler.
7003 2008-06-08 Andreas Schwab <schwab@suse.de>
7005 * window.el (display-buffer): Use lru window if current window
7008 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7010 * apropos.el (apropos-library): New command and new button.
7011 (apropos-library-button): New function.
7013 * apropos.el: Remove spurious * in docstrings.
7014 (apropos-label-face): Use variable pitch.
7015 (apropos-print): Use dolist and with-current-buffer.
7016 (apropos-print-doc): Use when.
7018 * window.el (special-display-p, display-buffer):
7019 Fix up C->Elisp transcription error.
7021 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7023 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7024 (byte-compile-file): Initialize it.
7025 (byte-compile-nogroup-warn): Keep track of the current group.
7027 2008-06-08 Glenn Morris <rgm@gnu.org>
7029 * Makefile.in (compile, compile-always, bootstrap-prepare):
7030 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7032 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
7034 * language/hanja-util.el (hanja-init-load): Use a char-table for
7036 (hangul-to-hanja-char): Adjust for the above change.
7038 2008-06-07 Glenn Morris <rgm@gnu.org>
7040 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7043 * mail/sendmail.el (mail-interactive): Add :version.
7045 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7048 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7049 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7050 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7051 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7052 * eshell/esh-util.el, international/mule-cmds.el:
7053 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7054 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7055 Remove unnecessary eval-when-compiles and eval-and-compiles.
7057 * Makefile.in (bootstrap-clean): Run autogen-clean.
7058 (maintainer-clean): No need to run autogen-clean now it is included in
7061 2008-06-06 Miles Bader <miles@gnu.org>
7063 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7065 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
7067 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7070 * replace.el (replace-search-function)
7071 (replace-re-search-function): New vars.
7072 (perform-replace): Use them.
7074 * longlines.el (longlines-re-search-forward): New function.
7075 (longlines-mode): Bind replace-search-function and
7076 replace-re-search-function, to ensure that replacement commands
7077 treat newlines as spaces.
7078 (longlines-show-effect): Default to a pilcrow sign.
7080 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7082 * help.el (function-called-at-point):
7083 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7084 even when calling find-tag-default.
7086 2008-06-06 Daniel Colascione <danc@merrillpress.com>
7088 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7089 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7090 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7091 (nxml-fontify-buffer, nxml-do-fontify):
7092 Remove obsolete variables and functions.
7093 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7094 (nxml-degrade, nxml-after-change, nxml-after-change1)
7095 (nxml-extend-region, nxml-extend-after-change-region)
7096 (nxml-extend-after-change-region1, nxml-fontify-matcher)
7097 (nxml-toggle-char-ref-extra-display): Use font-lock, and
7098 font-lock-extend-region-functions in particular, to fontify
7100 (nxml-debug-region): New debugging helper function.
7102 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7103 (nxml-scan-after-change, nxml-move-tag-backwards):
7104 Adapt for font-lock changes.
7106 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7107 (nxml-debug-set-inside, nxml-debug-clear-inside):
7108 New debugging functions.
7109 (nxml-with-degradation-on-error): New helper macro.
7111 2008-06-06 Martin Rudalics <rudalics@gmx.at>
7113 * window.el (display-buffer): Remove dead call to get-lru-window.
7115 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7117 * mail/sendmail.el (mail-interactive): Change default.
7119 2008-06-05 John Paul Wallington <jpw@pobox.com>
7121 * bindings.el (completion-ignored-extensions):
7122 Add .p64fsl, .d64fsl, and .dx64fsl.
7124 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7126 * ffap.el (ffap-prompter): Don't use the region.
7128 2008-06-05 Sam Steingold <sds@gnu.org>
7130 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7131 subdirectory to be registered.
7133 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7135 * window.el (display-buffer-function, special-display-p)
7136 (special-display-buffer-names, special-display-regexps)
7137 (special-display-function, same-window-p, same-window-buffer-names)
7138 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7139 (pop-up-frame-function, pop-up-windows, even-window-heights)
7140 (split-window-preferred-function, split-height-threshold)
7141 (window--display-buffer-1, display-buffer, pop-to-buffer):
7142 Move from window.c and buffer.c.
7143 (window--splittable-p, window--try-to-split-window)
7144 (window--frame-usable-p, window--display-buffer-2)
7145 (window--even-window-heights): New functions.
7146 (split-width-threshold): New option.
7147 (split-window-preferred-horizontally): Remove.
7149 * cus-start.el: Remove corresponding declarations.
7151 2008-06-05 Sam Steingold <sds@gnu.org>
7153 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7154 an error on modified buffers.
7156 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7158 * progmodes/etags.el (tags-verify-table): Be careful to use and update
7159 tags-file-name and tags-table-list from the right buffer.
7160 (tags-table-check-computed-list, tags-table-extend-computed-list)
7161 (find-tag-noselect): Use with-current-buffer.
7163 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7166 * minibuffer.el (minibuffer-local-must-match-filename-map):
7167 Declare obsolete alias for the old name.
7169 * abbrev.el (unexpand-abbrev): Better preserve markers.
7171 2008-06-05 Glenn Morris <rgm@gnu.org>
7173 * emacs-lisp/autoload.el (autoload-rubric): New function,
7174 extracted from autoload-ensure-default-file.
7175 (autoload-ensure-default-file): Use autoload-rubric.
7177 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7178 (custom-dependencies-no-scan-regexp): New variable.
7179 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7180 Don't scan files matching custom-dependencies-no-scan-regexp.
7181 Disable undo in the output buffer. Remove kept-new-versions wackiness.
7183 * finder.el (finder-headmark): Initialize and add doc string.
7184 (generated-finder-keywords-file): Doc fix.
7185 (finder-no-scan-regexp): New variable.
7186 (finder-compile-keywords): Use a single let binding.
7187 Disable undo in the output buffer. Use autoload-rubric.
7188 Use mapc rather than mapcar. Don't scan files matching
7189 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
7190 rather than concat. Use directory-files to do regexp matching.
7191 No need to require jka-compr.
7192 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
7193 (finder-list-matches): Disable undo.
7194 (finder-commentary): Use let rather than let*. Disable undo.
7195 (finder-current-item): Use zerop.
7196 (finder-mode): Use define-derived-mode.
7197 (finder-exit): Doc fix. Use dolist.
7199 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7200 (custom-deps): Don't require $(lisp)/cus-load.el.
7201 (custom-deps, finder-data): Don't depend on autoloads.
7202 Should not be needed now, and doing so was causing make install to
7203 re-dump emacs post-bootstrap.
7204 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7205 mid-build forces some things to be rebuilt.
7207 2008-06-05 Miles Bader <miles@gnu.org>
7210 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7211 (face-remap-remove-relative): Renamed from
7212 `remove-relative-face-remapping'.
7213 (face-remap-reset-base): Renamed from
7214 `set-default-base-face-remapping'.
7215 (face-remap-set-base): Renamed from `set-base-face-remapping'.
7216 (text-scale-increase): Renamed from `increase-buffer-face-height'.
7217 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7218 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7220 * face-remap.el (variable-pitch-mode): Autoload.
7222 2008-06-04 Sam Steingold <sds@gnu.org>
7224 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7225 Generate extra status headers for a Mercurial tree.
7227 2008-06-04 John Paul Wallington <jpw@pobox.com>
7229 * echistory.el (electric-history-map): Define within defvar.
7232 * font-lock.el (font-lock-turn-off-thing-lock)
7233 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7234 Use `bound-and-true-p'.
7235 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7238 * international/ccl.el (define-ccl-program): Add `doc-string'
7241 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7243 * face-remap.el (variable-pitch-mode): Reflow docstrings.
7244 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7246 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
7248 * emacs-lisp/rx.el (rx): Doc fix.
7250 2008-06-04 Markus Triska <markus.triska@gmx.at>
7252 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7254 2008-06-04 Miles Bader <miles@gnu.org>
7256 * face-remap.el (adjust-buffer-face-height): New function.
7257 Add autoloaded keybindings in ctl-x-map.
7258 (increase-buffer-face-height, decrease-buffer-face-height):
7259 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7261 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
7263 * simple.el (line-move-1): If we did not move as far as desired,
7264 ensure that point-left and point-entered hooks are called.
7266 2008-06-03 Sam Steingold <sds@gnu.org>
7268 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7270 2008-06-03 John Paul Wallington <jpw@pobox.com>
7272 * progmodes/make-mode.el (makefile-cleanup-continuations)
7273 (makefile-warn-suspicious-lines, makefile-warn-continuations):
7274 Use `derived-mode-p'.
7276 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7278 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7281 2008-06-03 Miles Bader <miles@gnu.org>
7283 * face-remap.el: New file.
7284 * Makefile.in (ELCFILES): Add face-remap.elc.
7286 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7288 * progmodes/flymake.el (flymake-process-filter): Make sure the source
7291 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7292 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7293 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7294 * obsolete/auto-show.el, obsolete/hscroll.el:
7295 Remove packages that were obsolete in Emacs-20, or that were obsolete
7296 in Emacs-21 and do not contain any more code.
7298 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7299 vc-client-mode is not set.
7301 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7302 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7304 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7305 yet a bit more clever at distinguishing / from /.
7307 2008-06-03 Kenichi Handa <handa@m17n.org>
7309 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7311 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
7313 * language/hanja-util.el: New file.
7315 2008-06-03 Glenn Morris <rgm@gnu.org>
7317 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7318 Check that end-of-word follows "type".
7320 2008-06-02 Daiki Ueno <ueno@unixuser.org>
7322 * epa-file.el (epa-file-write-region): Write the entire buffer
7323 content if START is nil.
7325 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
7327 * select.el (x-get-selection): Fix typo.
7329 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
7331 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
7332 (describe-char): Use `looking-at-p', `string-match-p' when possible.
7334 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7336 * tar-mode.el (tar-header-block-summarize): Ensure one space around
7339 2008-05-31 John Paul Wallington <jpw@pobox.com>
7341 * help-fns.el (describe-variable-custom-version-info):
7342 Handle dotted `package-version' info.
7344 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
7346 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
7348 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
7350 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7351 names and improve support for unregistered files.
7353 2008-05-31 Glenn Morris <rgm@gnu.org>
7355 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7356 Remove shell variable `elc'. Split tests to hopefully be more portable.
7357 Fix `sel' assignment.
7359 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
7361 * minibuffer.el (completion-table-dynamic): Doc fix.
7363 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7365 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7366 Try and return `unregistered' when applicable.
7368 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7369 Don't encourage naming variables with "-flag".
7371 2008-05-30 Glenn Morris <rgm@gnu.org>
7373 * Makefile.in (update-elclist): Hide the warning when it does not apply,
7374 make it milder when it does.
7375 (autogen-clean): New target.
7376 (maintainer-clean): Use autogen-clean.
7378 * calendar/diary-lib.el (diary-display-function): New name for
7379 diary-display-hook. Keep old name as obsolete alias. Doc fix.
7380 Change custom type and version.
7381 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7382 (diary-fancy-display): Doc fixes.
7383 (diary-list-entries, diary-include-other-diary-files)
7384 (diary-mail-entries):
7385 Use diary-display-function rather than diary-display-hook.
7387 * calendar/appt.el (appt-check): Use diary-display-function rather than
7389 * calendar/cal-x.el (calendar-dedicate-diary): Update for
7390 diary-display-function replacing diary-display-hook.
7391 * org/org-agenda.el (org-get-entries-from-diary): Also set
7392 diary-display-function.
7394 * calendar/cal-html.el (cal-html-list-diary-entries):
7395 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7396 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7397 argument of diary-list-entries rather than setting diary-display-hook.
7399 2008-05-30 Kenichi Handa <handa@m17n.org>
7401 * international/mule-conf.el (utf-8-with-signature): Renamed from
7403 (utf-8-auto): Adjusted for the above change.
7405 * international/mule-diag.el (describe-font): Don't check fontset
7406 here, and just call font-info. Get the default font by from the
7409 2008-05-29 Kenichi Handa <handa@m17n.org>
7411 * international/mule-conf.el (utf-8-sig, utf-8-auto):
7414 * international/mule.el (define-coding-system): Accept :bom for utf-8.
7416 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
7418 * international/utf-7.el (utf-7-encode): Use the right escape char
7419 depending on imap/nonimap encoding.
7421 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7423 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7425 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7427 * icomplete.el (icomplete-prospects-height): Add :group.
7429 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7431 * icomplete.el (icomplete-prospects-length): Make obsolete.
7432 (icomplete-prospects-height): New var.
7433 (icomplete-completions): Use it.
7435 2008-05-29 David Kastrup <dak@gnu.org>
7437 * autoinsert.el (auto-insert): Add :link.
7439 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7441 * tar-mode.el (tar-header): New field `header-start'.
7442 (tar-header-block-tokenize): Set it when useful.
7443 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7444 (tar-header-data-end): New function.
7445 (tar-summarize-buffer): Use it.
7446 (tar-next-line): Fix goal column for long usernames.
7447 (tar-expunge-internal): Use header-start.
7448 (tar-rename-entry): Handle ustar-style long names.
7449 (tar-alter-one-field): Add optional `descriptor' argument.
7450 (tar-subfile-save-buffer): Use it.
7452 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7454 * tar-mode.el (tar-header): New field `header-start'.
7455 (tar-header-block-tokenize): Set header-start for longlink entries.
7456 (tar-expunge-internal): Use header-start to expunge longlink entries.
7458 * files.el (hack-local-variables): Don't signal an error if the local
7459 variable section is not properly terminated.
7461 * emacs-lisp/easymenu.el (easy-menu-convert-item)
7462 (easy-menu-convert-item-1): Move the duplicate-generation outside of
7463 the caching so it also works for identical entries.
7465 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7466 (tar-mode): Use write-region-annotate-functions rather than
7467 write-contents-functions.
7468 (tar-extract): Remove unused var `pos'.
7469 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7470 (tar-mode-write-file): Remove.
7471 (tar-write-region-annotate): New function.
7473 * progmodes/flymake.el (flymake-save-buffer-in-file):
7474 * shadowfile.el (shadow-copy-file):
7475 * arc-mode.el (archive-*-write-file-member):
7476 * files.el (diff-buffer-with-file):
7477 * subr.el (with-temp-file): Pass nil to write-region.
7478 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7480 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7483 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7486 2008-05-28 Glenn Morris <rgm@gnu.org>
7488 * Makefile.in (update-elclist): Work around non-portability of "\"
7489 in various implementations of echo.
7491 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7493 * international/mule-diag.el (describe-current-coding-system):
7494 Don't assume selection-coding-system is always defined.
7496 * tar-mode.el: Use defstruct and markers.
7498 (tar-header): Use defstruct. Add `data-start' field.
7499 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7500 (tar-desc-data-start): Remove (now called tar-header-data-start).
7501 (tar-roundup-512): New fun.
7502 (tar-header-block-tokenize): Receive a buffer position rather than
7503 a string. Handle @longLink here, be more careful about it.
7504 Create a marker for data-start.
7505 (tar-summarize-buffer): Don't handle @LongLink here any more.
7506 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7507 data-start on the following entries any more.
7508 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7510 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7511 (tar-header-offset): Remove.
7512 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7513 Not permanent any more.
7514 (tar-data-buffer): New var.
7515 (tar-data-swapped-p, tar-change-major-mode-hook)
7516 (tar-mode-kill-buffer-hook): New funs.
7517 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7518 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7519 (tar-clear-modification-flags, tar-alter-one-field)
7520 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7523 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7525 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7526 (vc-dir-resynch-file): ... this. Update callers.
7527 Use vc-string-prefix-p. Ignore directory args.
7528 (vc-string-prefix-p): CSE.
7529 (vc-resynch-buffer): Restore conditional.
7531 * vc-hooks.el (vc-after-save): Improve test.
7532 (vc-mode-line): Fix indentation.
7534 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7536 * calendar/parse-time.el (parse-time-months)
7537 (parse-time-weekdays): Add long-form month and day names.
7539 2008-05-27 Glenn Morris <rgm@gnu.org>
7541 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7543 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7545 * vc-dispatcher.el (vc-string-prefix-p): New function.
7546 (vc-dir-parent-marked-p): Use it.
7548 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7550 * vc.el (Problems): Remove fixed issues.
7551 (vc-expand-dirs): Avoid returning directories.
7552 (vc-dir): Fix C-x v v binding.
7553 (vc-make-backend-object): Fix name.
7554 (vc-dir-show-fileentry): Fix docstring.
7555 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7556 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7557 Reset the state for directories.
7558 (vc-dir-headers): Align labels.
7559 (vc-default-status-printer): Do no call prettify-state-info.
7560 (vc-deduce-fileset): Replace implementation with one based on a
7561 working older version.
7562 (vc-next-action): Use the new form of vc-deduce-fileset.
7563 Fix dealing with unregistered files.
7565 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7566 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7567 (vc-dir-child-files): New function.
7568 (vc-dir-node-directory): New function.
7569 (vc-dir-update, vc-dir-parent-marked-p)
7570 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7571 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7573 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7575 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7577 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7578 (diff-font-lock-keywords, diff-context->unified)
7579 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7580 (diff-hunk-text, diff-find-source-location): Use it.
7581 (diff-post-command-hook): Let the user edit the hunk headers.
7583 2008-05-26 Andreas Schwab <schwab@suse.de>
7585 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7588 * tar-mode.el (tar-summarize-buffer): Comment fix.
7590 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7592 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7594 2008-05-26 Glenn Morris <rgm@gnu.org>
7596 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7598 2008-05-25 John Paul Wallington <jpw@pobox.com>
7600 * proced.el (proced-next-line, proced-previous-line):
7601 Avoid calling `next-line' and `previous-line' from Lisp code.
7603 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7605 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7606 Use diary-ordinal-suffix.
7608 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7610 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7611 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7612 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7613 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7614 (edebug-print-length, edebug-print-level, edebug-print-circle)
7615 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7616 (edebug-global-break-condition, edebug-sit-for-seconds):
7617 Remove spurious * from defcustom docstrings.
7618 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7619 Improve argument/docstring consistency.
7620 (edebug-test-coverage, edebug-gensym, edebug-read)
7621 (edebug-top-level-nonstop, edebug-eval-result-list)
7622 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7623 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7624 (edebug-display-freq-count): Reflow docstrings.
7625 (edebug-restore-status): Doc fix.
7627 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7629 * proced.el (proced-header-line): Use the :align-to 0 feature
7630 rather than computing the corresponding position manually.
7631 (proced-update): Don't hardcode point-min==1.
7633 2008-05-24 Alan Mackenzie <acm@muc.de>
7635 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7636 if c-file-style is set to a non-string.
7638 (c-neutralize-CPP-line): Surround by `save-excursion'.
7639 (c-neutralize-syntax-in-CPP): Optimize for speed.
7641 2008-05-24 Glenn Morris <rgm@gnu.org>
7643 * Makefile.in (update-elclist): New target, to update ELCFILES.
7644 (bootstrap-after): Run update-elclist.
7646 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7648 * icalendar.el (icalendar-version): Increase to "0.19".
7649 (icalendar--date-style): New function.
7650 (icalendar--datetime-to-diary-date): Doc fix.
7651 Use icalendar--date-style.
7652 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7653 (icalendar--convert-yearly-to-ical)
7654 (icalendar--convert-recurring-to-diary): Handle iso date style,
7655 use icalendar-date-style.
7657 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7659 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7660 vc-dir buffers are updated.
7662 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7664 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7666 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7668 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7669 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7670 (reftex-extra-bindings): Use it.
7672 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7673 away from the user-reserved keys.
7675 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7677 (ada-create-keymap): Use them.
7679 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7681 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7682 a properly-grouped regexp.
7684 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7686 * progmodes/cap-words.el (capitalized-words-mode):
7687 Fix typos in docstring.
7689 2008-05-23 Kenichi Handa <handa@m17n.org>
7691 * international/mule-conf.el: Don't define the charset `emacs'
7692 here, just put :docstring, :short-name, and :long-name.
7694 2008-05-22 Kenichi Handa <handa@m17n.org>
7696 * international/mule-diag.el (font-show-log): Limit each listing
7699 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7701 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7702 (gdb-annotation-rules): New entry for "thread-changed".
7703 (gdb-thread-changed): New function.
7705 2008-05-23 Glenn Morris <rgm@gnu.org>
7707 * Makefile.in (SOURCES): Remove, unused.
7708 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7709 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7710 Exclude more '*loaddefs' files.
7711 (compile-always): Simplify '.elc' deletion.
7713 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7715 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7716 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7718 * minibuffer.el (completion-boundaries): Change calling
7719 convention, so `string' has the same semantics as in
7720 try-completion and all-completions.
7721 (completion-table-with-context, completion--embedded-envvar-table)
7722 (completion--file-name-table)
7723 (completion-pcm--find-all-completions): Adjust code accordingly.
7725 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7727 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7728 prune image-mode-winprops-alist, preventing it from growing
7730 (image-mode-reapply-winprops): Use it.
7732 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7734 * net/netrc.el (netrc-machine): Always match if the port is not given.
7736 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7738 * minibuffer.el (completion-pcm--find-all-completions):
7739 Don't add pseudo-completions.
7741 * icomplete.el (icomplete-eoinput): Remove.
7742 (icomplete-overlay): New var to replace it.
7743 (icomplete-tidy): Rewrite.
7744 (icomplete-exhibit): Use an overlay.
7745 (icomplete-completions): Use completion-all-sorted-completions.
7746 Obey completion-ignore-case.
7748 * files.el (locate-dominating-file): Accept non-existing argument.
7749 (project-find-settings-file): Rewrite, using locate-dominating-file.
7751 2008-05-22 Kenichi Handa <handa@m17n.org>
7753 * faces.el (font-weight-table, font-slant-table, font-width-table):
7754 Delete them. Don't call internal-set-font-style-table.
7756 * international/mule-diag.el (font-show-log): New function.
7758 * international/fontset.el (script-representative-chars): Add more
7759 chars for latin. Add data for symbol.
7760 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7762 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7764 * minibuffer.el (completion-all-sorted-completions): New var.
7765 (completion--flush-all-sorted-completions)
7766 (completion-all-sorted-completions): New functions.
7767 (minibuffer-force-complete): New command.
7769 2008-05-21 Glenn Morris <rgm@gnu.org>
7771 * files.el (c-postprocess-file-styles): Declare for compiler.
7773 * Makefile.in: Allow for parallel byte-compiling.
7774 (ELCFILES): New variable.
7775 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7776 (compile-first, compile-main, compile-last): New targets.
7777 (compile-always): Simplify - delete .elc files, then `make compile'.
7779 * Makefile.in (compile-calc): Use glob rather than find.
7780 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7782 * eshell/esh-module.el: No need for cl when compiling.
7784 * eshell/eshell.el (eshell-defgroup): New alias.
7785 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7786 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7787 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7788 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7789 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7790 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7791 Autoload the custom group. Set generated-autoload-file.
7792 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7793 for eshell-defgroup.
7794 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7795 Require esh-groups rather than loading it.
7797 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7799 * proced.el (proced-header-line): New variable and new function.
7800 (proced-mode): Set header-line-format.
7801 (proced-update): Set proced-header-line.
7802 (proced-send-signal): Use proced-header-line.
7804 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7806 * macros.el (insert-kbd-macro): Use prin1-char.
7808 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7810 * minibuffer.el (completion-boundaries): New function.
7811 (completion--some): Delay errors.
7812 (complete-with-action, completion-table-with-context):
7813 Handle `boundaries' case.
7814 (completion--try-word-completion): Avoid partial-completion
7815 when the user hasn't entered anything yet.
7816 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7817 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7818 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7819 Setup default keybindings.
7820 (completion--embedded-envvar-re): New var.
7821 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7822 (completion--file-name-table): Handle `boundaries' case.
7823 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7824 (completion-pcm--all-completions): Add a `prefix' arg.
7825 (completion-pcm--find-all-completions): New function.
7826 (completion-pcm-all-completions, completion-pcm-try-completion):
7829 * icomplete.el (icomplete-completions): Don't use `predicate' with
7830 a table of a different type than `candidates'.
7832 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7834 * proced.el (proced-goal-column): Rename from proced-procname-column.
7835 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7836 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7837 (proced-header-face, proced-header-regexp): Remove.
7838 (proced-font-lock-keywords): Remove proced-header-face.
7839 (proced-header-alist, proced-sorting-schemes-re): New variables.
7840 (proced): Rename Proced buffer to *Proced*.
7841 (proced-next-line, proced-previous-line): New commands.
7842 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7843 (proced-hide-processes): Do not treat first line as special.
7844 (proced-header-space): New function.
7845 (proced-update): Use header-line-format.
7846 Initialize proced-header-alist and proced-sorting-schemes-re.
7847 Set proced-goal-column. Include proced-command in mode-name.
7848 (proced-send-signal): Use header-line-format for *Marked
7850 (proced-sort): Restrict minibuffer completion to applicable
7852 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7854 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7856 * icomplete.el (icomplete-simple-completing-p):
7857 Allow icomplete-with-completion-tables to say "use it everywhere".
7858 (icomplete-completions): Obey completion-styles. Try to accommodate
7859 partial-completion style.
7861 2008-05-20 Michael Olson <mwolson@gnu.org>
7863 * files.el (project-find-settings-file): Change concat to
7866 2008-05-19 Tom Tromey <tromey@redhat.com>
7868 * files.el (normal-mode): Call hack-project-variables.
7869 (hack-local-variables-confirm): Add 'project' argument.
7870 (hack-local-variables-apply): New function.
7871 (hack-local-variables): Use it.
7872 (project-class-alist, project-directory-alist): New variables.
7873 (project-get-alist): New function.
7874 (project-collect-bindings-from-alist)
7875 (project-collect-binding-list, set-directory-project)
7876 (project-find-settings-file, project-define-from-project-file)
7877 (hack-project-variables): New functions.
7879 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7881 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7883 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7885 * faces.el (font-weight-table): Fix typo in docstring.
7887 2008-05-18 David Hull <david@snap.com> (tiny change)
7889 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7890 (vc-hg-annotate-command): Allow white space before version number.
7892 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7894 * calc/calc-yank.el (calc-register-alist): New variable.
7895 (calc-set-register, calc-get-register, calc-copy-to-register)
7896 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7897 (calc-prepend-to-register): New functions.
7899 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7900 `calc-copy-to-register' and `calc-insert-register'.
7901 Autoload new register functions.
7903 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7906 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7908 * vc.el (Todo): Add known problems.
7909 (vc-dir-backend): New variable.
7911 (vc-make-backend-object, vc-generic-status-printer)
7912 (vc-generic-state, vc-generic-status-fileinfo-extra)
7913 (vc-dir-extra-menu): Use it.
7914 (vc-generic-dir-headers): Remove, unused.
7916 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7917 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7918 (vc-dir-mode-map): Fix bindings.
7920 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7922 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7924 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7926 (calc-kill-region): Kill entire lines.
7928 2008-05-17 Glenn Morris <rgm@gnu.org>
7930 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7931 simplify initial value.
7932 (defezimage): Drop support for Emacs without defimage, use a featurep
7933 test rather than fboundp when defining, drop with-no-warnings.
7934 (ezimage-insert-over-text): Move featurep test inside
7935 add-text-properties.
7937 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7939 * net/tramp.el (top-level): Load auth-source when compiling.
7941 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7943 2008-05-17 Andreas Schwab <schwab@suse.de>
7945 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7947 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7949 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7950 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7952 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7954 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7956 2008-05-17 Jim Meyering <meyering@redhat.com>
7958 * ido.el (ido-save-history): Do not emit a trailing newline at the
7959 end of the ido history file.
7961 2008-05-16 John Paul Wallington <jpw@pobox.com>
7963 * vc-dispatcher.el (top-level): Revert previous change: require cl
7966 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7968 * vc.el (vc-default-status-printer)
7969 (vc-default-prettify-state-info): Enhance the state prettyprinter
7970 to deal better with unknown states and indirect through it when
7971 painting vc-dir buffers.
7973 2008-05-16 John Paul Wallington <jpw@pobox.com>
7975 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7976 (vc-dir-mode-map): Fix backquote.
7977 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7979 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7981 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7982 Reported by Glenn Morris <rgm@gnu.org>.
7984 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7986 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7987 the end of the file, it was good work at one time but has been
7988 stale since 1995 and may now be actively misleading.
7989 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7990 CVS repository and module (assumptions for the latter a bit iffy).
7991 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7994 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7996 * vc-rcs.el (vc-rcs-create-tag):
7997 * vc-sccs.el (vc-sccs-create-tag):
7998 Fix typo in error message and pass backend arg.
8000 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
8002 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8004 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
8006 * net/tramp.el: Load auth-source library.
8007 (tramp-read-passwd): Use it for password, not login.
8009 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
8011 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8012 (ses-print-cell): Use string-width, truncate-string-to-width,
8013 delete-region rather than length, substring, delete-char.
8014 (ses-setup): Set inhibit-point-motion-hooks to t.
8015 Calculate position by actually moving point rather than just using
8016 unibyte character length.
8017 (ses-mode): Set indent-tabs-mode to nil.
8018 (ses-center): Use string-width rather than length.
8020 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
8022 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8023 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8024 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8025 vc-*-create-tag and vc-*-retrieve-tag respectively.
8027 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8030 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8032 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8035 2008-05-15 Glenn Morris <rgm@gnu.org>
8037 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8039 * org/org-exp.el (org-infojs-options-inbuffer-template):
8042 * progmodes/cc-mode.el (declare-function): Add compat definition.
8043 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8045 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8047 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8048 list to a cons so the caller can get back both expanded and
8049 unexpanded filesets.
8050 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8051 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8052 Change handling of selection-set returns as required.
8054 2008-05-15 John Paul Wallington <jpw@pobox.com>
8056 * add-log.el (top-level): Don't require cl when compiling.
8058 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8059 (archive-*-extract): Use `zerop'.
8060 (archive-*-write-file-member): Use `or', use `zerop'.
8062 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8064 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8065 (ibuffer-mark-interactive, ibuffer-set-mark)
8066 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8067 (ibuffer-map-lines, ibuffer-switch-format)
8068 (ibuffer-update-title-and-summary)
8069 (ibuffer-redisplay-engine): Use it.
8071 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8072 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8073 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8074 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8075 (ibuffer-mark-read-only-buffers)
8076 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8078 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8079 (define-ibuffer-column, define-ibuffer-sorter)
8080 (define-ibuffer-op, define-ibuffer-filter): Add declarations
8081 containing indentation specs, replacing equivalent top-level
8082 forms that set `lisp-indent-function' properties.
8083 (define-ibuffer-op): Use `derived-mode-p'.
8084 (define-ibuffer-filter): Remove redundant `concat' call.
8086 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
8088 * net/tramp.el (tramp-echo-mark): Update docstring.
8089 (tramp-echo-mark-marker): New defconst.
8090 (tramp-check-for-regexp): Use it.
8092 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8094 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8095 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8098 2008-05-14 John Paul Wallington <jpw@pobox.com>
8100 * international/mule.el (convert-define-charset-argument):
8101 Remove period from end of error message.
8102 (coding-system-mnemonic): Doc fix.
8103 (ctext-pre-write-conversion): Doc fix.
8105 2008-05-14 Simon Marshall <simon@gnu.org>
8107 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8108 from its default value and give it the risky-local-variable
8109 property (CVE-2008-2142).
8111 2008-05-14 Kenichi Handa <handa@m17n.org>
8113 * language/korean.el ("Korean"): Set `iso639-language'
8116 * language/japanese.el ("Japanese"): Set `iso639-language'
8119 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8120 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8121 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8123 * international/mule-cmds.el (set-language-environment):
8124 Set current-iso639-language.
8126 * international/fontset.el (setup-default-fontset): For kana, han,
8127 hangul, and cjk-misc, move an entry with font-spec at the end.
8128 (generate-fontset-menu): Exclude fontset-auto* from the list.
8130 * composite.el (compose-chars-after): Assume that WINDOW is always
8133 * faces.el (font-weight-table, font-slant-table)
8134 (font-swidth-table): Declare them by defconst. Change the format
8135 of elements. Call internal-set-font-style-table after their
8137 (face-valid-attribute-values): Call font-family-list. Get values
8138 for width, weight, and slant from font-xxx-table.
8140 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8142 2008-05-13 John Paul Wallington <jpw@pobox.com>
8144 * ibuffer.el (ibuffer-buffer-file-name): New function.
8145 (define-ibuffer-column filename): Use it.
8147 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8149 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8151 * talk.el (talk): Simplify. Pass display arg to talk-add-display
8153 (talk-add-display): Simplify. Accept only string args.
8155 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
8157 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8159 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8161 * Makefile.in (bootstrap-prepare): Don't chmod files.
8162 (autoloads): Do it here instead, where it's actually needed.
8164 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8166 * tool-bar.el (tool-bar-make-keymap): Account for the optional
8167 KEY-BINDING-DATA field in menu-item list.
8169 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8171 * dired.el (dired-read-dir-and-switches): Move things about to use less
8172 recursion during macroexpansion.
8174 * dired.el (dired-read-dir-and-switches): Use read-file-name.
8176 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8177 completion-ignored-extension directories if there's something else.
8178 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8179 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8180 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8181 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8182 buffer-read-only -> inhibit-read-only.
8184 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
8186 * vc.el (vc-expand-dirs): Stop this function from tossing out
8187 explicitly specified files.
8189 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8191 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8194 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8196 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8197 cons. Use vc-annotate-backend.
8198 (with-vc-file, edit-vc-file): Remove unused macros.
8200 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
8202 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8203 (smtpmail-try-auth-methods): Use it.
8205 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8207 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8208 (setf (nthcdr ..) ..) doesn't require CL at runtime.
8210 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
8212 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8214 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8216 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8217 (vc-bzr-revision-completion-table): Use process-file.
8218 (vc-bzr-working-revision): Pass relative file names.
8220 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8222 2008-05-11 Juri Linkov <juri@jurta.org>
8224 * wid-edit.el (widget-image-directory): Change default image data
8225 subdirectory from "custom" to "images/custom".
8227 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8228 before recursive call to `Info-next-preorder' to not add
8229 intermediate nodes to the history.
8231 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8233 * emulation/cua-base.el: Put isearch-scroll property
8234 on cua-scroll-up and cua-scroll-down.
8236 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
8238 * vc-hooks.el (vc-recompute-state): Remove (dead code).
8240 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8242 * vc-dispatcher.el (ewoc): Require.
8243 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8245 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8247 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
8249 * term/w32-win.el (x-colors):
8250 * term/mac-win.el (x-colors):
8251 * term/x-win.el (x-colors): Re-order colors.
8253 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
8255 * smerge-mode.el (smerge-command-prefix): Fix custom type.
8257 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
8259 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8260 New functions implementing motion to next and previous directory.
8262 * vc-arch.el (vc-arch-command):
8263 * vc-bzr.el (vc-bzr-command):
8264 * vc-cvs.el (vc-cvs-command):
8265 * vc-dispatcher.el (vc-do-command):
8266 * vc-git.el (vc-git-command):
8267 * vc-hg.el (vc-hg-command):
8268 * vc-mcvs.el (vc-mvcs-command):
8269 * vc-mtn.el (vc-mtn-command):
8270 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8271 (vc-sccs-workfile-unchanged-p):
8272 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8273 * vc-rcs.el (all methods): Remove assumption about what a nil
8274 argument to vc-do-command means. This means no buffer name needs
8275 to be hardcoded into the dispatcher layer, and it's better to be
8278 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8280 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8282 * vc.el: Update todo.
8284 * vc-sccs.el (vc-sccs-dir-status):
8285 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8286 backends and returning up to date files.
8288 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8290 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8293 * vc-hooks.el: Tweak the VC directory bindings. These are now
8294 documented in the manual.
8296 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8297 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8298 (vc-dispatcher-selection-set): Allow callers to pass in an
8299 observer flag that says no buffer sync is required.
8300 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8301 Use the observer flag.
8303 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
8305 * simple.el (start-file-process): Clarify docstring.
8307 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8309 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8310 Remove stub implementations of, and references to, wash-log.
8311 * vc-rcs.el (vc-rcs-comment-history):
8312 * vc-cvs.el (vc-cvs-comment-history):
8313 Inline the code that used to be wash-log.
8315 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8316 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8317 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8318 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8319 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8320 (vc-rcs-print-log): Grok directories.
8322 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8324 * vc.el (vc-mark-resolved): Add `backend' argument.
8325 (vc-next-action): Pass it the backend.
8326 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8327 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8328 (vc-default-comment-history, vc-default-create-snapshot)
8329 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8330 (vc-annotate-revision-previous-to-line)
8331 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8332 * vc-svn.el (vc-svn-checkout):
8333 * vc-mcvs.el (vc-mcvs-checkout):
8334 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8335 (vc-working-revision, vc-before-save, vc-mode-line):
8336 Prefer vc-call-backend to vc-call so as not to recompute the backend.
8338 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8339 state to be consistent since it's often an unwarranted restriction.
8340 Don't return the state either.
8341 (vc-next-action): Check that the state is consistent.
8342 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8343 (vc-rollback, vc-update): Adapt to new return value of
8346 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8347 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8348 (vc-dispatcher-in-fileset-p): New fun.
8349 (vc-dispatcher-selection-set): Use it to properly handle directories.
8351 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
8353 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8354 (vc-update): Remove unused let bindings.
8356 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8358 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8359 (vc-diff, vc-revert, vc-rollback, vc-update):
8360 * vc-dispatcher.el (vc-dispatcher-selection-set):
8361 Get rid of 4 special cases in fileset selection. This involved
8362 changing the return value of (vc-deduce-fileset) so that it passes
8363 back a deduced state as well as a deduced back end.
8365 2008-05-08 Sam Steingold <sds@gnu.org>
8367 * progmodes/compile.el (compilation-minor-mode-map)
8368 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8369 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8370 it to `compilation-minor-mode-map' (instead of an explicit `cons').
8372 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8374 * org/org.el (org-modules, org-format-latex-options):
8375 * org/org-archive.el (org-archive-stamp-time)
8376 (org-archive-save-context-info):
8377 * org/org-faces.el (org-hide):
8378 * org/org-irc.el (org-irc-parse-link):
8379 * org/org-macs.el (org-call-with-arg, org-autoload):
8380 * org/org-mew.el (org-mew-store-link):
8381 * org/org-remember.el (org-remember-store-without-prompt)
8382 (org-remember-templates): Fix typos in docstrings.
8384 * org/org-info.el (org-info-store-link): Remove leftover docstring.
8386 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8387 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8388 (org-bbdb-anniv-split): Fix typos in docstrings.
8390 * org/org-publish.el (org-publish-project-alist): Doc fixes.
8391 (org-publish-use-timestamps-flag): Reflow docstring.
8392 (org-publish-files-alist): Fix typos in docstring.
8394 2008-05-07 Sam Steingold <sds@gnu.org>
8396 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8397 appears to be too aggressive with window removal.
8399 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
8401 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8402 Add leda and 0in as pragma keywords.
8403 (verilog-pretty-expr): Support lining up assignments which include
8405 (verilog-mode): More portable check for the availability of
8407 (verilog-do-indent): Remove special indent for declarations inside
8408 a parenthetical list. The code is ill-advised, and doesn't work
8409 given the new user defined types.
8410 (verilog-set-auto-endcomments): Enhance function automatic
8411 endcomment to support functions that return user defined types.
8412 (verilog-mode): Add code to tell which-function-mode minor mode
8413 that Verilog supports this feature.
8415 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8417 * epa-file.el: Require epa-hook.
8419 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8421 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8422 file-names clashes on 8+3 filesystems. Provide epa-hook.
8424 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8425 file-names clashes on 8+3 filesystems.
8427 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
8429 * org/org.el (org-read-date-get-relative): Interpret lone
8430 weekday abbreviation as relative to today.
8432 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8434 * abbrev.el (define-abbrev-table):
8435 * composite.el (toggle-auto-composition):
8436 * json.el (json-alist-p, json-plist-p):
8437 * minibuffer.el (completion-table-with-predicate):
8438 * ps-mule.el (ps-mule-external-libraries):
8439 * emacs-lisp/advice.el (ad-special-form-p):
8440 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8441 * eshell/em-smart.el (eshell-review-quick-commands):
8442 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8443 (python-skip-out, python-check-comint-prompt):
8444 Don't use `iff' in docstrings.
8446 * international/robin.el (robin-package-alist): Fix typo in docstring.
8447 (robin-current-package-name): Doc fix.
8448 (robin-activate): Don't use `iff' in docstring.
8450 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
8452 * vc.el, vc-dispatcher.el: VC-Dired support removed.
8453 The code uses a ewoc-based implementation now.
8454 * vc-hooks.el: Support for Meta-CVS has been removed.
8456 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8458 * tool-bar.el: Choose images dynamically.
8459 (tool-bar-make-keymap, tool-bar-find-image): New function.
8460 (tool-bar-find-image-cache): New var.
8461 (tool-bar-local-item, tool-bar-local-item-from-menu):
8462 Don't select the image yet, do it later in tool-bar-make-keymap.
8464 2008-05-07 Andreas Schwab <schwab@suse.de>
8466 * window.el: Require 'cl when compiling.
8468 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8470 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8472 2008-05-07 Glenn Morris <rgm@gnu.org>
8474 * subr.el (ignore-errors): Move here from cl-macs.el.
8475 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8477 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8480 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8482 * vc-hooks.el (vc-find-file-hook):
8483 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8485 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8487 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8489 * progmodes/verilog-mode.el (verilog-getopt-file):
8490 Cleanup warning message format.
8491 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8492 (verilog-auto-inout, verilog-auto-inout-module)
8493 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8494 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8495 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8496 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8497 (verilog-auto-unused, verilog-auto-wire)
8498 (verilog-decls-get-assigns, verilog-decls-get-consts)
8499 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8500 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8501 (verilog-decls-get-ports, verilog-decls-get-regs)
8502 (verilog-decls-get-signals, verilog-decls-get-wires)
8503 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8504 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8505 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8506 (verilog-inject-sense, verilog-library-filenames)
8507 (verilog-mode-release-date, verilog-mode-version)
8508 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8509 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8510 (verilog-modi-get-assigns, verilog-modi-get-consts)
8511 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8512 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8513 (verilog-modi-get-ports, verilog-modi-get-regs)
8514 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8515 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8516 (verilog-modi-get-wires, verilog-preserve-cache)
8517 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8518 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8519 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8520 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8521 Add caching of additional state, and rework signal extraction
8522 routines to improve AUTO expansion performance by 300%++.
8524 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8526 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8527 Tweak Open Watcom regexp to distinguish between errors and warnings.
8529 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8531 * dired.el (dired-read-dir-and-switches): Fix up last change.
8533 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8535 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8536 out of this function, move it to vc-dispatcher-selection-set.
8538 2008-05-05 Sam Steingold <sds@gnu.org>
8540 * window.el (delete-other-windows-vertically): New function.
8542 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8544 * dired.el (dired-read-dir-and-switches):
8545 Obey read-file-name-completion-ignore-case.
8547 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8550 Add regexp for Open Watcom compiler output.
8552 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8554 * progmodes/python.el (python-block-pairs): Align finally with except.
8556 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8558 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8560 2008-05-05 Tom Tromey <tromey@redhat.com>
8562 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8563 looking at conflict marker.
8565 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8567 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8568 client-mode -> vc-client-object, and guess `funcall' was meant.
8569 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8571 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8573 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8574 (dbus-debug): Move declarations outside eval-when-compile.
8576 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8578 * proced.el (proced-command-alist): Fix system-type values.
8580 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8581 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8582 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8583 (proced-update): Use proced-sorting-scheme. Update modeline.
8584 (proced-send-signal): Use nreverse.
8585 (proced-sorting-scheme-p): New function.
8587 2008-05-04 Andreas Schwab <schwab@suse.de>
8589 * vc.el: Require dired when compiling.
8591 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8593 2008-05-03 Glenn Morris <rgm@gnu.org>
8595 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8596 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8597 Simplify compilation requirements.
8598 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8601 2008-05-03 Dave Love <fx@gnu.org>
8603 * progmodes/python.el (python-beginning-of-statement):
8604 Loop at least once (fixes 2008-02-21 change).
8606 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8608 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8609 instead of `length' for comparing length of user and group names.
8611 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8613 * vc-dispatcher.el: New file, separates out the UI and command
8614 execution machinery from VCS-specific logic left in vc.el.
8615 The separation is not yet completely clean, but it's a good start.
8616 * vc.el: This file is about 1700 lines shorter now.
8617 Remove obsolete logentry-check from the backend API.
8618 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8619 implementation of the logentry-check method, and it guarded against
8620 a log length limit that has probably been obsolete for 15 years (!).
8622 2008-05-02 Sam Steingold <sds@gnu.org>
8624 * progmodes/compile.el (compilation-start): Move setting of
8625 compilation-directory after (funcall mode) as that resets local
8626 variables, this fixes recompile in grep buffers.
8627 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8630 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8632 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8633 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8634 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8635 has one of these and that all are called in compatible ways.
8636 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8637 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8638 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8639 backend has one of these.
8641 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8643 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8644 initialization into define-abbrev-table. Use :regexp.
8645 (octave-mode-syntax-table): Don't set word syntax for `.
8647 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8650 * dired.el (dired-read-dir-and-switches):
8651 Set minibuffer-completing-file-name and call substitute-in-file-name.
8652 (dired-format-columns-of-files): Use completion--insert-strings.
8654 * minibuffer.el (completion-hilit-commonality): Revert last change:
8655 the leftover code was actually useful.
8656 (completion--insert-strings): Use string-width rather than length.
8658 2008-05-02 Sam Steingold <sds@gnu.org>
8660 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8661 (vc-at-event): New macro: run the body at the even location.
8662 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8663 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8664 * subr.el (mouse-event-p): Check if the event is mouse-related.
8666 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8668 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8669 Don't throw error if no file is found.
8671 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8673 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8674 (vc-default-state-heuristic): Doc fix.
8676 2008-05-02 Richard Sharman <rsharman@pobox.com>
8678 * hilit-chg.el (highlight-changes-mode): Remove references to
8679 hooks that no longer exist. Because define-minor-mode is used the
8680 hook highlight-changes-mode-hook exists and can do what both the
8681 old hooks used to do. The documentation at the top of the file
8682 was updated to demonstrate this.
8683 (highlight-changes-mode): Remove commented out call to a hook
8684 function that is no longer there.
8685 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8687 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8689 * vc.el (vc-default-dired-state-info): Change name of primitive
8690 to prettify-state-info, in preparation for ripping out dired mode.
8691 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8692 to prettify-state-info, in preparation for ripping out dired mode.
8693 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8694 tries this on a version-controlled buffer. It will do useless or
8695 actively bad things on any version control system newer than RCS.
8696 * vc-hooks.el (vc-dired-resynch-file):
8697 * vc.el (vc-dired-resynch-file): Change name of primitive to
8698 vc-directory-resynch-file, preparing to remove dired.
8700 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8702 * vc-rcs.el (vc-rcs-state): Fix typos.
8704 * vc.el (vc-register): Change argument order so that the prefix
8705 argument is assigned correctly.
8706 (vc-next-action, vc-dir-register): Update for the above change.
8708 2008-05-01 Juri Linkov <juri@jurta.org>
8710 * replace.el (occur-read-primary-args): Set default to the car of
8711 regexp-history and display it in the prompt, but don't add to the
8712 list of minibuffer defaults. Bind history-add-new-input to nil to
8713 not add automatically `default'. For empty input return `default'.
8714 Otherwise, add `input' to regexp-history and return it.
8715 (occur-1): Signal an error for the empty regexp.
8717 * progmodes/compile.el (compilation-auto-jump):
8718 Set window point to `pos' explicitly.
8720 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8722 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8724 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8725 we report the 'unregistered state reliably.
8726 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8727 we report the 'unregistered state reliably.
8728 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8729 we report the 'unregistered state reliably.
8730 * vc-hooks.el (vc-state): Document that vc-unregistered is
8731 now expected to be returned reliably.
8732 * vc.el (vc-default-dired-state): Change needs-patch state to
8733 needs-update, since the name now shows up in dir-status listings
8734 and was somewhat misleading.
8735 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8736 immediately after removing the file.
8737 * vc.el (vc-next-action): More informative messages when a fileset
8738 is in a mixed state or files are missing.
8740 2008-05-01 Sam Steingold <sds@gnu.org>
8742 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8744 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8746 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8748 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8750 * epa-file-hook.el: New file split from epa-file.el.
8751 * epa-file.el: Require 'epa-file-hook.
8752 (epa-file-handler): Add autoload cookie.
8753 * loadup.el: Load epa-file-hook.
8754 * startup.el (command-line): Eval the body of auto-encryption-mode.
8756 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8758 * vc.el (vc-dir-mode-map): Don't bind "r".
8760 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8761 (vc-hg-status-printer): New function.
8762 (vc-hg-after-dir-status): Deal with copied and renamed files.
8763 (vc-hg-dir-status): Add flag to show copied files.
8765 2008-05-01 John Paul Wallington <jpw@pobox.com>
8767 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8768 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8769 sorting mode was recency.
8771 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8772 reverse sorting order if last sorting mode was the sorter's.
8774 2008-05-01 Jason Rumney <jasonr@gnu.org>
8776 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8778 2008-04-30 John Paul Wallington <jpw@pobox.com>
8780 * ibuffer.el (define-ibuffer-column filename): When the major mode
8781 is `vc-dir-mode' show the buffer's default directory.
8783 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8784 major mode is `vc-dir-mode' use the buffer's default directory.
8786 2008-04-30 Sam Steingold <sds@gnu.org>
8788 * vc.el (vc-dir-delete-file): Add.
8789 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8790 (vc-delete-file): Do not barf when the file has been already deleted.
8792 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8794 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8796 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8798 * progmodes/octave-mod.el (octave-help): New function.
8799 * progmodes/octave-hlp.el: Delete.
8800 * info-look.el (octave-mode): Add operator index.
8802 * vc.el (vc-checkout): Typo.
8804 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8806 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8807 Add "..." in the appropriate places.
8809 * epa.el (epa-key-list-mode-map): Add more menu entries.
8810 Add "..." in the appropriate places.
8812 * dired.el (dired-mode-map): Add :help.
8814 * vc.el (vc-deduce-fileset): Add new parameter.
8815 (vc-dir-marked-only-files): New function.
8816 (vc-next-action): Don't ignore directories, look at the files
8818 (vc-dir-mode): Document how the mark/unmark commands work.
8820 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8822 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8823 Rule out trailing spaces in file and directory names as well.
8825 * minibuffer.el (completion--do-completion): Move point even if the
8826 completion makes no change.
8827 (completion-pcm-try-completion): Fix computation of new point.
8829 2008-04-30 David Hansen <david.hansen@gmx.net>
8831 * dired.el: Require 'cl.
8833 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8835 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8836 hollow if not in innermost frame.
8838 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8839 Make `checkout-model' apply to filesets.
8840 * vc-hooks.el (vc-checkout-model): Rewrite.
8841 (vc-before-save, vc-after-save): Adjust callers accordingly.
8842 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8843 (vc-transfer-file): Adjust callers accordingly.
8844 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8845 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8846 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8847 instead of vc-checkout-model.
8848 * vc-mcvs.el (vc-mcvs-revert):
8849 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8850 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8851 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8852 * vc-svn.el (vc-svn-checkout-model):
8853 * vc-hg.el (vc-hg-checkout-model):
8854 * vc-git.el (vc-git-checkout-model):
8855 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8857 * dired.el (dired-read-dir-and-switches): Replace last change with
8858 a new approach that mixes read-file-name and read-directory-name.
8860 * files.el (read-buffer-to-switch):
8861 Avoid making assumptions about `other-buffer'.
8863 2008-04-29 Sam Steingold <sds@gnu.org>
8865 * vc.el (vc-dir-mode-hook): Add normal hook.
8866 (vc-dir-mode): Run it.
8868 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8870 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8871 Always split windows.
8872 (gdb-speedbar-timer-fn): Only raise frame after user input.
8873 (gdb-same-frame): Reverse initial value.
8874 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8876 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8877 gdb-speedbar-timer-fn.
8879 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8881 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8883 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8885 * epa.el (epa-key-list-mode-map): Add menu.
8886 (epa-delete-keys, epa-import-keys): Fix typo.
8888 2008-04-29 Glenn Morris <rgm@gnu.org>
8890 * find-cmd.el (top-level): Does not need cl when compiling.
8892 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
8894 * find-cmd.el: New file.
8896 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8898 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8899 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8900 (completion-pcm--hilit-commonality): New function.
8901 (completion-pcm-all-completions): Use it.
8903 * minibuffer.el (completion-common-substring): Mark obsolete.
8904 (completions-first-difference, completions-common-part):
8905 Move from simple.el.
8906 (completion-hilit-commonality): New fun.
8907 (display-completion-list, completion-emacs21-all-completions)
8908 (completion-emacs22-all-completions): Use it.
8909 * simple.el (completions-first-difference, completions-common-part):
8910 Move to minibuffer.el.
8911 (choose-completion-string): Use field functions and minibufferp.
8912 (completion-setup-function): Don't set completions faces.
8914 2008-04-29 Glenn Morris <rgm@gnu.org>
8916 * calendar/calendar.el (calendar-nth-named-absday)
8917 (calendar-nth-named-day):
8918 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8919 * calendar/holidays.el (holiday-float): Doc fixes.
8921 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8924 * org/org-agenda.el (calendar-iso-from-absolute):
8925 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8928 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8930 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8931 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8932 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8933 (gdb-assembler-custom): Be careful not to match other addresses.
8935 2008-04-29 Jason Rumney <jasonr@gnu.org>
8937 * battery.el (battery-status-function): Use w32-battery-status
8939 (battery-echo-area-format): Make apm format the general case.
8940 (battery-mode-line-format): Merge apm and pmset formats as the
8943 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8945 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8946 Use gud-tool-bar-item-visible-no-fringe.
8947 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8948 is already visible in frame. Remove optional size parameter
8949 and add optional frame parameter.
8951 * progmodes/gud.el (gud-display-line): Only consider visible
8952 frames when looking for source buffer.
8954 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8956 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8957 argument to get-char-property, in case the current buffer hasn't
8958 been assigned to that window yet.
8959 (doc-view-display): Default to selected window if the current
8960 buffer hasn't been assigned to a window yet.
8962 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8964 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8966 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8968 * net/tramp.el (tramp-mode): New defcustom.
8969 (tramp-file-name-handler, tramp-completion-file-name-handler):
8971 (tramp-replace-environment-variables): Handle "$$".
8973 2008-04-28 Sam Steingold <sds@gnu.org>
8975 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8977 2008-04-28 Bastien Guerry <bzg@altern.org>
8979 * whitespace.el (whitespace-trailing): Fix typo.
8981 2008-04-28 Sam Steingold <sds@gnu.org>
8983 * textmodes/remember.el (diary-make-entry): Update the autoload.
8985 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8987 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8990 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8992 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8994 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8996 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8997 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8998 (vc-dir-mark-file): Add an optional argument.
8999 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9001 2008-04-27 Daiki Ueno <ueno@unixuser.org>
9003 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9004 rather than obsolete alias find-file-hooks.
9005 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
9006 Use find-file-hook rather than obsolete alias find-file-hooks.
9007 Add to find-file-not-found-functions.
9008 (epa-file-handler): Put 'safe-magic and 'operations properties.
9010 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9011 (epa-menu-items): Remove.
9013 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9014 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9015 (epa-dired-mode, epa-global-dired-mode): Remove.
9017 * dired.el (dired-mode-map): Bind encryption/decryption commands.
9019 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9021 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9023 2008-04-27 Glenn Morris <rgm@gnu.org>
9025 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9026 Remove un-needed local `orig-list'. Replace cl `copy-list'.
9028 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9030 * org/org.el (org-html-level-start): Always have id's in HTML.
9031 (org-export-as-html): Use `org-link-protocols' to
9032 retrieve the export form of the link.
9033 (org-add-link-type): Final parameter renamed from PUBLISH.
9034 Better documentation of how it is to be used. Avoid double entries for
9036 (org-add-link-props): New function.
9037 (org-modules-loaded): New variable.
9038 (org-load-modules-maybe, org-set-modules): New function.
9039 (org-modules): New option.
9040 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9041 (orgtbl-mode, org-store-link, org-insert-link-global)
9042 (org-open-at-point): Call `org-load-modules-maybe'.
9043 (org-search-view): Add more text properties.
9044 (org-agenda-schedule, org-agenda-deadline): Allow also in
9045 search-type agendas.
9046 (org-search-view): Order of arguments has been changed.
9047 Interpret prefix-arg as TODO-ONLY.
9048 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9049 Take new argument order of `org-search-view' into account.
9050 (org-todo-only): New variable.
9051 (org-search-syntax-table): New variable and function.
9052 (org-search-view): Do the search with the special syntax table.
9053 (define-obsolete-function-alias): Make work with XEmacs.
9054 (org-add-planning-info): Use old date as default when modifying an
9055 existing deadline or scheduled item.
9056 (org-agenda-compute-time-span): Make argument N optional.
9057 (org-agenda-format-date-aligned): Require `cal-iso'.
9058 (org-agenda-list): Include week into agenda heading, don't
9059 list it at each date (only on Mondays).
9060 (org-read-date-analyze): Define local variable `iso-date'.
9061 (org-agenda-format-date-aligned): Remove dependency on
9062 `calendar-time-from-absolute'.
9063 (org-remember-apply-template, org-go-to-remember-target):
9064 Interpret filenames relative to `org-directory'.
9065 (org-complete): Silently fail when trying to complete
9066 keywords that don't have a default value.
9067 (org-get-current-options): Add a #+DATE: option.
9068 (org-additional-option-like-keywords): Remove "DATE:" from the
9069 list of additional keywords.
9070 (org-export-as-html): Remove (current-time) as unnecessary second
9071 argument of `format-time-string'.
9072 (org-clock-find-position): Handle special case at end of buffer.
9073 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9074 `org-agenda-change-time-span'.
9075 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9076 `org-agenda-change-time-span'.
9077 (org-agenda-month-view): New argument MONTH, pass it on to
9078 `org-agenda-change-time-span'.
9079 (org-agenda-year-view): New argument YEAR, pass it on to
9080 `org-agenda-change-time-span'.
9081 (org-agenda-change-time-span): New optional argument N, pass it on
9082 to `org-agenda-compute-time-span'.
9083 (org-agenda-compute-time-span): New argument N, interpret it by
9084 changing the starting day.
9085 (org-small-year-to-year): New function.
9086 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9087 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9088 into the future, and that the shift is at least one interval, never 0.
9089 (org-update-checkbox-count): Fix bug with checkbox counting.
9090 (org-add-note): New command.
9091 (org-add-log-setup): Rename from `org-add-log-maybe'.
9092 (org-log-note-headings): New entry for plain notes (i.e. notes not
9093 related to state changes or clocking).
9094 (org-get-org-file): Check for availability of `remember-data-file'.
9095 (org-cached-entry-get): Allow a regexp value for
9096 `org-use-property-inheritance'.
9097 (org-use-property-inheritance): Allow regexp value. Fix bug in
9099 (org-use-tag-inheritance): Allow a list and a regexp value for
9101 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9102 (org-entry-get): Respect value `selective' for the INHERIT argument.
9103 (org-tag-inherit-p, org-property-inherit-p): New functions.
9104 (org-agenda-format-date-aligned): Allow 10 characters for
9105 weekday, to accommodate German locale.
9106 (org-add-archive-files): New function.
9107 (org-agenda-files): New argument `ext', to get archive files as well.
9108 (org-tbl-menu): Protect the use of variables that
9109 are only available when org-table.el gets loaded.
9110 (org-read-agenda-file-list): Error if `org-agenda-files' is a
9112 (org-open-file): Allow a batch process to trigger
9113 waiting after executing a system command.
9114 (org-store-link): Link to headline when there is not
9115 target and no region in an org-mode buffer when creating a link.
9116 (org-link-types-re): New variable.
9117 (org-make-link-regexps): Compute `org-link-types-re'.
9118 (org-make-link-description-function): New option.
9119 (org-agenda-date, org-agenda-date-weekend): New faces.
9120 (org-archive-sibling-heading): New option.
9121 (org-archive-to-archive-sibling): New function.
9122 (org-iswitchb): New command.
9123 (org-buffer-list): New function.
9124 (org-agenda-columns): Also try the #+COLUMNS line in
9125 the buffer associated with the entry at point (or with the first
9126 entry in the agenda view).
9127 (org-modules): Add entry for org-bibtex.el.
9128 (org-completion-fallback-command): Move into `org-completion' group.
9129 (org-clock-heading-function): Move to `org-progress' group.
9130 (org-auto-repeat-maybe): Make sure that a note can
9131 be enforces if `org-log-repeat' is `note'.
9132 (org-modules): Allow additional symbols for external packages.
9133 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9134 (org-clock-goto): Hide drawers after showing an
9135 entry with `org-clock-goto'.
9136 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9137 Try also a clocktable block shift.
9138 (org-clocktable-try-shift): New function.
9139 (org-columns-hscoll-title): New function.
9140 (org-columns-previous-hscroll): New variable.
9141 (org-columns-full-header-line-format): New variable.
9142 (org-columns-display-here-title, org-columns-remove-overlays):
9143 Install `org-columns-hscoll-title' in post-command-hook.
9145 * org/org.el: Split into many small files.
9147 * org/org-agenda.el: New file, split off from org.el.
9149 * org/org-archive.el: New file, split off from org.el.
9151 * org/org-bbdb.el: New file.
9153 * org/org-bibtex.el: New file, split off from org.el.
9155 * org/org-clock.el: New file, split off from org.el.
9157 * org/org-colview.el: New file, split off from org.el.
9159 * org/org-compat.el: New file, split off from org.el.
9161 * org/org-exp.el: New file, split off from org.el.
9163 * org/org-faces.el: New file, split off from org.el.
9165 * org/org-gnus.el: New file, split off from org.el.
9167 * org/org-info.el: New file, split off from org.el.
9169 * org/org-infojs.el: New file.
9171 * org/org-irc.el: New file.
9173 * org/org-macs.el: New file, split off from org.el.
9175 * org/org-mew.el: New file.
9177 * org/org-mhe.el: New file, split off from org.el.
9179 * org/org-publish.el: New file, split off from org.el.
9181 * org/org-remember.el: New file, split off from org.el.
9183 * org/org-rmail.el: New file, split off from org.el.
9185 * org/org-table.el: New file, split off from org.el.
9187 * org/org-vm.el: New file, split off from org.el.
9189 * org/org-wl.el: New file, split off from org.el.
9191 2008-04-27 Jason Riedy <jason@acm.org>
9193 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9194 parameter that suppresses lines that evaluate to NIL.
9195 (orgtbl-get-fmt): New inline function for
9196 picking apart formats that may be lists.
9197 (orgtbl-apply-fmt): New inline function for applying formats that
9199 (orgtbl-eval-str): New inline function for strings that may be
9201 (orgtbl-format-line, orgtbl-to-generic): Use and document.
9202 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9203 (*orgtbl-llfmt*, *orgtbl-llstart*)
9204 (*orgtbl-llend*): Dynamic variables for last-line formatting.
9205 (orgtbl-format-section): Shift formatting to support detecting the
9206 last line and formatting it specially.
9207 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
9208 formats unless overridden.
9209 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9210 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9211 bound variables to hold the input collection of lines and output
9213 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9214 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9216 (orgtbl-format-line): New function encapsulating formatting for a
9218 (orgtbl-format-section): Similar for each section. Rebinding the
9219 dynamic vars customizes the formatting for each section.
9220 (orgtbl-to-generic): Use orgtbl-format-line and
9221 orgtbl-format-section.
9222 (org-get-param): Now unused, so delete.
9223 (orgtbl-gather-send-defs): New function to
9224 gather all the SEND definitions before a table.
9225 (orgtbl-send-replace-tbl): New function to find the RECEIVE
9226 corresponding to the current name.
9227 (orgtbl-send-table): Use the previous two functions and implement
9228 multiple destinations for each table.
9230 * doc/org.texi (A LaTeX example): Note that fmt may be a
9231 one-argument function, and efmt may be a two-argument function.
9232 (Radio tables): Document multiple destinations.
9234 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9236 * org/org-agenda.el (org-add-to-diary-list): New function.
9237 (org-prefix-has-effort): New variable.
9238 (org-sort-agenda-noeffort-is-high): New option.
9239 (org-agenda-columns-show-summaries)
9240 (org-agenda-columns-compute-summary-properties): New options.
9241 (org-format-agenda-item): Compute the duration of the item.
9242 (org-agenda-weekend-days): New variable.
9243 (org-agenda-list, org-timeline): Use the proper faces for dates in
9244 the agenda and timeline buffers.
9245 (org-agenda-archive-to-archive-sibling): New command.
9246 (org-agenda-start-with-clockreport-mode): New option.
9247 (org-agenda-clockreport-parameter-plist): New option.
9248 (org-agenda-clocktable-mode): New variable.
9249 (org-agenda-deadline-leaders): Allow a function value for the
9251 (org-agenda-get-deadlines): Deal with new function value.
9253 * org/org-clock.el (org-clock): New customization group.
9254 (org-clock-into-drawer, org-clock-out-when-done)
9255 (org-clock-in-switch-to-state, org-clock-heading-function):
9256 Move into the new group.
9257 (org-clock-out-remove-zero-time-clocks): New option.
9258 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9259 (org-dblock-write:clocktable): Allow a Lisp form for the scope
9261 (org-dblock-write:clocktable): Fix bug with total time calculation.
9262 (org-dblock-write:clocktable): Request the unrestricted list of files.
9263 (org-get-clocktable): New function.
9264 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9265 be strings but also integers (an absolute day number) and lists (m d y).
9267 * org/org-colview.el (org-columns-next-allowed-value)
9268 (org-columns-edit-value): Limit the effort for updating in the
9269 agenda to recomputing a single file.
9270 (org-columns-compute): Only write property value if it has changed.
9271 This avoids raising the buffer-change-flag unnecessarily.
9272 (org-agenda-colview-summarize)
9273 (org-agenda-colview-compute): New functions.
9274 (org-agenda-columns): Call `org-agenda-colview-summarize'.
9276 * org/org-exp.el (org-export-run-in-background): New option.
9277 (org-export-icalendar): Allow a batch process to trigger waiting
9278 after executing a system command.
9279 (org-export-preprocess-string): Rename from
9280 `org-cleaned-string-for-export'.
9281 (org-export-html-style): Made target class look like normal text.
9282 (org-export-as-html): Make use of the better preprocessing in
9283 `org-cleaned-string-for-export'.
9284 (org-cleaned-string-for-export): Better treatment of heuristic
9285 targets, many more internal links will now work in HTML export.
9286 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9287 (org-export-inbuffer-options-extra): New variable.
9288 (org-export-options-filters): New hook.
9289 (org-infile-export-plist): Find also the settings keywords in
9290 `org-export-inbuffer-options-extra'.
9291 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9292 multiple #+INFOJS_OPT lines.
9293 (org-export-html-handle-js-options): New function.
9294 (org-export-html-infojs-setup): New option.
9295 (org-export-as-html): Call `org-export-html-handle-js-options'.
9296 Add autoload to all entry points.
9297 (org-skip-comments): Function removed.
9299 * org/org-table.el (org-table-make-reference): Extra parenthesis
9300 around single fields, to make sure that algebraic formulas get
9301 correctly interpreted by calc.
9302 (org-table-current-column): No longer interactive.
9304 * org/org-export-latex.el (org-export-latex-preprocess):
9305 Rename from `org-export-latex-cleaned-string'.
9307 2008-04-27 Bastien Guerry <bzg@altern.org>
9309 * org/org-publish.el (org-publish-get-base-files-1): New function.
9310 (org-publish-get-base-files): Use it.
9311 (org-publish-temp-files): New variable.
9312 Don't require 'dired-aux anymore.
9313 (org-publish-initial-buffer): New variable.
9314 (org-publish-org-to, org-publish): Use it.
9315 (org-publish-get-base-files-1): Bug fix: get
9316 the proper list of files when recursing thru a directory.
9317 (org-publish-get-base-files): Use the :exclude property to skip
9318 both files and directories.
9320 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9322 * net/tramp.el (tramp-handle-make-symbolic-link)
9323 (tramp-handle-file-name-directory)
9324 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9325 (tramp-do-copy-or-rename-file-directly)
9326 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9327 (tramp-handle-substitute-in-file-name)
9328 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9329 * net/tramp-cache.el (tramp-get-file-property)
9330 (tramp-set-file-property, tramp-flush-file-property)
9331 (tramp-flush-directory-property)
9332 * net/tramp-compat.el (tramp-compat-make-temp-file)
9333 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9334 Disable `file-name-handler-alist' when handling localname.
9335 It could have a remote file syntax, like a VMS file name.
9337 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9339 * whitespace.el: New version 11.1.
9340 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9341 enclosed by \\( and \\)$. Docstring fix.
9342 (whitespace-trailing-regexp): Fun removed.
9343 (whitespace-report-list): Const initialization fix.
9344 (whitespace-color-on): Code fix.
9346 2008-04-27 Andreas Schwab <schwab@suse.de>
9348 * Makefile.el: Unbreak bootstrap.
9350 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9352 * net/tramp.el (tramp-replace-environment-variables): New defun.
9353 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9356 2008-04-27 Glenn Morris <rgm@gnu.org>
9358 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9360 * calculator.el (calculator-expt): Replace cl function `oddp'.
9362 2008-04-27 Johan Bockgård <bojohan@gnu.org>
9364 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9365 Simplify. Collect `defun' and `autoload' entries.
9366 Avoid modifying load-history.
9368 2008-04-26 Glenn Morris <rgm@gnu.org>
9370 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9372 * simple.el (quoted-insert, zap-to-char): Revert previous change.
9374 2008-04-26 John Paul Wallington <jpw@pobox.com>
9376 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9377 `hexl-mode-old-eldoc-documentation-function'.
9378 (hexl-mode-exit): Restore it.
9379 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9381 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9383 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
9385 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9386 (completion-pcm--all-completions): Doc fix.
9387 (completion-styles-alist, completion-all-completions):
9388 Fix typos in docstrings.
9390 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9392 * whitespace.el: There is now only one variable (whitespace-style) to
9393 specify which kind of blank is visualized. Doc and docstring fix.
9395 (whitespace-style): New option, replace whitespace-style-mark and
9396 whitespace-style-color.
9397 (whitespace-style-mark, whitespace-style-color): Options removed.
9398 (whitespace-hspace, whitespace-tab, whitespace-newline)
9399 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9400 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9401 (whitespace-hspace-regexp, whitespace-space-regexp)
9402 (whitespace-tab-regexp, whitespace-trailing-regexp)
9403 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9404 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9405 (whitespace-space-after-tab-regexp, whitespace-line-column)
9406 (whitespace-display-mappings, whitespace-report): Docstring fix.
9407 (whitespace-color-value-list, whitespace-mark-value-list)
9408 (whitespace-active-color, whitespace-active-mark)
9409 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9410 (whitespace-style-value-list, whitespace-active-style)
9411 (whitespace-toggle-style): New vars.
9412 (whitespace-toggle-option-alist, whitespace-help-text):
9413 Var initialization and docstring fix.
9414 (whitespace-toggle-options, global-whitespace-toggle-options)
9415 (whitespace-cleanup, whitespace-cleanup-region)
9416 (whitespace-report-region, whitespace-interactive-char)
9417 (whitespace-toggle-list): Docstring and code fix.
9418 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9419 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9420 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9421 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9423 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9425 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9426 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9427 (diff-sanity-check-hunk): Adjust code accordingly.
9429 2008-04-26 Glenn Morris <rgm@gnu.org>
9431 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9433 * forms-d2.dat: Move to ../etc.
9434 * forms-d2.el (forms-file): Adapt for above change.
9436 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9437 `translation-table-for-input'.
9439 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9440 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9442 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9443 to punctuation now it's not needed for abbrevs.
9444 (fortran-mode-abbrev-table): Remove defvar, make use of new
9445 define-abbrev-table :regexp feature.
9447 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9448 insert, now that translation-table-for-input is not needed.
9450 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
9452 * emacs-lisp/pp.el (pp-display-expression): New function,
9453 extracted from pp-eval-expression.
9454 (pp-eval-expression): Use pp-display-expression.
9455 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9456 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9457 (pp-eval-last-sexp): Use pp-last-sexp.
9459 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9461 * abbrev.el (define-abbrev-table): Apply props even if the table
9464 * minibuffer.el (completion-table-with-context): Fix `pred' for the
9465 various kinds of completion tables.
9466 (completion-emacs22-try-completion): Place cursor after the /, as was
9467 done in Emacs-22's minibuffer-complete-word.
9468 Fix bug reported by David Hansen <david.hansen@gmx.net>.
9469 (completion-emacs22-try-completion): Merge all mergeable text rather
9471 (completion-pcm--delim-wild-regex): New var.
9472 (completion-pcm-word-delimiters): New custom.
9473 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9474 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9475 (completion-pcm--all-completions, completion-pcm-all-completions)
9476 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9477 (completion-pcm-try-completion): New functions.
9478 (completion-styles-alist): Add them.
9479 (completion-styles): Add it to the default.
9481 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9483 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9484 (gdb-var-create-handler): ...until here when there are values.
9485 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9486 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9488 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9490 * ls-lisp.el (ls-lisp-format): Fix last change.
9491 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9492 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9493 (ls-lisp-filesize-f-fmt): New defvars.
9494 (ls-lisp-insert-directory): Dynamically compute format specifiers
9495 for displaying UID, GID, and file size, and store them in the
9497 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9498 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9499 instead of constant format strings.
9500 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9501 ls-lisp-filesize-d-fmt instead of constant format strings.
9503 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9505 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9506 value of addresses rather than (partial) string value.
9507 (gdb-frame-handler): Change regexp according to above change.
9508 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9509 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9510 (gdb-assembler-mode): Disable undo in these buffers.
9512 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9514 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9515 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9517 2008-04-24 Sam Steingold <sds@gnu.org>
9519 * textmodes/remember.el (remember-diary-extract-entries): Use
9520 diary-make-entry instead of the obsolete make-diary-entry.
9522 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9524 * subr.el (translation-table-for-input): Mark as obsolete.
9526 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9528 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9530 * textmodes/ispell.el (ispell-dictionary-alist-1)
9531 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9532 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9533 (ispell-dictionary-alist-6): Remove.
9534 (ispell-dictionary-base-alist): New var, merges the above.
9535 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9537 (ispell-dictionary-alist): Default to nil. Remove autoload.
9538 (ispell-local-dictionary-alist): Remove autoload.
9540 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9541 (f90-mode-abbrev-table): Use the new :regexp feature.
9542 Merge defvar and mapc into define-abbrev-table.
9543 (f90-imenu-type-matcher): Remove unused `l'.
9544 (f90-imenu-generic-expression): Remove unused `not-ib'.
9545 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9546 (f90-change-keywords): Use restore-buffer-modified-p.
9548 2008-04-24 Glenn Morris <rgm@gnu.org>
9550 * net/goto-addr.el (goto-address-prog-mode):
9551 * progmodes/bug-reference.el (bug-reference-prog-mode):
9552 Define for compiler.
9554 * minibuffer.el (x-file-dialog): Declare as function.
9556 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9557 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9559 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9560 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9561 work with easymenu. Add :keys where needed.
9563 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9566 * calendar/calendar.el (calendar-mode-map): Fix typo.
9568 2008-04-24 Tom Tromey <tromey@redhat.com>
9570 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9571 Document keywords. Add :suppress.
9572 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9574 * net/goto-addr.el (goto-address-unfontify): New function.
9575 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9576 (goto-address-fontify-region, goto-address-mode)
9577 (goto-address-prog-mode): New functions.
9579 * progmodes/bug-reference.el: New file.
9581 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9583 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9585 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9587 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9588 macros within lambdas.
9590 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9592 * minibuffer.el (completion-try-completion): Add `point' argument.
9593 Change return value.
9594 (completion-all-completions): Add `point' argument.
9595 (minibuffer-completion-help): Pass the new `point' argument.
9596 (completion--do-completion): Pass the whole field to try-completion.
9597 (completion--try-word-completion): Rewrite, making fewer assumptions.
9598 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9599 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9600 (completion-basic-try-completion, completion-basic-all-completions):
9602 (completion-styles-alist): Use them.
9604 2008-04-23 AgustÃn MartÃn <agustin.martin@hispalinux.es>
9606 * textmodes/ispell.el (ispell-set-spellchecker-params):
9607 New function to make sure right params and dictionary alists are used
9608 after spellchecker changes.
9609 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9610 (ispell-initialize-spellchecker-hook): New variables and hook.
9611 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9612 (ispell-maybe-find-aspell-dictionaries): Remove.
9613 Calls replaced by (ispell-set-spellchecker-params) calls.
9614 (ispell-have-aspell-dictionaries): Remove.
9616 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9617 by ispell-set-spellchecker-params.
9619 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9621 * complete.el (PC-do-completion): Be more robust in the presence of
9622 unexpected values in minibuffer-completion-predicate.
9624 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9625 Only abbreviate default-filename if it's a file.
9627 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9628 (read-file-name-completion-ignore-case, insert-default-directory):
9629 New vars, moved from fileio.c.
9630 (read-file-name): New fun, moved from fileio.c.
9631 * cus-start.el: Remove insert-default-directory and
9632 read-file-name-completion-ignore-case.
9634 2008-04-23 Magnus Henoch <mange@freemail.hu>
9636 * tar-mode.el (tar-untar-buffer): If the entry has directory
9637 link type, extract it as a directory even if its file name doesn't
9638 end with a slash. Fixes extraction of NetBSD tar archives.
9640 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9642 * server.el (server-start): Also don't get confused by CRs since we
9645 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9647 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9648 (gdb-set-gud-minor-mode-existing-buffers)
9649 (gdb-info-breakpoints-custom, gdb-get-location)
9650 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9651 Previously gdb-create-define-alist wasn't always run and added to
9654 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9656 2008-04-23 Kevin Ryde <user42@zip.com.au>
9658 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9659 comments like unindented ones.
9661 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9663 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9666 2008-04-23 Kevin Ryde <user42@zip.com.au>
9668 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9669 Bind print-level to ensure output forms aren't truncated if
9670 print-level is set to eval-expression-print-level when going via
9671 eval-defun and friends, or has been otherwise fiddled with.
9673 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9675 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9676 font-lock-extend-after-change-region-function globally.
9678 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9680 * speedbar.el (speedbar-use-tool-tips-flag)
9681 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9682 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9683 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9684 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9685 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9686 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9687 (speedbar-separator-face): Fix typos in docstrings.
9688 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9689 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9690 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9691 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9692 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9693 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9694 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9695 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9696 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9697 (speedbar-recenter): Doc fixes.
9698 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9699 declaration and remove redundant info in docstring.
9701 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9703 * vc-git.el (vc-git-status-printer): Deal with directories.
9705 * vc.el (vc-next-action): Look at more than the first file to
9706 determine the state.
9708 2008-04-23 Glenn Morris <rgm@gnu.org>
9710 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9712 (dframe-update-speed): Drop support for XEmacs < 20.
9713 (dframe-frame-mode): Drop support for Emacs < 20.
9714 (dframe-set-timer-internal): Drop support for Emacs without timers.
9715 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9717 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9718 versions. Add doc-string. Mark as obsolete.
9720 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9722 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9723 rather than using an Emacs version test.
9725 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9726 rather than an Emacs version test.
9728 * calendar/cal-china.el (holiday-chinese-qingming)
9729 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9730 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9731 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9733 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9735 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9736 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9737 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9739 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9741 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9742 (gdb-previous-frame-pc-address): ...to this.
9743 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9744 of "info frame" with Gdb 6.4+.
9745 (gdb-stack-list-frames-regexp): New regexp.
9746 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9748 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9750 * tar-mode.el (tar-prefix-offset): New constant.
9751 (tar-header-block-tokenize): Support paths with long names
9752 which use the "ustar" standard.
9754 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9756 * image-dired.el (image-dired-track-original-file)
9757 (image-dired-modify-mark-on-thumb-original-file):
9758 Use `dired-goto-file' instead of `search-forward'. This solves
9759 a bug with finding files where the file name is a subset of other
9760 file names. Doc fix.
9762 2008-04-22 Juri Linkov <juri@jurta.org>
9764 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9765 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9766 (yank-menu-length): Change group name `mouse' to `menu'.
9767 (buffers-menu-buffer-name-length): New user option.
9768 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9769 instead of the hard-coded number 27.
9771 2008-04-22 Juri Linkov <juri@jurta.org>
9773 * isearch.el (eval-when-compile): Require `help-macro'.
9774 (isearch-help-for-help-internal): Isearch specific Help screen
9775 created by `make-help-screen'.
9776 (isearch-help-map): New variable that binds "b", "k", "m" to
9777 isearch-specific commands, and binds other keys to
9778 isearch-other-control-char, thus allowing other Help keys to
9779 exit isearch mode and execute their global definitions.
9780 (isearch-help-for-help, isearch-describe-bindings)
9781 (isearch-describe-key, isearch-describe-mode): New commands.
9782 (isearch-mode-help): Define alias to isearch-describe-mode
9783 and remove its old function definition.
9784 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9785 Remove old comments because this issue is settled now.
9786 (isearch-forward): Describe three new Help commands in the docstring.
9787 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9788 leave the single sentence at the first line of the docstring,
9789 and prepend the word "function" before `isearch-forward'
9790 to make the Help link to the function instead of variable.
9792 2008-04-22 Juri Linkov <juri@jurta.org>
9794 * isearch.el (isearch-success-function): New variable with default
9795 to `isearch-success-function-default'.
9796 (isearch-search): Call a function from `isearch-success-function'
9797 instead of calling the hard-coded `isearch-range-invisible'.
9798 (isearch-success-function-default): New function that calls
9799 `isearch-range-invisible' and inverts its return value.
9801 * info.el (Info-search): In two similar places that skip
9802 undesired search matches move code to Info-search-success-function,
9803 and call `isearch-success-function' instead.
9804 (Info-search-success-function): New function copied from code
9805 in Info-search. Replace isearch-range-invisible with
9806 text-property-not-all that checks for 'invisible and 'display
9807 properties to skip partially invisible matches (whose display
9808 properties were set by Info-fontify-node).
9809 (Info-mode): Set buffer-local isearch-success-function
9810 to Info-search-success-function.
9812 2008-04-22 Juri Linkov <juri@jurta.org>
9814 * minibuffer.el (internal-complete-buffer-except): New function.
9816 * files.el (read-buffer-to-switch): New function.
9817 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9818 Change interactive spec to call read-buffer-to-switch instead of
9819 using the letter "B".
9821 * simple.el (minibuffer-default-add-shell-commands): New function.
9822 Use declare-function for mailcap-file-default-commands from "mailcap".
9823 (shell-command): Set local minibuffer-default-add-function to
9824 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9825 before calling read-shell-command. Set 4th arg default-value of
9826 read-shell-command to relative buffer-file-name in file buffers.
9828 * dired-aux.el (dired-read-shell-command-default): Move it to
9829 gnus/mailcap.el and change its name to more general name
9830 mailcap-file-default-commands.
9831 (minibuffer-default-add-dired-shell-commands): New function.
9832 Use declare-function for mailcap-file-default-commands from "mailcap".
9833 (dired-read-shell-command): Set local minibuffer-default-add-function
9834 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9835 before calling read-shell-command. Remove dired-read-shell-command-default
9836 from the default value arg because default values are not set in
9837 minibuffer-default-add-dired-shell-commands. Doc fix.
9839 * dired-x.el (dired-smart-shell-command): Sync arguments and
9840 interactive spec with changes in `shell-command'.
9841 Use dired-get-filename to get the dired file name at point
9842 as the default value in dired mode.
9844 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9846 * info.el (Info-complete-menu-item): Add missing parenthesis.
9848 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9850 * info.el (Info-complete-menu-item): Save point.
9852 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9854 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9856 2008-04-22 Andreas Schwab <schwab@suse.de>
9858 * Makefile.in (emacs-deps): Define.
9859 Use it instead of $(lisp)/subdirs.el.
9861 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9863 * vc.el (vc-next-action): Do not consider directories when
9864 checking for state compatibility.
9865 (vc-transfer-file): Use when not if.
9866 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9867 (vc-dir-mark-file): Use them.
9868 (vc-deduce-fileset): Also return the backend.
9869 (vc-diff-internal): Take as argument the value returned by
9870 vc-deduce-fileset instead of just the fileset.
9871 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9872 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9873 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9875 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9877 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9878 set-window-vscroll but image-scroll-down. Fixes a bug where a
9879 command following SPC scrolled up again.
9881 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9883 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9884 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9885 (gud-watch): Add "$" prefix when in registers buffer.
9887 2008-04-22 Glenn Morris <rgm@gnu.org>
9889 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9891 * whitespace.el (whitespace-display-table)
9892 (whitespace-display-table-was-local): Move definitions before use.
9894 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9895 (copyright-limit): Respect copyright-at-end-flag.
9896 (copyright-re-search, copyright-start-point)
9897 (copyright-offset-too-large-p): New functions.
9898 (copyright-update-year): Use copyright-re-search.
9899 (copyright-update, copyright-fix-years): Use copyright-start-point,
9900 and copyright-re-search.
9901 (copyright): Use copyright-offset-too-large-p.
9902 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9904 * add-log.el (top-level): Require 'cl when compiling.
9906 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9908 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9909 Treat minibuffer-completion-predicate as a predicate.
9911 * minibuffer.el (completion--file-name-table): Accept both the old
9912 `dir' arg or the new `pred' arg.
9914 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9915 `predicate' argument to pass non-predicate data.
9916 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9917 Use second arg as proper predicate.
9919 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9920 (vc-bzr-revision-completion-table): Use completion-table-with-context
9923 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9925 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9927 * term.el (term-emulate-terminal): Perform redisplay after the
9928 process filter has finished running.
9930 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9932 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9934 * minibuffer.el (completion-try-completion): Change magic symbol
9935 property name. Rename from minibuffer-try-completion.
9936 (completion-all-completions): Rename from minibuffer-all-completions.
9937 Remove hide-spaces argument.
9938 (completion--do-completion): Rename from minibuffer--do-completion.
9939 (minibuffer-complete-and-exit): Call just try-completion rather than
9940 completion-try-completion to fix up the case.
9941 (completion--try-word-completion): Try to add space or hyphen before
9942 making `string' a prefix of `completion'.
9943 (completion--insert-strings): Rename from minibuffer--insert-strings.
9945 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9947 * net/tls.el (tls-program): Add -ign_eof argument to call the
9949 (tls-checktrust): Ditto.
9951 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9953 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9955 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9956 (vc-check-master-templates, vc-file-not-found-hook)
9957 (vc-kill-buffer-hook):
9958 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9959 (vc-find-position-by-context, vc-buffer-context)
9960 (vc-restore-buffer-context, vc-responsible-backend)
9961 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9962 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9963 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9964 (vc-version-diff, vc-diff, vc-insert-headers)
9965 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9966 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9967 (vc-revert, vc-rollback, vc-version-backup-file)
9968 (vc-rename-master, vc-delete-file, vc-rename-file)
9969 (vc-branch-part, vc-default-retrieve-snapshot)
9970 (vc-annotate-display-autoscale, vc-annotate-display-select)
9971 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9972 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9973 (vc-dir-update): Handle directories.
9974 (vc-default-status-printer): Simplify.
9976 * progmodes/asm-mode.el (asm-mode-map):
9977 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9979 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9981 2008-04-21 Kenichi Handa <handa@m17n.org>
9983 * select.el (xselect-convert-to-string): Send a C_STRING only if
9984 the polymorphic target TEXT is requested.
9986 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9988 * minibuffer.el (completion-setup-hook, display-completion-list)
9989 (completion--file-name-table): Fix typos in docstrings.
9990 (completion-table-dynamic): Fix typo, and reflow docstring.
9992 2008-04-20 Andreas Schwab <schwab@suse.de>
9994 * server.el (server-switch-buffer): Also consider clients in the
9997 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9999 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10000 Select window clicked on first.
10001 (gdb): Display thread number in mode-line.
10002 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10003 (gdb-breakpoints-header): New variable.
10004 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10006 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10008 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
10009 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10010 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10011 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10012 (vc-sccs-print-log): Use it.
10014 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10016 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10017 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10019 * tooltip.el (tooltip-previous-message): New var.
10020 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10021 the C code (avoid overwriting a minibuffer, restore previous echo
10023 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10026 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10028 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10029 (gdb-init-1): Initialise it.
10030 (gdb-annotation-rules): New entry for "new-thread".
10031 (gdb-thread-identification): New function to customize
10032 mode-line-buffer-identification.
10033 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10034 (gdb-assembler-mode): Use it.
10035 (gdb-threads-mode): Force "info threads" onto queue.
10037 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10039 * files.el (locate-file-completion-table): Rename from
10040 locate-file-completion and make it use `pred' in the normal way.
10041 (locate-file-completion): New compatibility wrapper.
10042 (load-library): Use locate-file-completion-table.
10043 * finder.el (finder-commentary):
10044 * subr.el (locate-library):
10045 * emacs-lisp/find-func.el (find-library): Likewise.
10046 * info.el: Use with-current-buffer and inhibit-read-only.
10047 (Info-read-node-name-2): Change to use `predicate' in the normal way.
10048 (Info-read-node-name-1): Adjust uses accordingly.
10050 * minibuffer.el (completion-table-with-context): Add support for `pred'.
10051 (completion-table-with-terminator): Don't use complete-with-action
10052 since we have to distinguish all three cases anyway.
10053 (completion-table-with-predicate): New function.
10054 (dynamic-completion-table): Add obsolete alias.
10056 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10058 2008-04-18 Sam Steingold <sds@gnu.org>
10060 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10061 Use quit-window instead of bury-buffer.
10063 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10065 * minibuffer.el (completion-table-with-terminator): Fix last fix.
10067 2008-04-18 Andreas Schwab <schwab@suse.de>
10069 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10070 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10071 Depend on $(lisp)/subdirs.el.
10073 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
10075 * descr-text.el (describe-char-after):
10076 Use `define-obsolete-function-alias'.
10078 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10080 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10082 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10083 Remove redundant obsolescence info in docstring.
10085 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10086 (vc-header-alist): Add WHEN to obsolescence declaration.
10087 (vc-state): Fix typo in docstring.
10089 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10090 Use `define-obsolete-variable-alias'.
10092 * emulation/tpu-edt.el (tpu-have-ispell):
10093 * international/codepage.el (codepage-setup):
10094 Fix typo in obsolescence declaration.
10096 * international/mule.el (char-coding-system-table):
10097 Remove redundant obsolescence info in docstring.
10098 (charset-list, generic-char-p, set-char-table-default):
10099 Fix typos in obsolescence declarations.
10101 * international/mule-diag.el (non-iso-charset-alist):
10102 Fix typo in obsolescence declaration.
10103 (decode-codepage-char): Remove redundant obsolescence info in docstring.
10105 * font-core.el (font-lock-defaults-alist):
10106 * font-lock.el (font-lock-reference-face):
10107 * frame.el (screen-height, screen-width, set-screen-width)
10108 (set-screen-height):
10109 * hilit-chg.el (highlight-changes-initial-state):
10110 * isearch.el (isearch-return-char):
10111 * log-edit.el (cvs-commit-buffer-require-final-newline)
10112 (cvs-changelog-full-paragraphs):
10113 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10114 (mouse-popup-menubar-stuff):
10115 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10116 (mouse-wheel-click-button):
10117 * outline.el (outline-visible):
10118 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10119 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10120 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10121 * progmodes/compile.el (compile-internal):
10122 Add WHEN to obsolescence declarations.
10124 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10126 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10127 is not better anyway.
10129 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10131 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10134 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10136 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10137 (python-use-skeletons): Remove, unused.
10138 (python-skeletons): Remove. Use the abbrev table instead.
10139 (python-mode-abbrev-table): Fix regexp;
10140 add enable-function and case-fixed.
10141 (def-python-skeleton): Simplify.
10142 (python-expand-template): Use the abbrev-table and abbrev-insert.
10143 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10145 (python-mode): Don't set pre-abbrev-expand-hook.
10147 * skeleton.el: Set coding-tag.
10149 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10150 (expand-abbrev): Use it.
10151 (abbrev-table-menu): New function.
10153 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10155 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10157 2008-04-17 Sam Steingold <sds@gnu.org>
10159 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10160 idiosyncratic bury-buffer/delete-window logic.
10162 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
10164 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10165 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10167 2008-04-17 Kenichi Handa <handa@m17n.org>
10169 * international/characters.el: Don't make the width of U+00AD to 0.
10171 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
10173 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10174 (gdb, gdb-starting, gdb-frames-mode): Use it.
10175 (gdb-invalidate-frames): Advise to call "info stack" only if
10176 execution has occurred.
10177 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10178 selected frame if no execution has occurred.
10179 (gdb-frames-force-update): New interactive function.
10180 (gdb-frames-mode-map): Bind it to "F".
10182 2008-04-17 Michael Olson <mwolson@gnu.org>
10184 * textmodes/remember.el (remember-version): Release Remember 2.0.
10186 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
10188 * textmodes/artist.el:
10189 * progmodes/vhdl-mode.el:
10190 * progmodes/verilog-mode.el:
10191 * progmodes/vera-mode.el:
10192 * progmodes/simula.el:
10193 * progmodes/ps-mode.el:
10194 * progmodes/cmacexp.el:
10195 * obsolete/hilit19.el:
10196 * emulation/viper.el:
10197 * ediff.el: Cleanup the bug-report email addresses and make sure the
10198 maintainer is still willing to handle bug reports.
10200 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10202 * vc.el (vc-dir-kill-query): Fix thinko.
10204 2008-04-16 Glenn Morris <rgm@gnu.org>
10206 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10207 by diary-sexp-entry.
10209 2008-04-16 Markus Triska <markus.triska@gmx.at>
10211 * proced.el (proced-command-alist): Add support for darwin.
10213 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10215 * proced.el (proced-mode): Redefine as just the major-mode.
10216 (proced): Separate it from proced-mode.
10218 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10220 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10222 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10223 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
10224 `tab-width' setting from user. New version 10.0. Doc and docstring
10226 (whitespace-style, whitespace-chars): Remove options.
10227 (whitespace-style-mark): New option, replace whitespace-style deleted
10228 option. Fix docstring.
10229 (whitespace-style-color): New option, replace whitespace-chars deleted
10230 option. Fix docstring.
10231 (whitespace-space, whitespace-hspace, whitespace-tab)
10232 (whitespace-newline, whitespace-trailing, whitespace-line)
10233 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10234 (whitespace-space-after-tab, whitespace-hspace-regexp)
10235 (whitespace-space-regexp, whitespace-tab-regexp)
10236 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10237 (whitespace-empty-at-eob-regexp, whitespace-line-column)
10238 (whitespace-toggle-option-alist): Fix docstring.
10239 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10240 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10241 docstring and initialization.
10242 (global-whitespace-mode): Autoloaded global minor mode.
10243 (whitespace-chars-value-list, whitespace-style-value-list)
10244 (whitespace-active-chars, whitespace-active-style)
10245 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10246 (whitespace-color-value-list): New var, replace
10247 whitespace-chars-value-list removed var.
10248 (whitespace-mark-value-list): New var, replace
10249 whitespace-style-value-list removed var.
10250 (whitespace-active-color): New var, replace whitespace-active-chars
10252 (whitespace-active-mark): New var, replace whitespace-active-style
10254 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10256 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10258 (whitespace-toggle-option-alist, whitespace-report-list)
10259 (whitespace-report-text, whitespace-help-text): Fix initialization.
10260 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10261 (whitespace-toggle-options, global-whitespace-toggle-options)
10262 (whitespace-cleanup-region, whitespace-report-region)
10263 (whitespace-interactive-char): Fix docstring and code.
10264 (whitespace-cleanup, whitespace-report): Fix docstring.
10265 (whitespace-replace-spaces-by-tabs): Remove fun.
10266 (whitespace-replace-action): New fun, replace
10267 whitespace-replace-spaces-by-tabs removed fun.
10268 (whitespace-regexp, whitespace-indentation-regexp)
10269 (whitespace-space-after-tab-regexp, whitespace-insert-value)
10270 (whitespace-kill-buffer): New funs.
10271 (whitespace-insert-option-mark, whitespace-help-on)
10272 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10273 (whitespace-color-on, whitespace-color-off)
10274 (whitespace-display-char-on): Fix code.
10276 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10278 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10279 (mouse-throw-magnifier-with-mouse-movement): Remove.
10280 (mouse-throw-magnifier-base): New const.
10281 (mouse-drag-scroll-delta): New fun.
10282 (mouse-drag-throw): Use it.
10284 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
10286 * international/uni-bidi.el, international/uni-category.el:
10287 * international/uni-combining.el, international/uni-comment.el:
10288 * international/uni-decimal.el, international/uni-decomposition.el:
10289 * international/uni-digit.el, international/uni-lowercase.el:
10290 * international/uni-mirrored.el, international/uni-name.el:
10291 * international/uni-numeric.el, international/uni-old-name.el:
10292 * international/uni-titlecase.el, international/uni-uppercase.el:
10293 * international/charprop.el: Regenerate.
10295 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10297 * vc.el (vc-status-fileinfo): Add new member directoryp.
10298 (vc-default-status-printer): Print directories.
10299 (vc-status-update): Sort files before subdirectories.
10301 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10302 Add alternative implementation based on "cvs update".
10304 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
10306 * doc-view.el: Changed requirements section to tell that only one
10307 of dvipdf or dvipdfm is needed.
10308 (doc-view-already-converted-p): Fix bug that forced reconversion
10309 if doc was already converted.
10311 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10313 * minibuffer.el (minibuffer-message):
10314 Make sure we can put-text-property.
10316 * emacs-lisp/crm.el: Complete rewrite.
10318 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10319 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10320 case of an error in display-completion-list.
10322 * filecache.el (file-cache-completions-keymap): Move init from
10323 file-cache-completion-setup-function into declaration.
10324 (file-cache-minibuffer-complete): Simplify.
10325 (file-cache-completion-setup-function): Use standard-output,
10326 preserve current-buffer.
10328 * vc.el (vc-status-update): Fix typo.
10329 (vc-status-update): Set needs-update.
10330 (vc-status-refresh): η-reduce.
10332 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10334 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10337 2008-04-14 Alexandre Julliard <julliard@winehq.org>
10339 * vc.el (vc-status-update): Undo the previous revert.
10341 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10343 * minibuffer.el (completion-table-with-terminator): Those completions
10344 are never valid w.r.t test-completion.
10345 (completion--file-name-table):
10346 Check completion-all-completions-with-base-size.
10348 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10350 * doc-view.el (doc-view-dvipdf-program): New variable.
10351 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10352 (doc-view-mode-p): Check for doc-view-dvipdf-program as
10353 alternative for doc-view-dvipdfm-program.
10354 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10356 * doc-view.el (doc-view-start-process): Don't set
10357 default-directory to "~/" if the current value is valid.
10358 This broke PS files that run other files in the same directory.
10360 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
10362 * vc.el (vc-status-kill-query): New function.
10363 (vc-status-mode): Add it to kill-buffer-query-functions.
10364 (vc-status-show-fileentry): New function.
10365 (vc-status-menu-map): Bind it. Bind vc-next-action.
10367 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10369 * minibuffer.el (minibuffer-message): Put cursor at the right place.
10371 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10373 * proced.el (proced-send-signal): Fix error recognition.
10375 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10377 * proced.el (proced-command-alist): Remove sort column.
10378 (proced-command, proced-procname-column):
10379 Use make-variable-buffer-local.
10380 (proced-signal-function): Rename from proced-kill-program.
10381 Allow for elisp symbols and string values representing system calls.
10382 (proced-marker-regexp, proced-success-message): New functions.
10383 (proced): Use defalias. Add autoload cookie.
10384 (proced-unmark-backward, proced-toggle-marks)
10385 (proced-hide-processes): New commands.
10386 (proced-do-mark): Simplify code.
10387 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10388 (proced-update): Remove sorting.
10389 (proced-send-signal): Display number of processes to operate on.
10390 Allow for system calls or elisp functions to send signals.
10391 Check if signal was sent successfully.
10393 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10395 * minibuffer.el (completion-all-completion-with-base-size): New var.
10396 (completion--some): New function.
10397 (completion-table-with-context, completion--file-name-table):
10398 Return the base-size if requested.
10399 (completion-table-in-turn): Generalize to multiple arguments.
10400 (complete-in-turn): Compatibility alias.
10401 (completion-styles-alist): New var.
10402 (completion-styles): New customization.
10403 (minibuffer-try-completion, minibuffer-all-completions):
10405 (minibuffer--do-completion, minibuffer-complete-and-exit)
10406 (minibuffer-try-word-completion): Use them.
10407 (display-completion-list, minibuffer-completion-help): Use them.
10408 Handle all-completions's new base-size info to set completion-base-size.
10409 * info.el (Info-read-node-name-1): Use completion-table-with-context,
10410 completion-table-with-terminator and complete-with-action.
10411 Remove the now obsolete completion-base-size-function property.
10412 * simple.el (completion-list-mode-map): Move init into declaration.
10413 (completion-list-mode): Use define-derived-mode.
10414 (completion-setup-function): Use any completion-base-size that may
10415 have been set before. Remove handling of completion-base-size-function.
10416 * loadup.el: Move abbrev.el up earlier.
10418 2008-04-13 Alexandre Julliard <julliard@winehq.org>
10420 * vc-git.el (vc-git-after-dir-status-stage)
10421 (vc-git-dir-status-goto-stage): New functions.
10422 (vc-git-after-dir-status-stage1)
10423 (vc-git-after-dir-status-stage1-empty-db)
10424 (vc-git-after-dir-status-stage2): Remove, functionality moved
10425 into the new generic stage functions.
10426 (vc-git-dir-status-files): New function.
10428 * vc.el (vc-status-update): Revert an incorrect rewrite.
10430 (vc-status-refresh-files): New function.
10431 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10432 state of up-to-date files.
10433 (vc-default-dir-status-files): New function.
10435 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
10437 * minibuffer.el (completion--embedded-envvar-table)
10438 (read-file-name-internal): Fix typos in 2008-04-11 change.
10440 * faces.el (read-face-name): Use `completion-table-in-turn',
10441 not `complete-in-turn'.
10443 2008-04-13 Andreas Schwab <schwab@suse.de>
10445 * progmodes/etags.el: Require 'cl when compiling.
10447 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
10449 * progmodes/gud.el (gud-menu-map): Expand tooltip.
10451 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10452 (menu): Add/expand menu tooltips.
10454 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10456 * progmodes/sh-script.el (sh-show-indent): Fix typo.
10457 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10459 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10460 considered registered.
10462 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10464 * emacs-lisp/copyright.el (copyright-update-directory): New command.
10466 * ediff-wind.el (ediff-split-window-function)
10467 (ediff-merge-split-window-function): Improve custom type.
10469 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10471 * loadup.el ("minibuffer"): Move after "faces".
10473 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10475 * progmodes/hideif.el (hif-factor): Handle unary minus.
10477 2008-04-12 Glenn Morris <rgm@gnu.org>
10479 * calendar/cal-china.el (chinese-calendar-time-zone):
10480 Mark obsolete name as risky too.
10482 * calendar/calendar.el (calendar-faces): New custom group.
10483 (calendar-today, diary, holiday): Doc fix.
10484 Move to calendar-faces group.
10485 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10486 (diary-button): Doc fix. Move to calendar-faces group.
10488 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10489 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10490 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10491 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10492 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10493 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10494 not in dumped files before the associated defcustom.
10496 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10498 * minibuffer.el (lazy-completion-table): Fix debug spec.
10500 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10502 * minibuffer.el (complete-with-action, lazy-completion-table):
10504 (apply-partially, completion-table-dynamic)
10505 (completion-table-with-context, completion-table-with-terminator)
10506 (completion-table-in-turn): New funs.
10507 (completion--make-envvar-table, completion--embedded-envvar-table):
10509 (read-file-name-internal): Use them.
10510 (completion-setup-hook): Move from simple.el.
10511 * subr.el (complete-with-action, lazy-completion-table):
10512 * simple.el (completion-setup-hook): Move to minibuffer.el.
10514 2008-04-11 Glenn Morris <rgm@gnu.org>
10516 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10518 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10520 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10522 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10524 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10525 (fill-forward-paragraph): New fun.
10526 (fill-paragraph, fill-region): Use it.
10528 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10529 (vc-status-create-fileinfo): Make `extra' optional.
10530 (vc-status-busy): New fun.
10531 (vc-status-menu-map): Use it.
10532 (vc-status-crt-marked): Remove.
10533 (vc-status-update): Rename from vc-status-add-entries.
10534 Add argument so as to prevent addition of entries. Rewrite.
10535 (vc-update-vc-status-buffer): Remove.
10536 (vc-status-refresh): Don't remove old entries, set them to
10537 up-to-date instead. Also do it after the update is complete.
10538 (vc-status-marked-files): η-reduce.
10540 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10543 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10545 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10547 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10549 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10550 to t and don't truncate msg.
10552 2008-04-11 Glenn Morris <rgm@gnu.org>
10554 * calendar/calendar.el (diary, holidays):
10555 Move custom groups to other files.
10556 (holiday-general-holidays, holiday-oriental-holidays)
10557 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10558 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10559 (holiday-hebrew-holidays, holiday-christian-holidays)
10560 (holiday-islamic-holidays, holiday-bahai-holidays)
10561 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10562 * calendar/diary-lib.el: Move custom group here from calendar.el.
10563 * calendar/holidays.el: Move custom group and variables here
10566 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10568 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10570 (calendar-current-time-zone-cache): Autoload riskiness.
10572 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10574 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10576 * woman.el (woman2-TH): Use string-equal instead of string-match.
10578 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10580 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10581 (smerge-resolve): Merge the "2-way refinement" case with one half of
10582 the "mere whitespace" resolution.
10584 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10586 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10588 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10590 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10591 Add WHEN to obsolescence declaration.
10593 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10595 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10597 * vc-hooks.el (vc-state): Add new state `conflict'.
10598 (vc-after-save): Use when not if.
10599 (vc-default-mode-line-string): Deal with the conflict state.
10600 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10602 * vc.el (vc-editable-p, vc-default-status-printer)
10603 (vc-next-action): Deal with the conflict state.
10604 (vc-mark-resolved): New function.
10605 (vc-status-mode): Fix mode name.
10606 (vc-default-comment-history): Use when not if.
10607 (Todo): Add new entries, remove old ones.
10609 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10610 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10611 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10612 Detect the conflict state.
10614 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10616 2008-04-10 Glenn Morris <rgm@gnu.org>
10618 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10619 Respect truncate-partial-width-windows in non-full windows,
10620 with regards to :toggle and :enable state.
10622 * simple.el (toggle-truncate-lines): Doc fix.
10624 * Makefile.in (MH_E_DIR): New variable.
10625 (MH_E_SRC): Restore variable removed 2008-03-13.
10626 (mh-loaddefs.el): Depend on $MH_E_SRC.
10627 (CAL_DIR, CAL_SRC): New variables.
10628 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10631 * calendar/calendar.el (calendar, diary): Add :prefix.
10632 (holidays): Change :prefix.
10633 (calendar-today, holiday, calendar-holiday-marker)
10634 (european-calendar-style): Change custom groups.
10636 * calendar/calendar.el (diary-hook, diary-display-hook):
10637 Move to diary-lib.el.
10638 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10639 Move here from calendar.el.
10640 * calendar/appt.el: Require diary-lib rather than calendar.
10641 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10643 * calendar/appt.el (appt): Add :prefix.
10645 * calendar/diary-lib.el (diary-hook): Doc fix.
10646 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10648 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10650 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10653 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10654 the arg to recursive calls.
10656 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10658 * minibuffer.el (completion-auto-help): Fix typo.
10660 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10662 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10664 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10666 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10667 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10669 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10671 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10673 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10674 (completion-auto-help): Move from C code.
10675 (minibuffer--maybe-completion-help): Remove.
10676 (minibuffer--bitset): New function.
10677 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10678 Renumber a bit. Really complete on string *before* point.
10679 Add argument used for word-completion.
10680 Join trailing / in completion with following text, as done in
10681 minibuffer-complete-word.
10682 Handle new value `lazy' for completion-auto-help.
10683 (minibuffer-try-word-completion): New function extracted from
10684 minibuffer-complete-word.
10685 (minibuffer-complete-word): Use minibuffer--do-completion.
10686 (minibuffer--insert-strings): Rename from
10687 minibuffer-complete-insert-strings.
10688 (exit-minibuffer): Fix typo.
10689 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10690 * cus-start.el: Remove completion-auto-help.
10692 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10694 * vc.el (vc-status-add-entries): New function.
10695 (vc-status-add-entry): Remove.
10696 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10697 Use vc-status-add-entries.
10699 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10702 2008-04-09 Jason Rumney <jasonr@gnu.org>
10704 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10705 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10706 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10707 (AUTOGENEL): New variable.
10708 (distclean, maintainer-clean): New targets.
10710 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10712 * emacs-lisp/regexp-opt.el (regexp-opt):
10713 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10715 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10717 * nxml/nxml-mode.el (nxml-cleanup): New function.
10718 (nxml-mode): Add it to change-major-mode-hook.
10720 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10722 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10724 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10726 * calc/.cvsignore: New file.
10728 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10730 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10732 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10733 show-help-function when turning tooltip off.
10734 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10735 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10737 2008-04-09 Alan Mackenzie <acm@muc.de>
10739 * font-lock.el (font-lock-extend-after-change-region-function):
10740 Make it buffer local.
10742 2008-04-09 Glenn Morris <rgm@gnu.org>
10744 * calendar/calendar.el (diary-file, european-calendar-style):
10745 Remove autoload cookies.
10747 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10749 * outline.el (outline-mode-menu-bar-map):
10750 * log-view.el (log-view-mode-menu):
10751 * log-edit.el (log-edit-menu): Add :help.
10753 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10755 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10756 Use substring-no-properties for correct handling of unibyte strings.
10758 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10760 * add-log.el (change-log-next-buffer): Handle the case where version<
10763 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10764 mouse-major-mode-menu.
10765 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10766 (mouse-major-mode-menu, mouse-popup-menubar)
10767 (mouse-popup-menubar-stuff): Use them.
10768 (C-down-mouse-3): Bind to a dynamic map rather than to
10769 mouse-popup-menubar-stuff.
10771 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10772 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10774 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10776 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10777 file:// access method.
10779 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10781 * minibuffer.el: New file.
10782 * loadup.el: Load it.
10784 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10786 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10787 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10789 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10790 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10791 Move initialization into declaration.
10792 * calc/calc-yank.el:
10793 * calc/calc-misc.el:
10794 * calc/calc-embed.el:
10795 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10797 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10799 * ps-samp.el (ps-add-printer, ps-remove-printer)
10800 (ps-make-dynamic-printer-menu): New functions.
10802 * net/zeroconf.el: New file.
10804 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10806 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10808 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10810 * vc-rcs.el (vc-rcs-modify-change-comment):
10811 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10813 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10815 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10817 * international/mule-cmds.el (set-locale-environment): Don't warn if
10818 coding system doesn't agree with system locale (this reverts changes
10819 by Dave Love, dated 2002-10-27 and 2002-10-09).
10821 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10822 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10824 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10826 2008-04-08 Glenn Morris <rgm@gnu.org>
10828 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10829 * textmodes/remember.el (remember-diary-convert-entry):
10832 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10833 diary-file, since it is the default for make-diary-entry anyway.
10835 * calendar/cal-menu.el (cal-menu-event-to-date):
10836 Rename calendar-event-to-date. Update callers.
10837 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10838 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10839 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10840 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10841 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10842 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10843 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10844 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10845 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10846 (calendar-mouse-tex-month-landscape):
10847 Rename cal-tex-mouse-month-landscape.
10848 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10849 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10850 (calendar-mouse-tex-year-landscape):
10851 Rename cal-tex-mouse-year-landscape.
10852 (cal-menu-context-mouse-menu): Update for above name changes.
10854 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10855 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10856 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10857 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10858 * calendar/holidays.el: Replace int-to-string with number-to-string.
10860 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10862 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10863 region if point moves.
10865 2008-04-08 Kenichi Handa <handa@m17n.org>
10867 * faces.el (font-slant-table): Change numeric values for `r',
10868 `roman', and `normal'.
10870 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10872 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10874 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10876 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10877 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10879 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10881 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10882 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10884 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10886 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10888 2008-04-07 Sam Steingold <sds@gnu.org>
10890 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10891 Add helper functions.
10892 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10893 lisp-compile-defun; DEFVAR forms reset the variables to the init
10894 values, just like in emacs-lisp mode eval-defun.
10895 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10896 (lisp-compile-region): Use lisp-compile-string.
10898 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10900 * subr.el (combine-and-quote-strings): Also quote strings that contain
10903 * pcvs-util.el (cvs-map): Avoid recursion :-(
10905 2008-04-07 Glenn Morris <rgm@gnu.org>
10907 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10909 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10910 view-diary-entries-initially. Keep old name as alias, update users.
10911 (calendar-mark-diary-entries-flag): Rename
10912 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10913 (calendar-view-holidays-initially-flag): Rename
10914 view-calendar-holidays-initially. Keep old name as alias, update users.
10915 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10916 Keep old name as alias, update users.
10917 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10918 Keep old name as alias, update users.
10919 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10920 Keep old name as alias, update users.
10921 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10922 Keep old name as alias, update users.
10923 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10924 (diary-american-date-forms): Rename american-date-diary-pattern.
10925 Keep old name as alias, update users.
10926 (diary-european-date-forms): Rename european-date-diary-pattern.
10927 Keep old name as alias, update users.
10928 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10929 Keep old name as alias, update users.
10930 (calendar-european-date-display-form): Rename
10931 european-calendar-display-form. Keep old name as alias, update users.
10932 (calendar-american-date-display-form): Rename
10933 european-calendar-display-form. Keep old name as alias, update users.
10934 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10935 Keep old name as alias, update users.
10936 (holiday-general-holidays): Rename general-holidays.
10937 Keep old name as alias, update users.
10938 (holiday-oriental-holidays): Rename oriental-holidays.
10939 Keep old name as alias, update users.
10940 (holiday-local-holidays): Rename local-holidays.
10941 Keep old name as alias, update users.
10942 (holiday-other-holidays): Rename other-holidays.
10943 Keep old name as alias, update users.
10944 (holiday-hebrew-holidays): Rename hebrew-holidays.
10945 Keep old name as alias, update users.
10946 (holiday-christian-holidays): Rename christian-holidays.
10947 Keep old name as alias, update users.
10948 (holiday-islamic-holidays): Rename islamic-holidays.
10949 Keep old name as alias, update users.
10950 (holiday-bahai-holidays): Rename bahai-holidays.
10951 Keep old name as alias, update users.
10952 (holiday-solar-holidays): Rename solar-holidays.
10953 Keep old name as alias, update users.
10954 (diary-fancy-buffer): Rename fancy-diary-buffer.
10955 Keep old name as alias, update users.
10956 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10958 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10960 (calendar-increment-month): Rename increment-calendar-month.
10961 Keep old name as alias, update callers.
10962 (calendar-increment-month-cons): Rename old calendar-increment-month.
10964 (calendar-extract-month): Rename extract-calendar-month.
10965 Keep old name as alias, update callers.
10966 (calendar-extract-day): Rename extract-calendar-day.
10967 Keep old name as alias, update callers.
10968 (calendar-extract-year): Rename extract-calendar-year.
10969 Keep old name as alias, update callers.
10970 (calendar-generate-window): Rename generate-calendar-window.
10972 (calendar-generate): Rename generate-calendar. Update callers.
10973 (calendar-generate-month): Rename generate-calendar-month.
10975 (calendar-redraw): Rename redraw-calendar. Update callers.
10976 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10977 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10979 (calendar-update-mode-line): Rename update-calendar-mode-line.
10981 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10983 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10984 Keep old name as alias, update callers.
10985 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10986 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10987 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10988 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10989 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10990 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10991 * calendar/solar.el: Update for calendar.el name changes.
10992 * org/org.el (org-agenda-format-date-aligned)
10993 (org-agenda-execute-calendar-command): Access date elements directly
10994 rather than using calendar functions.
10995 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10996 Also set calendar-view-diary-initially-flag,
10997 calendar-view-holidays-initially-flag.
10998 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10999 (org-agenda-execute-calendar-command): No need to set displayed-day.
11001 2008-04-06 Alan Mackenzie <acm@muc.de>
11003 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11004 typo in the doc string.
11006 * progmodes/cc-mode.el (c-basic-common-init):
11007 Set font-lock-extend-after-change-region-function.
11008 (c-extend-after-change-region): New function, used in
11009 font-lock-extend-after-change-region-function, thus superseding
11010 advice on the Font Lock after change functions.
11011 (c-advise-fl-for-region): Remove this macro.
11013 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11015 * textmodes/flyspell.el (flyspell-duplicate-distance):
11016 Improve custom type.
11018 2008-04-06 Glenn Morris <rgm@gnu.org>
11020 * calendar/diary-lib.el (diary-sexp-entry-symbol):
11021 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
11022 (diary-list-entries-hook): Rename list-diary-entries-hook.
11023 Keep old name as alias, update users.
11024 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11025 Keep old name as alias, update users.
11026 (diary-nongregorian-listing-hook): Rename
11027 nongregorian-diary-listing-hook. Keep old name as alias, update users.
11028 (diary-nongregorian-marking-hook): Rename
11029 nongregorian-diary-marking-hook. Keep old name as alias, update users.
11030 (diary-print-entries-hook): Rename print-diary-entries-hook.
11031 Keep old name as alias, update users.
11032 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11033 Keep old name as alias, update users.
11034 (diary-number-of-entries): Rename number-of-diary-entries.
11035 Keep old name as alias, update users.
11036 (view-diary-entries, list-diary-entries, show-all-diary-entries):
11037 Give version of obsolescence.
11038 (diary-view-other-diary-entries): Rename view-other-diary-entries.
11039 Keep old name as alias, update callers.
11040 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
11042 (diary-include-other-diary-files): Rename include-other-diary-files.
11043 Keep old name as alias, update callers.
11044 (diary-simple-display): Rename simple-diary-display.
11045 Keep old name as alias, update callers.
11046 (diary-fancy-display): Rename fancy-diary-display.
11047 Keep old name as alias, update callers.
11048 (diary-print-entries): Rename print-diary-entries.
11049 Keep old name as alias, update callers.
11050 (diary-marking-entries-flag): Rename marking-diary-entries.
11052 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
11053 (diary-mark-entries): Rename mark-diary-entries.
11054 Keep old name as alias, update callers.
11055 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11056 Keep old name as alias, update callers.
11057 (diary-mark-included-diary-files): Rename mark-included-diary-files.
11058 Keep old name as alias, update callers.
11059 (calendar-mark-days-named): Rename mark-calendar-days-named.
11060 Keep old name as alias, update callers.
11061 (calendar-mark-month): Rename mark-calendar-month.
11062 Keep old name as alias, update callers.
11063 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11064 Keep old name as alias, update callers.
11065 (diary-sort-entries): Rename sort-diary-entries.
11066 Keep old name as alias, update callers.
11067 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11068 Keep old name as alias, update callers.
11069 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
11071 (diary-insert-entry): Rename insert-diary-entry.
11072 Keep old name as alias.
11073 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11074 Keep old name as alias.
11075 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11076 Keep old name as alias.
11077 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11078 Keep old name as alias.
11079 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11080 Keep old name as alias.
11081 (diary-insert-block-entry): Rename insert-block-diary-entry.
11082 Keep old name as alias.
11083 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11084 Keep old name as alias.
11085 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11086 Keep old name as alias, update users.
11087 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11088 Keep old name as alias, update callers.
11089 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11090 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11091 * calendar/icalendar.el: Update for diary-lib name changes.
11093 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
11095 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11097 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11098 for copy, move, and link operations.
11100 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
11102 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11103 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11105 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11106 'require' statements with 1-argument ones (wrapped in if's).
11107 For compatibility with the current stable version of XEmacs.
11109 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11111 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11113 2008-04-06 Jason Rumney <jasonr@gnu.org>
11115 * language/burmese.el ("Burmese"): Make sample text consistent with
11118 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
11120 * progmodes/gdb-ui.el (gdb): New group.
11121 (gdb-debug-log-max, gdb-enable-debug)
11122 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11123 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11124 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11125 (gdb-show-changed-values, gdb-max-children)
11126 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11127 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11128 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11129 (gdb-memory-unit): Move to new group from GUD group.
11130 (menu): Allow customization from GDB-UI menu-item.
11132 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11134 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11136 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11138 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11139 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11140 Revision numbers can include ".".
11142 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11143 "+" lines not accounted for by counting "-" and context lines.
11145 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11147 * term/mac-win.el (mac-service-open-file): Use file URL instead of
11150 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11152 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11153 (vc-bzr-annotate-time): Accept space used to preserve alignment.
11155 2008-04-05 Richard Stallman <rms@gnu.org>
11157 * emacs-lisp/advice.el (defadvice): Add usage pattern.
11159 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
11161 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11162 thread in [h-e-w]).
11164 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
11166 * files.el (abort-if-file-too-large): Fix typo in docstring.
11168 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11170 * subr.el (functionp): Return nil for special forms.
11172 2008-04-05 Glenn Morris <rgm@gnu.org>
11174 * emacs-lisp/autoload.el (autoload-ensure-default-file):
11176 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11177 Require loaddefs file rather than loading it.
11178 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11179 autoload-ensure-default-file provides a feature.
11181 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11182 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11183 (compile, compile-always, recompile): Use $LOADDEFS.
11184 (cal-autoloads): Remove.
11186 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11187 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
11189 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11190 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11192 * calendar/calendar.el (diary-hebrew-entry-symbol):
11193 Rename hebrew-diary-entry-symbol. Keep old name as alias.
11194 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11195 Keep old name as alias.
11196 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11197 Keep old name as alias.
11198 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11199 to diary-bahai-entry-symbol.
11200 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11201 to diary-hebrew-entry-symbol.
11202 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11203 to diary-islamic-entry-symbol.
11204 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11206 * calendar/solar.el (diary-sabbath-candles-minutes)
11207 (diary-sabbath-candles): Move to cal-hebrew.
11208 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11209 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11210 Doc fix. Keep old name as alias.
11211 (diary-hebrew-sabbath-candles): Simplify.
11212 (solar-setup, solar-sunrise-sunset, calendar-latitude)
11213 (calendar-longitude, calendar-time-zone): Declare for compiler.
11214 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11217 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11218 Rename coptic-calendar-month-name-array. Update callers.
11219 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
11220 (calendar-coptic-name): Rename coptic-name. Update callers.
11221 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11223 (calendar-coptic-last-day-of-month):
11224 Rename coptic-calendar-last-day-of-month. Update callers.
11225 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11226 Keep old name as alias, update callers.
11227 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11228 Keep old name as alias, update callers.
11229 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11230 Keep old name as alias.
11231 (calendar-ethiopic-month-name-array):
11232 Rename ethiopic-calendar-month-name-array. Update callers.
11233 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11235 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
11236 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11237 Keep old name as alias, update callers.
11238 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11239 Keep old name as alias, update callers.
11240 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11241 Keep old name as alias.
11243 * calendar/cal-french.el (calendar-french-epoch):
11244 Rename french-calendar-epoch. Update callers.
11245 (calendar-french-month-name-array): Rename variable and function
11246 french-calendar-month-name-array. Update callers.
11247 (calendar-french-multibyte-month-name-array):
11248 Rename french-calendar-multibyte-month-name-array. Update callers.
11249 (calendar-french-day-name-array): Rename variable and function
11250 french-calendar-day-name-array. Update callers.
11251 (calendar-french-special-days-array): Rename variable and function
11252 french-calendar-special-days-array. Update callers.
11253 (calendar-french-multibyte-special-days-array):
11254 Rename french-calendar-multibyte-special-days-array. Update callers.
11255 (calendar-french-accents-p): Rename french-calendar-accents.
11257 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11259 (calendar-french-last-day-of-month):
11260 Rename french-calendar-last-day-of-month. Update callers.
11261 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11262 Keep old name as alias, update callers.
11263 (calendar-french-print-date): Rename calendar-print-french-date.
11264 Keep old name as alias, update callers.
11265 (calendar-french-goto-date): Rename calendar-goto-french-date.
11266 Keep old name as alias.
11268 * calendar/cal-menu.el, calendar/calendar.el:
11269 Update for Coptic and French name changes.
11271 * calendar/cal-china.el (calendar-chinese): Rename custom group
11272 from chinese-calendar. Update users.
11273 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11274 Keep old name as alias, update users.
11275 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11276 Keep old name as alias.
11277 (calendar-chinese-daylight-time-offset):
11278 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
11280 (calendar-chinese-standard-time-zone-name):
11281 Rename chinese-calendar-standard-time-zone-name.
11282 Keep old name as alias, update users.
11283 (calendar-chinese-daylight-saving-start):
11284 Rename chinese-calendar-daylight-savings-starts.
11285 Keep old name as alias, update users.
11286 (calendar-chinese-daylight-saving-end):
11287 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
11289 (calendar-chinese-daylight-saving-start-time):
11290 Rename chinese-calendar-daylight-savings-starts-time.
11291 Keep old name as alias, update users.
11292 (calendar-chinese-daylight-saving-end-time):
11293 Rename chinese-calendar-daylight-savings-ends-time.
11294 Keep old name as alias, update users.
11295 (calendar-chinese-celestial-stem): Rename
11296 calendar-chinese-celestial-stem. Keep old name as alias, update users.
11297 (calendar-chinese-terrestrial-branch):
11298 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
11300 (calendar-chinese-zodiac-sign-on-or-after):
11301 Rename chinese-zodiac-sign-on-or-after. Update callers.
11302 (calendar-chinese-new-moon-on-or-after):
11303 Rename chinese-new-moon-on-or-after. Update callers.
11304 (calendar-chinese-month-list): Rename chinese-month-list.
11306 (calendar-chinese-number-months): Rename number-chinese-months.
11308 (calendar-chinese-compute-year): Rename compute-chinese-year.
11310 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
11311 (calendar-chinese-year): Rename chinese-year. Update callers.
11312 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11313 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11314 Keep old name as alias, update callers.
11315 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11316 Keep old name as alias, update callers.
11317 (calendar-chinese-months-to-alist):
11318 Rename make-chinese-month-assoc-list. Update callers.
11319 (calendar-chinese-months): Rename chinese-months. Update callers.
11320 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11321 Keep old name as alias, update callers.
11323 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11324 Rename hebrew-calendar-leap-year-p. Update callers.
11325 (calendar-hebrew-last-month-of-year):
11326 Rename hebrew-calendar-last-month-of-year. Update callers.
11327 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11329 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11331 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11333 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11335 (calendar-hebrew-last-day-of-month):
11336 Rename hebrew-calendar-last-day-of-month. Update callers.
11337 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11338 Keep old name as alias, update callers.
11339 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11340 Keep old name as alias, update callers.
11341 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11342 Keep old name as alias, update callers.
11343 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11344 Keep old name as alias.
11345 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11346 Keep old name as alias.
11347 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11348 Keep old name as alias.
11349 (holiday-hebrew-passover): Rename holiday-passover-etc.
11350 Keep old name as alias.
11351 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11352 Keep old name as alias, update callers.
11353 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11354 Keep old name as alias.
11355 (calendar-hebrew-mark-date-pattern):
11356 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
11358 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11359 Keep old name as alias.
11360 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11361 Keep old name as alias.
11362 (diary-hebrew-insert-monthly-entry):
11363 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
11364 (diary-hebrew-insert-yearly-entry):
11365 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
11366 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11367 Keep old name as alias.
11368 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
11369 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
11370 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11371 Keep old name as alias.
11372 (calendar-hebrew-parashiot-names):
11373 Rename hebrew-calendar-parashiot-names. Update callers.
11374 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11375 (calendar-hebrew-year-Saturday-incomplete-Sunday):
11376 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11377 (calendar-hebrew-year-Saturday-complete-Tuesday):
11378 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11379 (calendar-hebrew-year-Monday-incomplete-Tuesday):
11380 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11381 (calendar-hebrew-year-Monday-complete-Thursday):
11382 Rename hebrew-calendar-year-Monday-complete-Thursday.
11383 (calendar-hebrew-year-Tuesday-regular-Thursday):
11384 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11385 (calendar-hebrew-year-Thursday-regular-Saturday):
11386 Rename hebrew-calendar-year-Thursday-regular-Saturday.
11387 (calendar-hebrew-year-Thursday-complete-Sunday):
11388 Rename hebrew-calendar-year-Thursday-complete-Sunday.
11389 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11390 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11391 (calendar-hebrew-year-Saturday-complete-Thursday):
11392 Rename hebrew-calendar-year-Saturday-complete-Thursday.
11393 (calendar-hebrew-year-Monday-incomplete-Thursday):
11394 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11395 (calendar-hebrew-year-Monday-complete-Saturday):
11396 Rename hebrew-calendar-year-Monday-complete-Saturday.
11397 (calendar-hebrew-year-Tuesday-regular-Saturday):
11398 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11399 (calendar-hebrew-year-Thursday-incomplete-Sunday):
11400 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11401 (calendar-hebrew-year-Thursday-complete-Tuesday):
11402 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11403 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
11404 Update for above name changes of constants.
11406 * calendar/cal-menu.el, calendar/calendar.el:
11407 Update for chinese and hebrew name changes.
11408 * calendar/diary-lib.el: Update for hebrew name changes.
11410 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11412 * subr.el (keymap-canonicalize): Correct thinko.
11414 * server.el: Undo part of the multi-tty change, which is only
11415 needed if server.el is preloaded, and broke server-running-p.
11416 (server-socket-dir): Initialize in the defvar, as before.
11417 (server-start): Remove initialization of server-socket-dir.
11419 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11421 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11422 3-member cons cells.
11424 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11426 * cus-face.el (custom-face-attributes): Handle roman slant.
11428 * faces.el (default): Ensure the face-defface-spec property is set.
11430 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11432 * files.el (abort-if-file-too-large): New function.
11433 (find-file-noselect, insert-file-1): Use it.
11435 2008-04-05 Reto Zimmermann <reto@gnu.org>
11437 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11438 Replace C-c[a-zA-Z] key bindings.
11440 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11442 * progmodes/hideif.el (hif-token-alist): New var.
11443 (hif-token-regexp, hif-tokenize): Use it.
11444 (hif-mathify-binop): New macro.
11445 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11446 (hif-greater-equal, hif-less-equal): Use it.
11447 (hif-logior, hif-logand): New functions.
11448 (hif-math): Accept | and & as well.
11450 * progmodes/etags.el: Fix problem with completion for buffer-local
11451 tables. Reported by Radey Shouman <shouman@comcast.net>.
11452 (tags-complete-tag): Remove.
11453 (tags-lazy-completion-table): New function to replace it.
11454 (find-tag-tag, complete-tag): Update users.
11456 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11458 * vc-rcs.el (vc-rcs-dir-status):
11459 * vc-sccs.el (vc-sccs-dir-status): New function.
11461 * outline.el (outline-mode-menu-bar-map):
11462 * term.el (terminal-signal-menu): Add :help.
11464 * net/eudc.el (eudc-mode-map): Declare and define in one step.
11465 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11467 * emacs-lisp/re-builder.el (reb-mode-map):
11468 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11470 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11471 new files, deleted files and for changing permissions.
11472 (diff-mode): Set beginning-of-defun-function and
11473 end-of-defun-function.
11475 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11477 * vc.el (vc-default-status-fileinfo-extra): New function.
11478 (vc-status-mark-buffer-changed): Use it.
11479 (vc-update-vc-status-buffer): Allow for partial updates.
11481 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11483 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11484 tramp-register-completion-file-name-handler.
11486 * subr.el (keymap-canonicalize): New function.
11487 * mouse.el (mouse-menu-non-singleton): Use it.
11488 (mouse-major-mode-menu): Remove hack made unnecessary.
11490 * simple.el (set-fill-column): Prompt rather than error by default.
11492 2008-04-04 Andreas Schwab <schwab@suse.de>
11494 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11495 Reset new-rules after each round.
11497 * Makefile.in (cal-autoloads): New target.
11498 (compile, compile-always, recompile): Depend on it.
11499 ($(lisp)/calendar/cal-loaddefs.el)
11500 ($(lisp)/calendar/diary-loaddefs.el)
11501 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11503 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11505 * ediff*.el: Replace load with require in eval-when-compile.
11507 * ediff-hook.el: Delete all invocations of (autoload ...).
11509 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11510 in ediff control window, and set its min height to 2.
11511 (ediff-setup-control-buffer): Dedicate the control window.
11512 (ediff-toggle-multiframe): Undedicate control window.
11513 Work directly with ediff-setup-windows-multiframe and
11514 ediff-setup-windows-plain.
11516 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11518 (ediff-window-setup-function): Change initialization.
11519 (ediff-setup-windows-automatic): Delete.
11520 (ediff-setup-windows-plain-merge): Make control window dedicated.
11521 (ediff-destroy-control-frame): Do not skip frames if working in a
11524 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11527 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11530 2008-04-04 Glenn Morris <rgm@gnu.org>
11532 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11533 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11535 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11536 Rename islamic-calendar-leap-year-p. Update callers.
11537 (calendar-islamic-last-day-of-month):
11538 Rename islamic-calendar-last-day-of-month. Update callers.
11539 (calendar-islamic-day-number):
11540 Rename islamic-calendar-day-number. Update callers.
11541 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11542 Update callers, keep old name as alias.
11543 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11544 Update callers, keep old name as alias.
11545 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11546 Keep old name as alias.
11547 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11548 Update callers, keep old name as alias.
11549 (calendar-islamic-mark-date-pattern):
11550 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11552 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11553 Keep old name as alias.
11554 (diary-islamic-insert-monthly-entry):
11555 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11556 (diary-islamic-insert-yearly-entry):
11557 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11559 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11560 calendar-absolute-from-iso. Update callers, keep old name as alias.
11561 (calendar-iso-print-date): Rename calendar-print-iso-date.
11562 Update callers, keep old name as alias.
11563 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11564 Keep old name as alias.
11565 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11566 Keep old name as alias.
11568 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11569 calendar-absolute-from-julian. Update callers, keep old name as alias.
11570 (calendar-julian-print-date): Rename calendar-print-julian-date.
11571 Update callers, keep old name as alias.
11572 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11573 Update callers, keep old name as alias.
11574 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11575 Update callers, keep old name as alias.
11576 (calendar-astro-print-day-number):
11577 Rename calendar-print-astro-day-number. Update callers, keep old
11579 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11580 Update callers, keep old name as alias.
11582 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11583 Rename calendar-string-to-mayan-long-count. Update callers.
11584 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11585 Update callers, keep old name as alias.
11586 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11588 (calendar-mayan-read-tzolkin-date):
11589 Rename calendar-read-mayan-tzolkin-date. Update callers.
11590 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11591 Keep old name as alias.
11592 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11593 Keep old name as alias.
11594 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11595 Keep old name as alias.
11596 (calendar-mayan-previous-tzolkin-date):
11597 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11598 (calendar-mayan-next-round-date):
11599 Rename calendar-next-calendar-round-date. Keep old name as alias.
11600 (calendar-mayan-previous-round-date):
11601 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11602 (calendar-mayan-long-count-to-absolute): Rename
11603 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11604 (calendar-mayan-goto-long-count-date):
11605 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11607 * calendar/cal-persia.el (calendar-persian-month-name-array):
11608 Rename persian-calendar-month-name-array. Update callers.
11609 (calendar-persian-epoch): Rename persian-calendar-epoch.
11611 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11613 (calendar-persian-last-day-of-month):
11614 Rename persian-calendar-last-day-of-month. Update callers.
11615 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11616 Update callers, keep old name as alias.
11617 (calendar-persian-print-date): Rename calendar-print-persian-date.
11618 Update callers, keep old name as alias.
11619 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11620 Keep old name as alias.
11622 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11623 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11624 * calendar/solar.el: Update for cal-julian name changes.
11626 * calendar/cal-dst.el: Update for persian name changes.
11628 * calendar/cal-menu.el, calendar/calendar.el:
11629 Update for islamic, iso, julian, mayan, persian name changes.
11631 * calendar/diary-lib.el: Update for islamic name changes.
11633 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11634 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11636 (calendar-christian-all-holidays-flag):
11637 Rename all-christian-calendar-holidays. Update callers, keep old
11639 (calendar-islamic-all-holidays-flag):
11640 Rename all-islamic-calendar-holidays. Update callers, keep old
11642 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11643 Update callers, keep old name as alias.
11644 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11645 Update for the above name changes.
11647 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11649 * hilit-chg.el (global-highlight-changes-mode)
11650 (highlight-changes-passive-string, highlight-changes-active-string):
11651 Mark as obsolete since 23.1, not 22.1.
11653 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11655 * hilit-chg.el (highlight-changes-visibility-initial-state)
11656 (hilit-chg-update, highlight-changes-mode-turn-on):
11657 Fix typos in docstrings.
11659 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11661 * newcomment.el (comment-enter-backward): Be careful to restore
11662 position changed during narrowing.
11664 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11666 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11667 Recognize `sub ($$)'.
11669 2008-04-03 Richard Sharman <rsharman@pobox.com>
11671 * hilit-chg.el (highlight-changes-mode): Rename from
11672 highlight-changes; no longer uses sub-modes active and passive;
11673 implemented by define-minor-mode.
11674 (highlight-changes-toggle-visibility): New function, to replace
11675 the old passive/active submodes of global-highlight-changes-mode;
11676 implemented by define-minor-mode.
11677 (global-highlight-changes-mode): Rename from global-highlight-changes;
11678 rewrite using define-globalized-minor-mode.
11679 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11680 (hilit-chg-post-command-hook, hilit-chg-check-global)
11681 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11682 to use of define-globalized-minor-mode.
11683 (highlight-changes-global-initial-state): Change to be boolean.
11684 (highlight-changes-visible-string, highlight-changes-invisible-string):
11685 Rename from highlight-changes-active-string and
11686 highlight-changes-passive-string.
11687 (hilit-chg-update, hilit-chg-set): Use them.
11688 (global-highlight-changes-mode): Rename from global-highlight-changes.
11689 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11691 (hilit-chg-hide-changes): Rewrite to use dolist.
11692 (hilit-chg-set-face-on-change, hilit-chg-update)
11693 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11694 variable instead of testing highlight-changes-mode.
11695 (highlight-markup-buffers): Add require ediff-util; argument on calls
11696 to highlight-changes-mode changed.
11697 (highlight-compare-with-file): Fix problems with interactive
11698 call giving invalid default file.
11700 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11702 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11703 Fix in disassembly buffer (regression in 22.2).
11705 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11707 * emulation/viper-macs.el (viper-read-fast-keysequence):
11708 Use viper-read-event instead of viper-read-key.
11710 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11712 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11713 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11716 * emulation/viper-ex.el, emulation/viper-macs.el:
11717 * emulation/viper-mous.el:
11718 Replace load with require in eval-when-compile.
11720 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11722 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11724 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11725 (archive-try-jka-compr): New function.
11726 (archive-set-buffer-as-visiting-file): Use it.
11728 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11730 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11732 * simple.el (handle-shift-selection): New arg.
11734 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11736 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11738 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11740 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11742 * shell.el (shell-dynamic-complete-filename): New fun.
11743 (shell-dynamic-complete-functions): Use it.
11745 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11747 2008-04-03 Kenichi Handa <handa@m17n.org>
11749 * international/fontset.el (create-fontset-from-x-resource):
11750 Handle the error of X resource more gracefully.
11752 * international/latin1-disp.el (latin1-display): Don't use make-char.
11753 Fix the argument to set-char-table-range.
11754 (latin1-display-identities): Don't use make-char.
11755 (latin1-display-reset): Use map-charset-chars instead of directly
11756 calling standard-display-default.
11757 (latin1-display-check-font): Don't use make-char.
11758 (latin1-display-setup): Likewise.
11759 (latin1-display-ucs-per-lynx): Likewise.
11761 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11763 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11764 name the fields, to make the code clearer.
11765 Rewrite all `aset' and `aref' using the defined accessors.
11766 (timer--time): New pseudo-field.
11767 (timer-set-time, timer-set-idle-time, timer-inc-time)
11768 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11769 (timer--time-less-p): New function.
11770 (timer--activate): New function, extracted from timer-activate.
11771 (timer-activate-when-idle, timer-activate): Use it.
11772 (cancel-function-timers): Use dolist.
11774 2008-04-03 Glenn Morris <rgm@gnu.org>
11776 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11777 Remove declarations; no longer used.
11778 (c-cpp-define-name, c-defun-name): Declare as functions.
11780 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11781 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11783 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11784 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11785 Add optional argument. Simplify.
11786 (holiday-tisha-b-av-etc): Use memq rather than unless.
11787 (holiday-julian): Autoload it.
11788 (holiday-hebrew-misc): New function.
11790 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11792 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11793 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11794 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11795 all-hebrew-calendar-holidays.
11796 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11797 Simplify using new functions.
11798 (calendar-holidays): Doc fix.
11799 (generate-calendar-window): Use bound-and-true-p.
11801 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11803 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11804 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11805 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11806 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11808 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11810 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11812 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11814 * vc-bzr.el (vc-bzr-checkout): Simplify.
11816 * image-mode.el (image-mode-fit-frame): New command.
11818 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11819 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11820 (keyboard-escape-quit): Check region-active-p i.s.o
11821 transient-mark-mode.
11823 2008-04-02 Simon Josefsson <simon@josefsson.org>
11825 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11826 (imap-message-copyuid-1): Use it.
11827 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11829 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11831 2008-04-02 Alan Mackenzie <acm@muc.de>
11833 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11834 New optimised functions to get the name of the current defun/macro.
11836 * add-log.el (add-log-current-defun): Move the functionality which
11837 gets the current function name for C like modes to cc-cmds.el,
11838 thus optimising for speed.
11840 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11842 * simple.el (deactivate-mark): When the mark is temporarily
11843 active, restore the original value of transient-mark-mode.
11844 (set-mark-command): First deactivate the mark if was temporarily active.
11845 (exchange-point-and-mark): Reactivate the mark if it was
11846 temporarily active.
11847 (handle-shift-selection): New fun.
11848 (transient-mark-mode): Move var documentation here from buffer.c.
11849 (next-line, previous-line, backward-word, move-end-of-line)
11850 (move-beginning-of-line, forward-to-indentation)
11851 (backward-to-indentation, back-to-indentation)
11852 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11854 * mouse.el (mouse-set-region-1): Save the old value of
11855 transient-mark-mode.
11856 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11857 transient-mark-mode.
11859 * textmodes/paragraphs.el (forward-paragraph)
11860 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11863 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11865 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11867 * net/tramp.el (tramp-make-tramp-temp-file):
11868 Use `tramp-drop-volume-letter' for the local file name part.
11870 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11872 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11873 Add menu entries corresponding to all the key bindings.
11875 * emacs-lisp/debug.el (debugger-mode-map):
11876 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11877 (conf-align-assignments): Only work on the region if it is active.
11878 (conf-quote-normal): Use when instead of if. Remove redundant test.
11880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11881 for tracing and re-builder.
11883 2008-04-02 Glenn Morris <rgm@gnu.org>
11885 * calendar/appt.el (appt-disp-window-function): Doc fix.
11886 (appt-display-message): Move beep before display.
11887 (appt-check): Make interactive. Reduce the number of lets.
11888 Use string-equal to compare mode-line strings.
11889 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11891 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11892 (appt-delete): Simplify.
11894 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11896 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11898 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11899 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11900 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11902 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11903 (calendar-holiday-marker, mark-visible-calendar-date):
11904 * calendar/diary-lib.el (fancy-diary-display):
11905 Check for font-lock-mode before using faces.
11907 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11908 (calendar-gregorian-from-absolute): Reduce the number of lets.
11909 (hebrew-holidays-4, generate-calendar-window): Simplify.
11910 (calendar-for-loop): Make obsolete.
11911 (calendar-nth-named-day): Doc fix.
11913 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11914 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11915 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11916 Reduce the number of lets.
11917 (mark-sexp-diary-entries, calendar-mark-complex):
11918 Expand calendar-for-loops.
11920 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11922 * find-dired.el (find-dired-filter): Fix last patch to handle
11923 multi-line process input. Pad link numbers too.
11925 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11927 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11929 2008-04-01 Jason Rumney <jasonr@gnu.org>
11931 * international/characters.el (script-list): Add phonetic script,
11932 covering IPA (previously Latin), Phonetic Extensions and
11933 Phonetic Extensions Supplement (both previously unassigned).
11935 * international/fontset.el (setup-default-fontset): Use unicode fonts
11936 that cover bopomofo script for bopomofo.
11937 Likewise for braille and mathematical.
11938 Use unicode scripts that cover the phonetic script for IPA.
11940 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11942 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11943 return the assigned value.
11945 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11947 * abbrev.el (abbrev-mode): Use define-minor-mode.
11949 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11950 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11952 (minor-mode-menu-from-indicator): Use it. Simplify.
11954 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11955 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11956 Bind the key directly to the menu.
11957 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11959 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11961 * epa.el (epa-decrypt-region): Explain the reason why this
11962 function should not be used in Lisp programs.
11963 (epa-decrypt-armor-in-region): Ditto.
11964 (epa-verify-region): Ditto.
11965 (epa-verify-cleartext-in-region): Ditto.
11966 (epa-sign-region): Ditto.
11967 (epa-encrypt-region): Ditto.
11969 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11971 * epa.el (epa-select-keys): Show menu even if there is no key in
11974 2008-04-01 Glenn Morris <rgm@gnu.org>
11976 * calendar/calendar.el (calendar-make-temp-face): New function.
11977 (mark-visible-calendar-date):
11978 * calendar/diary-lib.el (fancy-diary-display): Use it.
11980 * vc-hooks.el (vc-responsible-backend): Declare as function.
11982 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11983 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11984 * calendar/cal-julian.el (holiday-julian): Use it.
11986 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11987 (calendar-hebrew-date-is-visible-p): Extract some common code into
11989 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11991 * calendar/cal-menu.el (cal-menu-holidays-menu):
11992 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11993 rather than obsolete alias.
11995 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11996 for mark characters.
11997 (calendar-unmark): Unmark by removing all overlays, rather than
11999 (calendar-starred-day): Remove.
12000 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
12001 (calendar-cursor-to-date): No need for special star handling now
12003 (calendar-star-date): Use overlays.
12005 * calendar/cal-french.el (calendar-goto-french-date):
12006 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12007 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12008 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12009 * calendar/cal-persia.el (calendar-persian-date-string):
12010 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12011 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12012 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12013 * calendar/solar.el (solar-equinoxes-solstices):
12014 Reduce nesting of some lets.
12016 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12017 (calendar-goto-mayan-long-count-date): Simplify.
12019 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12020 Simplify by using mapcar.
12021 (calendar-list-holidays): Return holiday-list.
12022 (list-holidays): Use let rather than let*. Remove un-needed locals
12024 (calendar-check-holidays): Return result from dolist.
12025 (holiday-float): Use a single let*. Simplify if-and to and.
12026 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12029 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
12031 * calc/calc.el: Autoload `calc-yank'.
12032 (calc-mode-map): Add keybindings for `calc-yank'.
12033 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12034 assignments for `calc-yank'.
12036 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
12038 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12039 (vc-status-mark-buffer-changed): Handle the extra field.
12041 * vc-bzr.el (vc-bzr-after-dir-status):
12042 * vc-cvs.el (vc-cvs-after-dir-status):
12043 * vc-hg.el (vc-hg-after-dir-status):
12044 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12046 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12048 * doc-view.el: Compute displayed pages first (in PDF).
12049 (doc-view-current-converter-processes): Rename from
12050 doc-view-current-converter-process. Update users.
12051 (doc-view-sentinel): Test buffer's liveness.
12052 (doc-view-pdf/ps->png-sentinel): Remove.
12053 (doc-view-start-process): New function.
12054 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12055 (doc-view-ps->pdf): Use it.
12056 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12058 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12059 (doc-view-mode): Kill the processes when leaving the mode.
12061 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
12063 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12064 Use `byte-compile-warning-types'. Add docstring.
12066 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12068 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12069 (smerge-resolve): Add various resolution heuristics.
12071 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12072 in 3-way conflicts.
12074 2008-03-31 Glenn Morris <rgm@gnu.org>
12076 * calendar/cal-bahai.el (diary-bahai-mark-entries):
12077 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12078 * calendar/cal-islam.el (mark-islamic-diary-entries):
12079 Fix argument order in call to diary-mark-entries-1.
12081 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12083 (holiday-bahai): Use an algorithm actually relevant to this calendar
12086 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12088 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12091 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12092 in the last fortnight in Julian October.
12094 * calendar/calendar.el (increment-calendar-month): Optionally handle
12095 systems without 12 months per year.
12096 (calendar-date-is-visible-p): Doc fix. Simplify.
12098 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12101 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
12103 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12104 (hi-lock-unload-function): New function.
12106 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12108 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12109 overwriting when NEWNAME is a local file.
12111 * net/trampver.el: Update release number.
12113 2008-03-30 Alexandre Julliard <julliard@winehq.org>
12115 * vc-git.el: Make vc-status display information about copies,
12116 renames and permission changes.
12117 (vc-git-extra-fileinfo): New defstruct.
12118 (vc-git-escape-file-name, vc-git-file-type-as-string)
12119 (vc-git-rename-as-string, vc-git-permissions-as-string)
12120 (vc-git-status-printer): New functions.
12121 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12122 (vc-git-after-dir-status-stage1): Look for copies, renames and
12123 permission changes.
12124 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12125 (vc-git-dir-status): Ask for staged files and renames.
12127 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
12129 * vc.el: Allow backends to display backend specific information in
12130 the vc-status listing.
12131 (vc-status-fileinfo): Add a field for backend specific information.
12132 (vc-status-printer): Rename to ...
12133 (vc-default-status-printer): ... this.
12134 (vc-status-printer): New function.
12135 (vc-update-vc-status-buffer): Set the backend specific file info
12138 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12140 * textmodes/remember.el (remember-diary-convert-entry): Revert last
12141 change (ill-conceived).
12143 2008-03-29 Glenn Morris <rgm@gnu.org>
12145 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12146 * calendar/cal-julian.el (holiday-julian): Simplify.
12148 * calendar/holidays.el (list-holidays): Use or.
12150 2008-03-29 Juri Linkov <juri@jurta.org>
12152 * window.el (split-window-preferred-horizontally): New function.
12154 * cus-start.el (split-window-preferred-function):
12155 Set choice for "vertically" to nil instead of split-window.
12156 Set choice for "horizontally" to split-window-preferred-horizontally
12159 2008-03-29 Juri Linkov <juri@jurta.org>
12161 * simple.el (minibuffer-default-add-function): New variable with
12162 the default to minibuffer-default-add-completions.
12163 (minibuffer-default-add-done): New variable. Make it buffer-local.
12164 (minibuffer-default-add-completions): New function.
12165 (goto-history-element): Set minibuffer-default-add-done to t and
12166 call a function in minibuffer-default-add-function when the
12167 specified absolute history position is greater than the length of
12168 the minibuffer-default list and minibuffer-default-add-done is nil.
12169 Change "^End of history; no next item$" to "^End of defaults;
12172 * bindings.el (debug-ignored-errors): Change "^End of history;
12173 no next item$" to "^End of defaults; no next item$".
12175 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12177 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12179 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12180 to with-no-warnings.
12182 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
12184 Sync with Tramp 2.1.13.
12186 * net/tramp-ftp.el: Require 'cl when byte-compiling.
12188 * net/trampver.el: Update release number.
12190 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12192 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12193 the current backend.
12195 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12196 (vc-status-refresh): Create a temporary buffer and call the
12197 `dir-status' backend function from that buffer.
12199 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12200 (vc-bzr-after-dir-status): Don't kill the buffer.
12202 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12203 (vc-cvs-after-dir-status): Don't kill the buffer.
12205 * vc-git.el (vc-git-dir-status): Don't create a buffer.
12206 (vc-git-after-dir-status-stage2): Don't kill the buffer.
12208 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12209 (vc-hg-after-dir-status): Don't kill the buffer.
12211 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12212 (vc-svn-after-dir-status): Don't kill the buffer.
12214 2008-03-29 Glenn Morris <rgm@gnu.org>
12216 * calendar/calendar.el (diary-file, american-date-diary-pattern)
12217 (european-date-diary-pattern, european-calendar-display-form)
12218 (american-calendar-display-form, diary-display-hook): Doc fixes.
12219 (european-calendar-style): Doc fix. Use calendar-set-date-style for
12220 custom :set. Mark as obsolete.
12221 (calendar-date-style, iso-date-diary-pattern)
12222 (iso-calendar-display-form): New user variables.
12223 (diary-date-forms, calendar-date-display-form): Set using
12224 calendar-date-style. Doc fix.
12225 (calendar-set-date-style): New command.
12226 (european-calendar, american-calendar): Use calendar-set-date-style.
12229 * calendar/diary-lib.el (number): Move declaration where needed.
12230 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12231 (diary-make-date): New function.
12232 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12233 Use diary-make-date.
12234 (diary-date-display-form, diary-insert-entry-1): New functions.
12235 (insert-monthly-diary-entry, insert-yearly-diary-entry):
12236 Use diary-insert-entry-1.
12237 (insert-anniversary-diary-entry, insert-block-diary-entry)
12238 (insert-cyclic-diary-entry): Use diary-date-display-form.
12240 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12241 Autoload diary-insert-entry-1.
12242 * calendar/cal-bahai.el (diary-bahai-insert-entry)
12243 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12244 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12245 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12246 * calendar/cal-islam.el (insert-islamic-diary-entry)
12247 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12248 Use diary-insert-entry-1.
12250 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12251 (diary-yahrzeit): Doc fix. Use diary-make-date.
12253 * calendar/icalendar.el (icalendar--datetime-to-american-date):
12254 New name for icalendar--datetime-to-noneuropean-date. Make old name
12256 (icalendar--datetime-to-iso-date): New function.
12257 (icalendar--datetime-to-diary-date): Doc fix. Respect
12258 calendar-date-style if bound.
12260 * textmodes/remember.el (remember-diary-convert-entry):
12261 Respect calendar-date-style if bound.
12263 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12265 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12266 (xterm-mouse-handle-delete-frame): Delete.
12268 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12269 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12270 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12271 in xterm-modify-other-keys-terminal-list.
12273 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12276 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12278 * vc.el (vc-update): Check if the buffer is unsaved only if it
12280 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12283 2008-03-28 Magnus Henoch <mange@freemail.hu>
12285 * net/dns.el (dns-write): Use set-buffer-multibyte.
12287 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12289 * vc-bzr.el (vc-bzr-sha1): New fun.
12290 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12291 (vc-bzr-registered): Use it.
12293 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12295 * vc.el (vc-status-kill-dir-status-process): Simplify.
12296 (vc-status-refresh): Make sure the buffer is live.
12297 (ring): Don't require it, not used.
12299 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
12301 * progmodes/verilog-mode.el (verilog-auto-inout-module):
12302 Add optional regular expression to AUTOINOUTMODULE.
12303 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12304 (verilog-auto-inst-param, verilog-auto-reg)
12305 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12306 (verilog-auto-output-every, verilog-auto-input)
12307 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12308 (verilog-auto-unused, verilog-auto): Update documentation to use
12309 more obvious instance module names versus cell names.
12311 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
12313 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12314 kill if a process is running.
12316 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12318 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12320 * vc.el: Add new backend function 'status-extra-headers.
12321 (vc-default-status-extra-headers): New function.
12322 (vc-status-headers): Call 'status-extra-headers. Add colors.
12324 * vc-git.el (vc-git-status-extra-headers): New function.
12326 2008-03-28 Glenn Morris <rgm@gnu.org>
12328 * calendar/cal-menu.el (cal-menu-holidays-menu)
12329 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12330 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12331 holiday-list is optional.
12332 (calendar-mouse-holidays): Remove un-needed local `l'.
12334 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12335 Remove un-needed local `date'.
12336 (calendar-cursor-to-visible-date): Use let rather than let*.
12337 Remove un-needed local `first-of-month-weekday'.
12339 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12341 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12343 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
12344 (diary-header-line-flag, diary-header-line-format): Declare.
12345 (diary-pull-attrs): Check for multiple matches.
12346 (diary-list-entries-2): Simplify finding start of date.
12347 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12349 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12350 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12352 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
12354 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12358 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12360 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12362 * image-mode.el (image-mode-reapply-winprops): Fix last change.
12364 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12366 * international/mule-conf.el (define-iso-single-byte-charset):
12367 Don't make latin-iso8859-* supplementary.
12368 (#'set-charset-priority): Don't change the priority of charsets
12369 `unicode' and `emacs'.
12371 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12373 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12376 2008-03-27 Glenn Morris <rgm@gnu.org>
12378 * calendar/cal-bahai.el (diary-bahai-list-entries):
12379 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12380 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12382 * calendar/calendar.el (diary-file): Doc fix.
12384 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12385 (list-diary-entries-hook, mark-diary-entries-hook)
12386 (include-other-diary-files, diary-mail-entries)
12387 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12388 (diary-set-header): New function.
12389 (diary-header-line-flag, diary-header-line-format):
12390 Use diary-set-header for custom :set function.
12391 (diary-set-maybe-redraw): Use symbol-value rather than eval.
12392 (diary-attrtype-convert): Use intern-soft rather than read.
12393 (diary-display-no-entries): New function.
12394 (simple-diary-display, fancy-diary-display): Use it.
12395 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
12396 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12398 * calendar/holidays.el (list-holidays): Doc fix.
12400 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
12402 * calc/calc-store.el (calc-read-var-name-history): New variable.
12403 (calc-read-var-name): Use `calc-read-var-name-history'.
12405 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12407 * image-mode.el (image-mode-reapply-winprops): Simplify now that
12408 window-configuration-change-hook works buffer-locally.
12410 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12412 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12413 for Emacs Lisp, not Lisp.
12415 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
12417 * help-fns.el (describe-function-1, describe-variable):
12418 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12420 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12421 replacement is provided, don't print "use nil instead".
12423 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12425 * complete.el (PC-do-completion): Use regexp-quote.
12427 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12429 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12430 Detect missing files.
12432 * vc-git.el (vc-git-extra-menu-map): New key map.
12433 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12436 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12437 and 'missing files.
12439 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12441 * calendar/holidays.el (list-holidays): Make Y2 optional.
12443 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12444 buffers shown to the user.
12445 (appt-disp-window): Disable undo explicitly now that the leading space
12448 * simple.el (activate-mark): New function.
12449 (set-mark-command): Use it with region-active-p to clean up the code.
12450 (exchange-point-and-mark): Invert the meaning of C-u when
12451 transient-mark-mode is active.
12453 * dired-aux.el (dired-create-files): Use dolist.
12455 * bindings.el (mode-line-change-eol): Use with-selected-window.
12457 * apropos.el (apropos-command): Include macros.
12459 2008-03-26 Glenn Morris <rgm@gnu.org>
12461 * calendar/cal-bahai.el: Require calendar, not cal-julian.
12462 (calendar-bahai-epoch): Doc fix.
12464 * calendar/cal-china.el: Explicitly require calendar.
12466 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12467 Require calendar rather than cal-julian.
12468 Autoload calendar-absolute-from-julian.
12469 * calendar/cal-coptic.el (coptic-calendar-epoch):
12470 * calendar/cal-islam.el (calendar-islamic-epoch):
12471 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12473 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12475 * calendar/cal-dst.el: Don't require cal-persia.
12476 (calendar-absolute-from-persian): Autoload it.
12477 (dst-adjust-time): Doc fix.
12479 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12480 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12483 * calendar/cal-menu.el: Require calendar rather than declaring
12485 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12487 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12488 calendar-after-frame-setup-hooks. Update callers, make old name an
12489 obsolete alias. Doc fix.
12490 (calendar-frame-1): Doc fix.
12492 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12494 * calendar/calendar.el (oriental-holidays, solar-holidays):
12495 * calendar/holidays.el (list-holidays): Assume atan always bound.
12497 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12498 Explicitly require calendar, not cal-julian.
12499 * calendar/lunar.el: Explicitly require cal-dst.
12501 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12503 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12505 * help-fns.el (describe-function-1, describe-variable): If no
12506 replacement is provided, don't print "use nil instead".
12508 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12510 * proced.el: New file.
12512 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12514 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12516 2008-03-25 Juri Linkov <juri@jurta.org>
12518 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12519 in battery-mode-line-format.
12521 * bindings.el (minibuffer-local-map): For the command
12522 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12523 with map which is already locally bound to minibuffer-local-map.
12525 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12527 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12528 Remove `sort-first' argument.
12530 * subr.el (redisplay-end-trigger-functions)
12531 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12532 (process-filter-multibyte-p, set-process-filter-multibyte):
12535 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12537 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12538 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12539 use the LOCAL arg of `add-hook'.
12540 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12541 Remove spurious * from defcustom docstrings.
12542 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12543 Fix typos in messages.
12544 (reb-mode-buffer-p): New function.
12545 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12546 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12547 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12548 Use `unless', `when'.
12549 (re-builder-unload-function): New function.
12551 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12553 * vc-hooks.el (vc-state): Add documentation for 'missing.
12555 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12557 * progmodes/verilog-mode.el (verilog-auto-output)
12558 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12559 (verilog-delete-auto): Add optional regular expression to
12560 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12561 (verilog-signals-matching-regexp): New internal function for
12564 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12566 * info.el (Info-isearch-search): Always return point.
12568 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12570 * diff-mode.el (diff-remembered-defdir): New var.
12571 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12573 2008-03-25 Glenn Morris <rgm@gnu.org>
12575 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12576 calendar-bahai-prompt-for-date. Update callers, make old name an
12577 obsolete alias. Doc fix.
12578 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12579 coptic-prompt-for-date. Update callers, make old name an
12580 obsolete alias. Doc fix.
12581 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12582 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12583 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12584 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12585 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12586 calendar-iso-read-args. Update callers, make old name an obsolete
12588 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12589 persian-prompt-for-date. Update callers, make old name an
12590 obsolete alias. Doc fix. Move definition before use.
12592 * calendar/cal-x.el (diary-frame-parameters)
12593 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12594 (calendar-frame-1): Doc fixes.
12595 (make-fancy-diary-buffer): Remove declaration.
12596 (calendar-dedicate-diary): Replace call to deleted function
12597 make-fancy-diary-buffer.
12598 (calendar-frame-setup): New function.
12599 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12600 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12601 work, and mark as obsolete.
12602 (special-display-buffer-names): Don't mess with this; it's not our
12604 (cal-x-load-hook): Defvar it, and mark as obsolete.
12606 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12607 Default to t. Add to 'calendar group.
12608 (calendar): Doc fix. Use calendar-frame-setup.
12609 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12610 (generate-calendar-window): Doc fix.
12612 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12614 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12616 2008-03-24 Drew Adams <drew.adams@oracle.com>
12618 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12620 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12621 (finder-exit): Ignore errors rather than avoiding them.
12622 Kill *Finder-package* buffer also.
12624 2008-03-24 Andreas Schwab <schwab@suse.de>
12626 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12628 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12630 * vc-hg.el (vc-hg-after-dir-status):
12631 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12633 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12634 Detect removed files.
12636 * vc.el (vc-status-printer): Use a different face for missing files.
12637 (vc-status-hide-up-to-date): Rename from
12638 vc-status-remove-up-to-date. Update all callers.
12639 (vc-status-mode-map): Bind C-m.
12641 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12643 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12645 (vc-git--state-code): ... to this new function.
12646 (vc-git-state): Use it.
12648 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
12650 * textmodes/remember.el (remember-mail-date)
12651 (remember-store-in-mailbox): Write date and From line in such a
12652 way that Mutt can read it.
12654 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12656 * simple.el (transient-mark-mode): Turn on by default.
12658 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12660 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12661 'unregistered for unregistered files.
12663 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12665 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12667 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12670 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12671 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12672 Add :enable for vc-status-refresh.
12673 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12674 (vc-status-tool-bar-map): Add binding for
12675 vc-status-kill-dir-status-process.
12676 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12677 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12678 Reset vc-status-process-buffer.
12679 (vc-status-refresh): Don't run two refreshes at a time.
12680 (vc-status): If the buffer is already in vc-status-mode only refresh.
12681 (vc-status-mark-buffer-changed): Add an optional file parameter.
12682 (vc-resynch-buffer): Use it.
12683 (vc-delete-file): Expand the file name before using it.
12684 Be careful to not create a new buffer with the old file contents.
12685 Update the VC state after performing the operation.
12687 2008-03-23 Andreas Schwab <schwab@suse.de>
12689 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12690 Fix radio button condition.
12692 [customize]: Add radio button.
12694 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12696 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12697 (calc-user-parse-tables, calc-gnuplot-default-device)
12698 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12699 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12700 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12701 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12702 (calc-undo-list, calc-redo-list, calc-main-buffer)
12703 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12704 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12705 (calc-said-hello, calc-executing-macro, calc-any-selections)
12706 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12707 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12708 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12709 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12710 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12711 (calc-create-buffer, calc-quit): Add docstrings.
12713 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12715 * makefile.w32-in (WINS_ALMOST): Add org.
12717 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12719 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12720 New functions to implement vc-status support.
12722 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12724 * vc.el (vc-status-prepare-status-buffer): New function.
12725 (vc-status): Use it.
12727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12730 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12732 * vc-git.el (vc-git--empty-db-p)
12733 (vc-git-after-dir-status-stage1-empty-db): New functions.
12734 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12735 Add support for empty repositories.
12737 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12739 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12740 Allow "^" in a version name.
12742 * vc-mtn.el (vc-mtn-state): Support the added state.
12744 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12746 * org: New directory for Org-mode.
12748 * org/org-export-latex.el: Moved from lisp/texmodes.
12750 * org/org-irc.el: Moved from lisp/texmodes.
12752 * org/org-mac-message.el: Moved from lisp/texmodes.
12754 * org/org-mouse.el: Moved from lisp/texmodes.
12756 * org/org-publish.el: Moved from lisp/texmodes.
12758 2008-03-21 Juri Linkov <juri@jurta.org>
12760 * comint.el (comint-dynamic-simple-complete):
12761 Use variable `stub' for the second arg `common-substring'
12762 of `comint-dynamic-list-completions'.
12763 (comint-dynamic-list-filename-completions):
12764 Use variable `filenondir' for the second arg `common-substring'
12765 of `comint-dynamic-list-completions'.
12766 (comint-dynamic-list-completions): Add new optional arg
12767 `common-substring'. Add `common-substring' as the second arg of
12768 the call to `display-completion-list'. Doc fix.
12770 * comint.el (comint-dynamic-complete-as-filename)
12771 (comint-dynamic-list-filename-completions)
12772 (comint-dynamic-simple-complete): Use `minibuffer-message'
12773 to display message "No completions of %s" when a command
12774 is called in the minibuffer.
12775 (comint-dynamic-simple-complete): Don't display other
12776 completion messages when a command is called in the minibuffer.
12777 (comint-dynamic-list-completions): Use `minibuffer-message'
12778 to display message " [Type space to flush ...]" when a command
12779 is called in the minibuffer.
12781 * shell.el (shell-dynamic-complete-command)
12782 (shell-dynamic-complete-environment-variable): Don't display
12783 completion messages when command is called in the minibuffer.
12785 * emacs-lisp/lisp.el (lisp-complete-symbol):
12786 Use `minibuffer-message' to display message "No completions of %s"
12787 when this command is called in the minibuffer.
12789 * bindings.el (standard-mode-line-modes): Put special help-echo
12790 tooltip on recursive edit %[ %] mode-line constructs.
12792 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12793 "^No dynamic expansion for .* found$" to allow error messages like
12794 "No dynamic expansion for \"%s\" found in this-buffer".
12796 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12798 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12801 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12803 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12804 * vc.el (vc-default-dired-state-info): Use just "modified".
12805 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12806 (vc-cvs-mode-line-string): Make use of the better default.
12807 (vc-cvs-parse-entry): Use the new `added'.
12808 (vc-cvs-dired-state-info): Remove.
12809 * vc-svn.el (vc-svn-dired-state-info): Remove.
12810 * vc-hg.el (vc-hg-dired-state-info): Remove.
12811 * vc-git.el (vc-git-dired-state-info): Remove.
12813 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12815 * vc-git.el (vc-git-status-result): New variable.
12816 (vc-git-dir-status): Split out ...
12817 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12818 ... these new functions and work asynchronously.
12820 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12822 * vc-git.el (vc-git-after-dir-status): Remove.
12823 (vc-git-dired-state-info): Reimplement.
12825 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12827 * replace.el (occur-mode-map): Add :help.
12829 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12832 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12834 (vc-status-remove-up-to-date): New function.
12835 (vc-status-mode-map, vc-status-menu-map): Bind it.
12836 (vc-status-printer): Use a different face up-to-date files.
12837 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12838 (Todo): Remove solved entries.
12840 * vc-hg.el (vc-hg-state):
12841 * vc-git.el (vc-git-state):
12842 * vc-cvs.el (vc-cvs-parse-status):
12843 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12846 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12848 * progmodes/compile.el (compile):
12849 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12851 * simple.el (minibuffer-local-shell-command-map): New var.
12852 (minibuffer-complete-shell-command, read-shell-command): New funs.
12853 (shell-command, shell-command-on-region): Use them.
12855 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12857 * vc.el (vc-status-mark-buffer-changed): New function to implement
12858 updating of the *vc-status* buffer when a buffer is saved.
12859 (vc-status-mode): Use it for after-change-hook.
12860 (vc-add-to-vc-status-buffer): Rename to ...
12861 (vc-status-add-entry): ... this.
12862 (Todo): Add new entry.
12864 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12866 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12868 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12870 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12871 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12872 Remove spurious * from defcustom docstrings.
12873 (icomplete-compute-delay): Fix docstring and remove spurious *.
12874 (icomplete-delay-completions-threshold): Fix typo in docstring and
12876 (icomplete-completions): While collecting the list of prospective
12877 candidates, don't overshoot `icomplete-prospects-length'.
12879 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12881 * textmodes/refbib.el:
12882 * textmodes/reftex.el:
12883 * textmodes/reftex-global.el:
12884 * textmodes/reftex-vars.el:
12885 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12886 compiler pacifying defvars.
12887 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12888 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12891 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12893 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12894 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12895 (verilog-customize, verilog-font-customize)
12896 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12897 (verilog-mode): Update documentation strings to match tool tips.
12898 (verilog-auto-search-do, verilog-auto-re-search-do)
12899 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12900 expansion when a .* appears inside a string.
12901 (verilog-re-search-forward, verilog-re-search-backward):
12902 Add comment to recall how this works.
12903 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12905 2008-03-20 Glenn Morris <rgm@gnu.org>
12907 * calendar/calendar.el (calendar-other-dates): New function.
12908 (calendar-print-other-dates): Use calendar-other-dates.
12909 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12910 the declarations it replaces.
12911 (calendar-mouse-print-dates): Use calendar-other-dates.
12913 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12914 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12915 (calendar-absolute-from-bahai): Fix the leap-year case.
12916 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12917 (calendar-bahai-date-string, calendar-bahai-print-date):
12918 Handle pre-Bahai dates.
12920 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12921 (chinese-calendar-terrestrial-branch): Make defcustoms.
12923 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12924 (calendar-mouse-view-diary-entries): Use or.
12925 (calendar-mouse-chinese-date): Remove unused command.
12926 (cal-menu-load-hook): Mark as obsolete.
12928 * calendar/solar.el (calendar-location-name, calendar-latitude)
12929 (calendar-longitude, solar-arctan, sunrise-sunset)
12930 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12932 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12934 * calc/calc.el: Remove outdated comments.
12935 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12936 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12939 2008-03-19 Jason Rumney <jasonr@gnu.org>
12941 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12943 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12945 * net/tls.el (open-tls-stream): Reindent.
12947 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12949 * net/tramp.el (tramp-let-maybe): Removed.
12950 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12951 It does not exist under XEmacs.
12952 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12953 (tramp-completion-file-name-handler): Let-bind
12954 `directory-sep-char'.
12956 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12957 `directory-sep-char'.
12959 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12961 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12962 for autoloaded keymaps.
12964 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12965 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12966 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12967 (verilog-in-comment-p, verilog-in-star-comment-p)
12968 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12969 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12970 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12971 (verilog-skip-forward-comment-p): Use it.
12973 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12975 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12976 (org-remember-templates, org-time-stamp-rounding-minutes)
12977 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12978 (org-columns-new): Fix typos in docstrings.
12980 2008-03-19 Glenn Morris <rgm@gnu.org>
12982 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12983 (tramp-handle-shell-command): Use condition-case rather than
12986 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12988 * diff-mode.el (diff-header): Make the color louder.
12989 (diff-refine-change): Tone the color down.
12991 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12993 * descr-text.el (describe-char): When `describe-char-unidata-list'
12994 is set to show all properties, list them in the right order.
12996 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12998 * international/mule.el (load-with-code-conversion): Avoid setting
12999 default-enable-multibyte-characters.
13001 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
13003 * vc.el (vc-annotate-background): Fix custom type.
13005 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13007 * descr-text.el (describe-char-unidata-list): Allow specifying
13008 just all properties.
13009 (describe-char): Handle that new value.
13011 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13013 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13015 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13016 instead of file name extension to make docs with uncommon
13019 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13021 * doc-view.el (require): Require cl at compile time because
13024 2008-03-18 Glenn Morris <rgm@gnu.org>
13026 * calendar/calendar.el (initial-calendar-window-hook)
13027 (today-visible-calendar-hook): Doc fixes.
13029 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
13031 * net/tramp.el (tramp-root-regexp): Simplify.
13032 (tramp-completion-file-name-regexp-separate): Don't insist on
13033 leading "[". This prevents method or user or host completion.
13034 (tramp-let-maybe): Autoload it.
13035 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
13036 is an alias for `identity'.
13037 (tramp-handle-write-region): Protect `last-coding-system-used'
13038 over the trailing statements.
13039 (tramp-completion-file-name-handler-post-function): Remove.
13040 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13041 instead of calling `tramp-drop-volume-letter'.
13045 * net/trampver.el: Move coding cookie at the end.
13047 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13049 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13050 elements which may be something else than characters.
13052 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
13054 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13055 New functions to implement vc-status support.
13057 * vc.el (vc-default-extra-status-menu)
13058 (vc-add-to-vc-status-buffer): New functions.
13060 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13061 for eldoc and ielm.
13063 2008-03-17 Glenn Morris <rgm@gnu.org>
13065 * calendar/cal-x.el (diary-frame-parameters)
13066 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13067 Fix custom type; add options.
13068 (calendar-frame, diary-frame): Doc fixes.
13069 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13071 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13072 Use calendar-frame-1 and calendar-dedicate-diary.
13073 (calendar-one-frame-setup): Also handle only-one-frame case.
13074 (calendar-only-one-frame-setup): Doc fix. Just call
13075 calendar-one-frame-setup.
13077 * calendar/diary-lib.el: Re-order some definitions before their use.
13078 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13079 (diary-list-entries): Doc fixes.
13080 (make-fancy-diary-display): Remove function.
13082 * calendar/calendar.el (calendar-today-marker)
13083 (initial-calendar-window-hook, today-visible-calendar-hook)
13084 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13085 (calendar-star-date, calendar-mark-today): Doc fixes.
13086 (today-visible-calendar-hook): Add options.
13087 (calendar-in-read-only-buffer): New macro.
13088 (calendar-basic-setup): Adapt for change in calendar-read-date.
13089 Place holiday let inside if.
13090 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13091 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13092 (calendar-print-other-dates): Use one let rather than many.
13094 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13095 (calendar-print-other-dates):
13096 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13097 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13098 * calendar/holidays.el (calendar-list-holidays, list-holidays)
13099 (calendar-cursor-holidays):
13100 * calendar/lunar.el (calendar-phases-of-moon): Use
13101 calendar-in-read-only-buffer to replace previous code and disable undo.
13103 2008-03-16 Juri Linkov <juri@jurta.org>
13105 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13106 and regexp-search-ring-yank-pointer for the HISTPOS argument of
13107 read-from-minibuffer to provide the correct initial minibuffer
13108 history position in isearch-edit-string when it is called from
13109 isearch-ring-adjust.
13111 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13112 to check if the current buffer is the minibuffer, and in this case
13113 call abort-recursive-edit to kill the minibuffer. Doc fix.
13114 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13115 when the current buffer is the minibuffer.
13117 * simple.el (goto-line): Leave mark at previous position. Doc fix.
13119 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
13121 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13122 Use non-nil PARENTS attribute of make-directory instead of
13123 explicitly checking existence the current cache directory.
13125 2008-03-16 Daiki Ueno <ueno@unixuser.org>
13127 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13128 M-x epa-file-select-keys.
13130 2008-03-16 Kenichi Handa <handa@m17n.org>
13132 * international/mule.el (auto-coding-alist):
13133 Use no-conversion-multibyte for archive files.
13135 2008-03-16 Glenn Morris <rgm@gnu.org>
13137 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13139 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13140 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13141 Use calendar-mark-1.
13142 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13143 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13144 Use calendar-mark-complex.
13145 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13146 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13147 Use calendar-mark-1.
13149 * calendar/calendar.el (calendar-mod): Remove.
13150 * calendar/cal-china.el (calendar-chinese-from-absolute)
13151 (calendar-chinese-date-string): Expand calendar-mod calls.
13152 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13153 Expand calendar-mod calls.
13155 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13156 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13157 (diary-bahai-insert-yearly-entry): Use let rather than let*.
13158 Move obsolete aliases after the functions that replaced them.
13160 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13161 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13162 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13163 Use let rather than let*.
13164 (calendar-hebrew-prompt-for-date): New function.
13165 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13166 (holiday-tisha-b-av-etc): Use unless, let.
13168 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13169 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13171 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13173 * calendar/calendar.el (calendar-for-loop): Add indent spec.
13175 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13176 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13178 (diary): Remove un-needed let.
13179 (view-other-diary-entries): Rename argument.
13180 (diary-list-entries-2): New function.
13181 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13182 (print-diary-entries): Use unless.
13183 (diary-mark-entries-1): Change argument order, make all but
13184 markfunc optional. Handle the standard (Gregorian) case.
13185 Use match-string-no-properties. Handle marks.
13186 (mark-diary-entries): Use diary-mark-entries-1.
13187 (diary-font-lock-keywords-1): New macro.
13188 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13190 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
13192 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13193 (icalendar-export-hidden-diary-entries): New variable.
13194 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13195 In case of error, insert full error-val.
13196 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
13197 Use calendar-day-of-week. Return the day number.
13198 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13200 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
13202 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13203 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13204 (icalendar-export-region): Ignore hidden diary entries.
13205 (icalendar--convert-ordinary-to-ical): Fix case where event
13206 spans across midnight boundary.
13207 (icalendar-first-weekday-of-year): New function.
13208 (icalendar--convert-weekly-to-ical): Allow user-selectable start
13209 year for recurring events (Mozilla calendars do not propagate
13210 recurring events forever, so year 2000 start date was not working).
13211 (icalendar--convert-yearly-to-ical): Remove extra spaces in
13212 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13214 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
13216 * net/tramp.el (tramp-root-regexp): New defconst.
13217 (tramp-completion-file-name-regexp-unified)
13218 (tramp-completion-file-name-regexp-separate)
13219 (tramp-completion-file-name-regexp-url): Use it.
13220 (tramp-do-copy-or-rename-file-via-buffer):
13221 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
13222 t for `insert-file-contents-literally'.
13223 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13225 (tramp-completion-file-name-handler-post-function): New defconst.
13226 (tramp-completion-file-name-handler): Use it.
13227 (tramp-maybe-open-connection): Update calls to
13228 `tramp-flush-connection-property' for removed 2nd argument.
13230 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13232 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13233 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13236 2008-03-15 Glenn Morris <rgm@gnu.org>
13238 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13240 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13241 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13242 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13243 (diary-bahai-list-entries): Use diary-list-entries-1.
13244 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
13245 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13246 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13247 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13248 (list-hebrew-diary-entries): Use diary-list-entries-1.
13249 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
13250 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13251 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13252 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13253 (list-islamic-diary-entries): Use diary-list-entries-1.
13254 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
13256 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13258 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13260 * calendar/cal-china.el (number-chinese-months)
13261 (calendar-chinese-from-absolute): Use nth, caar.
13263 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13265 * calendar/cal-french.el (french-calendar-accents): Doc fix.
13267 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13268 (calendar-hebrew-month-name-array-leap-year)
13269 (hebrew-calendar-parashiot-names): Make constants.
13270 (diary-parasha): Move definition after constants it uses.
13272 * calendar/cal-html.el (cal-html-insert-link-yearpage)
13273 (cal-html-htmlify-list): Doc fix.
13274 (cal-html-htmlify-entry): Use nth.
13276 * calendar/cal-islam.el (calendar-islamic-month-name-array)
13277 (calendar-islamic-epoch): Make constants.
13278 (calendar-islamic-epoch): Doc fix.
13280 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13282 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13283 (cal-tex-month-name): Doc fix.
13284 (cal-tex-last-blank-p): Use zerop.
13286 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13287 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13288 (calendar-cursor-to-date): Doc fix.
13289 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13290 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13291 (calendar-day-number): Use when.
13292 (generate-calendar-month): Use dotimes.
13293 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13294 (calendar-set-mark): Reverse conditional.
13295 (calendar-make-alist): Move definition before use.
13297 * calendar/diary-lib.el (diary-face-attrs)
13298 (diary-glob-file-regexp-prefix, diary-selective-display)
13299 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13300 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13301 (diary-anniversary, diary-cyclic)
13302 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13303 (diary-header-line-format): Change wording.
13304 (diary-list-entries): Set `date-start' in let.
13305 (include-other-diary-files, mark-included-diary-files): Use format.
13306 (simple-diary-display, fancy-diary-display): Use cadr, unless.
13307 (mark-diary-entries): Use 1+.
13308 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13309 (mark-calendar-month): Use dotimes.
13311 * calendar/holidays.el (displayed-month, displayed-year):
13312 Move declarations where needed.
13313 (calendar-list-holidays): Doc fix.
13315 * calendar/parse-time.el (parse-time-string): Simplify.
13317 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13319 (solar-sunrise-sunset): Rename some local variables for clarity.
13320 (sunrise-sunset): Use zerop.
13321 (solar-mean-equinoxes/solstices): Doc fix.
13323 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13325 (timeclock-completing-read, timeclock-generate-report): Use zerop.
13326 (timeclock-mean, timeclock-generate-report): Use dolist.
13328 * calendar/todo-mode.el (todo-add-category): Simplify.
13329 (todo-more-important-p, todo-delete-item, todo-file-item):
13331 (todo-top-priorities): Use zerop.
13333 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
13335 * buff-menu.el (list-buffers-noselect): Display buffer name in
13336 tooltip instead of mouse binding when it doesn't fit in the list.
13338 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13340 * faces.el (xw-defined-colors):
13341 * simple.el (widget-convert, shell-mode): Declare as functions
13342 instead of autoloading.
13348 * emacs-lisp/backquote.el:
13349 * emacs-lisp/timer.el:
13355 * textmodes/fill.el:
13356 * textmodes/paragraphs.el: Remove autoloads, redundant when the
13357 files are preloaded.
13359 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13361 * desktop.el (desktop-create-buffer): Don't catch errors if
13362 debug-on-error is set.
13364 2008-03-14 Eli Zaretskii <eliz@gnu.org>
13366 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13367 ($(lisp)/calendar/diary-loaddefs.el)
13368 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13369 (LOADDEFS): New macro.
13370 (autoloads): Depend on $(LOADDEFS).
13372 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13374 * font-lock.el (featurep): Remove test, not useful anymore.
13375 (facemenu-keymap): Move key binding ...
13376 * facemenu.el (facemenu-keymap): ... here.
13378 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
13379 for each file in the list.
13380 (vc-bzr-log-view-mode): Recognize the file marker.
13382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13383 for checkdoc and profiling.
13385 2008-03-14 Bastien Guerry <bzg@altern.org>
13387 * textmodes/flyspell.el (nxml-mode): Add the right
13388 `flyspell-mode-predicate'.
13390 * wid-edit.el (link): Use 'mouse-face for :follow-link.
13392 2008-03-14 Glenn Morris <rgm@gnu.org>
13394 * calendar/solar.el: Reorder so that functions are defined before use.
13395 (displayed-month, displayed-year): Move declarations where needed.
13396 (solar-get-number): Move definition before use. Use unless.
13397 (solar-equatorial-coordinates): Simplify.
13398 (solar-sunrise-and-sunset): Use let rather than let*.
13399 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13401 * startup.el (command-line-1): Rename -internal-script back to
13402 -scriptload (reverts previous change).
13404 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13405 (calendar-bahai-leap-base): Add doc strings.
13406 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13407 Move definition before use.
13408 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13409 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13410 variables outside the loop. Use dolist.
13411 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13413 * calendar/cal-china.el: Re-order so that functions are defined before
13415 (displayed-month, displayed-year): Move declarations where needed.
13416 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13417 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13419 (chinese-year-cache): Recenter on 2010. Doc fix.
13420 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13422 (chinese-year-cache-init): New function.
13423 (compute-chinese-year, holiday-chinese-new-year)
13424 (calendar-chinese-date-string, calendar-goto-chinese-date)
13425 (make-chinese-month-assoc-list): Use cadr, nth.
13426 (chinese-months): Remove un-needed let.
13428 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13429 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13430 (coptic-prompt-for-date): Move definition before use.
13432 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13433 (calendar-dst-find-data, calendar-daylight-time-offset)
13434 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13435 (calendar-daylight-savings-starts-time)
13436 (calendar-daylight-savings-ends-time): Use cadr, nth.
13438 * calendar/cal-french.el (french-calendar-epoch)
13439 (calendar-goto-french-date): Doc fix.
13440 (french-calendar-month-name-array)
13441 (french-calendar-multibyte-month-name-array)
13442 (french-calendar-day-name-array, french-calendar-special-days-array):
13445 * calendar/cal-hebrew.el (displayed-month, displayed-year)
13446 (original-date): Move declarations where needed.
13447 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13449 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13450 constant variables outside the loop. Use dolist.
13452 * calendar/cal-islam.el (displayed-month, displayed-year)
13453 (original-date): Move declarations where needed.
13454 (islamic-calendar-day-number): Remove unused local variable `day'.
13455 (calendar-goto-islamic-date): Doc fix.
13456 (holiday-islamic): Use unless.
13457 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13458 constant variables outside the loop. Use dolist.
13459 (mark-islamic-calendar-date-pattern): Move definition before use.
13461 (mark-islamic-diary-entries): Doc fix.
13462 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13463 (insert-yearly-islamic-diary-entry): Use let rather than let*.
13465 * calendar/cal-julian.el (calendar-absolute-from-julian):
13466 Move definition before use. Remove un-needed local `day'.
13467 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13469 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13470 (calendar-mayan-tzolkin-names-array): Add doc strings.
13471 (calendar-mayan-long-count-from-absolute): Use a single let.
13472 (calendar-string-to-mayan-long-count): Simplify.
13473 (calendar-next-haab-date, calendar-previous-haab-date)
13474 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13475 (calendar-previous-calendar-round-date)
13476 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13478 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13479 (calendar-mayan-date-string, calendar-print-mayan-date)
13480 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13481 (calendar-mayan-long-count-common-era): Move definitions before use.
13483 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13484 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13486 (calendar-mouse-goto-date): Move definition before use.
13488 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13489 Move definition before use.
13490 (calendar-cursor-to-visible-date): Move definition before use.
13491 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13492 and place inside the conditional.
13493 (calendar-forward-day): Simplify.
13494 (calendar-end-of-month): Use unless.
13495 (calendar-goto-day-of-year): Doc fix.
13496 Relocate obsolete aliases after their replacements.
13498 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13500 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13501 variables outside the diary-date-forms loop.
13503 * calendar/calendar.el (diary-file): Doc fix.
13504 (calendar-buffer-list): Return buffers rather than strings (fixes
13506 (hebrew-holidays-4): Fix typo.
13508 * calendar/holidays.el (displayed-month, displayed-year):
13509 Move declarations where needed.
13510 (calendar-holiday-list, calendar-list-holidays)
13511 (holiday-filter-visible-calendar): Move definitions before use.
13512 (list-holidays): Use cadr.
13513 Relocate obsolete aliases after their replacements.
13515 * calendar/lunar.el (date, displayed-month, displayed-year):
13516 Move declarations where needed.
13517 (lunar-phase-list): Move definition after functions it uses.
13518 (calendar-phases-of-moon, diary-phases-of-moon)
13519 (lunar-new-moon-on-or-after): Use cadr, nth.
13520 (lunar-new-moon-on-or-after): Doc fix.
13522 * textmodes/org-irc.el (top-level): CL not required when compiling.
13523 (org-irc-visit-erc): Replace runtime CL functions.
13525 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13526 (org-publish-delete-dups): Declare as function.
13528 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13530 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13531 (vc-bzr-show-log-entry): Make regexp match more cases.
13532 (vc-diff-switches-list): Remove autoload, not needed.
13534 2008-03-14 Juri Linkov <juri@jurta.org>
13536 * isearch.el (isearch-edit-string): Remove one call to
13537 `isearch-push-state' not to push an inconsistent state,
13538 but keep another correct call to `isearch-push-state'.
13539 (isearch-ring-adjust): Call `isearch-push-state' only when
13540 `search-ring-update' is non-nil since `isearch-edit-string'
13541 already pushes its state.
13542 (isearch-message): Improve matching the failed part by checking
13543 if the original message starts with the last successful message.
13545 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13546 (dired-perm-write): Rename from `dired-warn-writable'.
13547 Change parent face from `font-lock-warning-face' to
13548 `font-lock-comment-delimiter-face'.
13549 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13550 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13551 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13552 with `dired-perm-write-face'.
13554 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13556 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13557 Create cache dir only if it doesn't already exist.
13559 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13561 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13564 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13566 * net/browse-url.el (browse-url-text-xterm):
13567 Unquote browse-url-text-browser.
13569 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13571 * textmodes/org-mouse.el: Version number change.
13573 * textmodes/org-publish.el (org-publish-expand-components):
13574 Remove null projects from the list of components.
13575 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13576 Remove unused retrieval of the :publishing-directory property.
13577 (org-publish-file): Bugfix: when using a relative directory as the
13578 publishing directory, convert it to a directory filename.
13579 (org-publish-project): New alias.
13580 (org-publish-get-files): Protect against empty p.
13581 (org-publish-file): Send an error when file is not part of any project.
13582 (org-publish-file): Offer to refresh the list of files in known
13583 project when the current file is not part of any project.
13584 (org-publish-before-export-hook)
13585 (org-publish-after-export-hook): New hooks.
13586 (org-publish-org-to): Use new hooks and kill buffers.
13587 (org-publish-file): Remove the code for killing buffers.
13588 (org-publish-initialize-files-alist): Use interactive.
13589 (org-publish-file): If the publishing function creates a new
13590 buffer, kill it after publishing.
13591 (org-publish-timestamp-filename): Protect ":" in file name path
13594 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13595 change that killed the LaTeX buffer.
13597 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13598 in the decision tree.
13599 (org-select-remember-template): Clean the code.
13600 (org-prepare-dblock): Add the extra :content parameter.
13601 (org-write-agenda): New output type ".ics" files.
13602 (org-write-agenda): Call `org-icalendar-verify-function', both for
13603 time stamps and for TODO entries.
13604 (org-agenda-collect-markers, org-create-marker-find-array)
13605 (org-check-agenda-marker-table): New functions.
13606 (org-agenda-marker-table): New variable.
13607 (org-export-as-html): Revert the change that killed the html
13608 buffer. Side effects first need to be studied carefully.
13609 (org-get-tags-at): Fix the structure of the condition-case statement.
13610 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13611 (org-timestamp-change): Fix regular expressions to swallow the
13612 extra character for repeat-shift control.
13613 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13614 (org-get-legal-level): Alias to `org-get-valid-level'.
13615 (org-dblock-write:clocktable): Add a :link parameter, linking
13616 headlines to their location in the Org agenda files.
13617 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13618 throwing an error when getting tags before headlines.
13619 (org-timestamp-change, org-modify-ts-extra)
13620 (org-ts-regexp1): Fix timestamp editing.
13621 (org-agenda-custom-commands-local-options): New constant.
13622 (org-agenda-custom-commands):
13623 Use `org-agenda-custom-commands-local-options' to improve customize
13624 type. "htmlize": Removed hack to fix face problem with htmlize,
13625 it no longer seem necessary.
13626 (org-follow-link-hook): New hook.
13627 (org-agenda-custom-commands): Add "Component" as a tag for each
13628 item in a command series.
13629 (org-open-at-point): Run `org-follow-link-hook'.
13630 (org-agenda-schedule): Bugfix: don't display marker type when it
13632 (org-store-link): org-irc required.
13633 (org-set-regexps-and-options): Parse the new logging options.
13634 (org-extract-log-state-settings): New function.
13635 (org-todo): Handle the new ways of recording state change stuff.
13636 (org-local-logging): New function.
13637 (org-columns-open-link): Fix bug with opening link in column view.
13638 (org-local-logging): New function.
13639 (org-todo): Make sure that LOGGING properties are honoured.
13640 (org-todo-keywords): Improve docstring.
13641 (org-startup-options): Cleanup startup options.
13642 (org-set-regexps-and-options): Process the "!" markers.
13643 (org-todo): Respect the new logging stuff.
13644 (org-log-note-how): New variable.
13645 (org-add-log-maybe): New parameter HOW that defines how logging
13646 should be done and also overrides PURPOSE. Add a docstring.
13647 (org-add-log-note): Check if we really need to ask for a note.
13648 (org-get-current-options): Digest the new keyword.
13649 (org-agenda-reset-markers): Rename from
13650 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13651 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13652 function, without force argument.
13653 (org-buffer-property-keys): Bind local variables s and p.
13654 (org-make-tags-matcher): Allow "" to match an empty or
13655 non-existent property value.
13656 (org-export-as-html): Join unsorted lists when they directly
13657 follow each other. Such lists may be created by headlines that
13658 are converted to lists.
13659 (org-nofm-to-completion): New function.
13660 (org-export-as-html): Use :html-extension instead of
13661 org-export-html-extension.
13662 (org-store-link): Support for links from `rmail-summary-mode'.
13663 (org-columns-new, org-complete, org-set-property): Set the
13664 `include-columns' argument in the call to
13665 `org-buffer-property-keys'.
13666 (org-buffer-property-keys): New argument `include-columns', to
13667 include properties expected by any of the COLUMNS formats in the
13669 (org-cleaned-string-for-export): Get rid of drawers first, so that
13670 they will be removed also in the text before the first headline.
13671 (org-clock-report): Show the clocktable when found.
13672 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13673 (org-version): With prefix argument, insert `org-version' at point.
13674 (org-agenda-goto): Recenter the window after finding the target
13675 location, to make sure the correct position will be displayed.
13676 (org-agenda-get-deadlines): Don't scale priority with the warning
13678 (org-insert-heading): Don't break line in the middle of the line.
13679 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13681 (org-update-checkbox-count): Revamp to deal with hierarchical
13682 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13683 (org-remove-timestamp-with-keyword): New function.
13684 (org-schedule, org-deadline):
13685 Use `org-remove-timestamp-with-keyword' to make sure all such time
13686 stamps are removed.
13687 (org-mode): Support for `align'.
13688 (org-agenda-get-deadlines): Make sure priorities increase as the
13689 due date approaches and is passed.
13690 (org-remember-apply-template): Fix problem with tags that
13691 contain "_" or "@".
13692 (org-make-link-regexps): Improve the regular expression for plain links.
13693 (org-agenda-get-closed): List each clocking entry.
13694 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13695 (org-special-ctrl-k): New option.
13696 (org-kill-line): New function.
13697 (org-archive-all-done): Fix incorrect number of stars in regexp.
13698 (org-refile-get-location): New function.
13699 (org-refile-goto-last-stored): New function.
13700 (org-global-tags-completion-table): Add the value of org-tag-alist
13701 in each buffer, to make sure that also unused tags will be
13702 available for completion.
13703 (org-columns-edit-value)
13704 (org-columns-next-allowed-value): Only update if not in agenda.
13705 (org-clocktable-steps): New function.
13706 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13707 (org-archive-subtree): Add the outline tree context as a property.
13708 (org-closest-date): New optional argument `prefer'.
13709 (org-goto-auto-isearch): New option.
13710 (org-goto-map, org-get-location): Implement auto-isearch.
13711 (org-goto-local-auto-isearch-map): New variable.
13712 (org-goto-local-search-forward-headings)
13713 (org-goto-local-auto-isearch): New functions.
13715 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13717 * textmodes/org-irc.el: New file.
13719 2008-03-13 John Wiegley <johnw@gnu.org>
13721 * textmodes/org-mac-message.el: New file.
13723 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13725 * font-lock.el (font-lock-comment-face): Set the foreground for
13726 the light background 8 colors case.
13728 2008-03-13 Glenn Morris <rgm@gnu.org>
13730 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13731 generate-autoload-cookie patterns.
13733 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13735 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13736 (MH_E_SRC): Remove variable.
13737 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13738 Simplify file header. Use $@ for generated-autoload-file.
13740 * Makefile.in (LOADDEFS): New variable.
13741 (AUTOGENEL): Use $LOADDEFS.
13742 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13743 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13744 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13745 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13746 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13747 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13748 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13749 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13750 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13751 Add calendar-specific autoload cookies, and remove any setting of
13752 generated-autoload-file.
13753 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13754 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13756 * calendar/holidays.el: Replace explicit autoloads with reading of
13759 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13760 (calendar-buffer-list): Simplify.
13761 (generate-calendar-window): Use calendar-mark-holidays rather than
13764 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13765 Use cal-hebrew-yahrzeit-buffer.
13767 * calendar/cal-x.el (calendar-only-one-frame-setup)
13768 (calendar-two-frame-setup): Doc fixes.
13769 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13771 * calendar/appt.el (appt-mode-string): Mark as risky.
13772 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13774 * calendar/cal-html.el (diary-list-entries):
13775 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13776 (calendar-iso-from-absolute): Fix autoloads.
13778 * calendar/cal-iso.el (calendar-absolute-from-iso)
13779 (calendar-iso-read-args): Simplify.
13780 (calendar-iso-date-string, calendar-iso-read-args)
13781 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13783 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13784 (displayed-month, displayed-year): Move declarations where needed.
13785 (calendar-print-astro-day-number): Doc fix.
13787 * calendar/cal-persia.el (persian-calendar-month-name-array)
13788 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13789 (persian-prompt-for-date): Remove local variable `today'.
13791 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13793 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13794 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13795 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13796 (diary-sabbath-candles, solar-equinoxes/solstices)
13797 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13798 (solar-time-equation, solar-date-to-et): Simplify.
13800 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13801 Replace `(car (cdr' with cadr'.
13803 * progmodes/f90.el (f90-font-lock-n): New function.
13804 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13805 Use f90-font-lock-n.
13806 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13808 * progmodes/f90.el (f90-mode-abbrev-table):
13809 * progmodes/fortran.el (fortran-mode-abbrev-table):
13810 Use newer form of define-abbrev, where supported. No need to bind
13811 abbrevs-changed for system abbrevs.
13813 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13815 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13816 delete-frame-functions.
13818 * bookmark.el (Info-current-node): Remove.
13820 2008-03-12 Juri Linkov <juri@jurta.org>
13822 * help.el (describe-project): Remove defaliases for view-todo and
13823 describe-project that are now unnecessary after the merge from
13824 emacs--rel--22 that added define-obsolete-function-alias.
13826 * startup.el (inhibit-startup-screen): Revert incomplete
13827 2008-03-10 merge from emacs--rel--22 that partly reverted
13828 2008-02-28 change that added initial message to *scratch* buffer
13829 regardless of the value of `inhibit-startup-screen'.
13830 Now keep this change in the trunk, but not in the 22 branch.
13832 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13834 * international/quail.el (quail-setup-completion-buf, quail-help):
13835 * mail/binhex.el (binhex-decode-region-internal):
13836 * mail/uudecode.el (uudecode-decode-region-internal):
13837 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13838 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13839 setting default-enable-multibyte-characters.
13841 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13843 * comint.el: Fix up indentation and comment style. Remove `function'.
13845 * international/mule-cmds.el (reset-language-environment)
13846 (set-language-environment-nonascii-translation):
13847 Don't set-unibyte-charset.
13849 * doc-view.el: Remove all cb-args, use closures instead.
13850 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13851 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13852 doing an incorrect check). Update all callers to use the new name.
13853 (doc-view-doc->txt): Add missing `txt' argument.
13855 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13857 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13858 md5 sum calculation to single-byte.
13860 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13862 * doc-view.el (doc-view-new-window-function): Add assertion.
13863 (doc-view-doc-type): New var.
13864 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13865 (doc-view-intersection): New fun.
13866 (doc-view-mode): Use it to set the new var.
13868 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13870 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13871 (doc-view-already-converted-p): New functions.
13872 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13873 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13874 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13875 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13876 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13877 (doc-view-convert-current-doc): Don't hardwire the functions the
13878 sentinels call. Now they're provided by two args CALLBACK and
13879 CB-ARGS to the functions.
13880 (doc-view-search): Use doc-view-doc->txt.
13881 (doc-view-initiate-display): Use doc-view-already-converted-p.
13882 Mention new binding C-c C-t if doc-view-mode doesn't work.
13884 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13886 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13888 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13890 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13891 Mark " outside of tags as punctuation.
13893 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13895 * menu-bar.el (minibuffer-local-map): Use the same command for the
13896 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13897 Prefer RET over C-j for exit-minibuffer.
13899 * files.el (display-buffer-other-frame): Eliminate problematic code.
13901 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13902 (menu-bar-select-buffer): Remove.
13903 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13904 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13906 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13908 * icomplete.el (icomplete-completions): Remove obsolete code.
13910 * net/net-utils.el (iwconfig-program-options): Doc fix.
13911 (net-utils-run-program, run-network-program): Define as functions.
13913 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13915 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13917 2008-03-11 Glenn Morris <rgm@gnu.org>
13919 * faces.el (mode-line-emphasis): New face.
13920 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13922 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13924 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13926 * simple.el (set-mark-command): Doc fix.
13928 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13930 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13932 * emacs-lisp/autoload.el (autoload-find-destination):
13933 Don't force raw-text.
13935 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13936 * calendar/cal-loaddefs.el: Don't version control.
13938 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13940 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13941 entries and add :help to the existing ones.
13943 2008-03-10 Glenn Morris <rgm@gnu.org>
13945 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13946 to where they are needed.
13948 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13949 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13950 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13951 (calendar-version): Doc fixes.
13952 (calendar-absolute-from-gregorian): Use zerop.
13953 (calendar-mode-line-format): Make it a defcustom.
13955 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13956 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13957 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13958 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13959 (mark-included-diary-files, mark-calendar-days-named)
13960 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13961 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13962 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13963 (insert-anniversary-diary-entry, insert-block-diary-entry)
13964 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13965 (diary-font-lock-sexps): Doc fixes.
13966 (diary-remind-message, mark-calendar-month): Use zerop.
13967 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13968 (diary-list-entries): Revert let to let* (previous change).
13970 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13972 2008-03-10 Kim F. Storm <storm@cua.dk>
13974 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13975 function aliases for the old names.
13977 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13979 * iswitchb.el (iswitchb-use-faces): Doc fix.
13980 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13981 Fix typos in docstrings.
13983 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13985 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13987 (verilog-type-font-keywords): Reindent.
13989 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13991 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13992 Fix bug in the grouping-keyword regular expression.
13993 (verilog-font-lock-keywords): Allow users to toggle special
13994 highlight of grouping-keywords.
13995 (verilog-highlight-grouping-keywords): The toggle for special
13996 highlighting of grouping keywords.
13998 2008-03-10 Juri Linkov <juri@jurta.org>
14000 * startup.el: Revert 2008-02-28 change that adds initial message
14001 to *scratch* buffer regardless of the value of
14002 `inhibit-startup-screen'.
14004 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14006 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14007 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14008 * progmodes/verilog-mode.el (verilog-mode):
14009 * net/socks.el (socks):
14010 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14012 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14014 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14015 (doc-view-bookmark-make-record): Use them.
14016 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
14017 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14019 * bookmark.el (bookmark-make-record-function): Change expected return
14020 value to include a suggested bookmark name.
14021 (bookmark-make): Split into bookmark-make-record and bookmark-store.
14022 Fix reversed `overwrite' semantics.
14023 (bookmark-set): Call bookmark-make-record before prompting the user.
14024 Then pass the result to bookmark-store later on.
14025 (bookmark-make-name-function): Remove.
14026 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14027 * info.el (bookmark-make-name-function): Remove.
14028 (Info-mode): Don't set it.
14029 (Info-bookmark-make-name): Remove.
14030 (Info-bookmark-make-record): Use Info-current-node as suggested default
14033 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14034 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14035 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14036 (bookmark-annotation-buffer, bookmark-annotation-file)
14037 (bookmark-annotation-point, bookmark-send-annotation)
14038 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14039 (bookmark-edit-annotation-text-func): Rename from
14040 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
14041 (bookmark-edit-annotation-mode-map): Move initialization into
14044 * bookmark.el: Remove spurious * in docstrings.
14045 (bookmark-minibuffer-read-name-map): New var.
14046 (bookmark-set): Use it. Also pass the default value as it should.
14047 (bookmark-send-edited-annotation): Take no chances with text properties.
14048 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14049 (bookmark-insert-buffer-name): Remove.
14050 (bookmark-buffer-file-name): Signal an error rather than returning nil.
14052 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
14054 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14056 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
14058 * diff-mode.el (diff-mode-menu): Add :help.
14060 2008-03-09 Glenn Morris <rgm@gnu.org>
14062 * calendar/calendar.el (general-holidays, oriental-holidays)
14063 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14064 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14065 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14066 (calendar-holidays): Restore autoload cookies, because people are
14067 used to using these variables without loading calendar.el.
14069 * calendar/cal-islam.el (diary-islamic-date): Move to end.
14070 (date, number): Declare where needed.
14072 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14073 (list-sexp-diary-entries): Doc fixes.
14074 (diary-list-entries): Doc fix. Remove free variable `entry'.
14075 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
14076 Simplify setting of `date-holiday-list'.
14077 (mark-diary-entries): Remove free variable `entry'.
14078 (diary-list-entries, include-other-diary-files, fancy-diary-display):
14079 Use let where let* is not needed.
14081 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14083 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14084 make-record function, instead paste it in afterwards.
14085 (bookmark-make-record-for-text-file):
14086 * doc-view.el (doc-view-bookmark-make-record):
14087 * info.el (Info-bookmark-make-record): Don't mess with annotations.
14089 2008-03-08 Glenn Morris <rgm@gnu.org>
14091 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14093 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
14095 * calendar/diary-lib.el (diary-list-entries)
14096 (include-other-diary-files, mark-diary-entries)
14097 (mark-sexp-diary-entries, mark-included-diary-files)
14098 (diary-entry-time, list-sexp-diary-entries): Remove the special
14099 handling of ^M that dates back to the use of selective-display.
14100 (simple-diary-display): Obey setting of pop-up-frames.
14101 (body, entry): Remove unnecessary declarations.
14103 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14104 (bookmark-get-annotation, bookmark-set-annotation)
14105 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14106 (bookmark-set-position, bookmark-get-front-context-string)
14107 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14108 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14109 * info.el (Info-bookmark-make-record): Don't bother recording point.
14110 (bookmark-get-filename, bookmark-get-front-context-string)
14111 (bookmark-get-rear-context-string, bookmark-get-position):
14112 Don't declare any more.
14113 (bookmark-get-info-node): Remove.
14114 (bookmark-prop-get): Declare.
14115 (Info-bookmark-jump): Use it.
14117 2008-03-08 Johan Bockgård <bojohan@gnu.org>
14119 * subr.el (while-no-input): Don't splice BODY directly into the
14122 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
14124 * diff-mode.el (diff-ignore-whitespace-hunk):
14125 Bind inhibit-read-only before trying to change the buffer.
14127 2008-03-08 Glenn Morris <rgm@gnu.org>
14129 * calendar/appt.el (appt): Move custom group here from calendar.el.
14130 (appt-disp-window, appt-convert-time): Doc fixes.
14132 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14133 (calendar-bahai-mark-date-pattern):
14134 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14135 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14136 * calendar/cal-julian.el (calendar-absolute-from-julian):
14137 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14139 * calendar/cal-china.el (chinese-calendar): Move custom group here from
14141 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14143 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14144 (chinese-calendar-daylight-savings-starts)
14145 (chinese-calendar-daylight-savings-ends)
14146 (chinese-calendar-daylight-savings-starts-time)
14147 (chinese-calendar-daylight-savings-ends-time)
14148 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14151 * calendar/cal-coptic.el (coptic-name): Add doc string.
14153 * calendar/cal-french.el (french-calendar-month-name-array)
14154 (french-calendar-day-name-array, french-calendar-special-days-array):
14157 * calendar/cal-bahai.el (diary-bahai-mark-entries)
14158 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14159 (diary-bahai-insert-yearly-entry):
14160 * calendar/cal-dst.el (calendar-next-time-zone-transition)
14161 (calendar-time-zone):
14162 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14163 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14164 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14165 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14166 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14167 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14168 (list-islamic-diary-entries, mark-islamic-diary-entries)
14169 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14170 (insert-yearly-islamic-diary-entry):
14171 * calendar/cal-iso.el (calendar-iso-read-args):
14172 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14173 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14174 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14175 (calendar-next-calendar-round-date)
14176 (calendar-mayan-long-count-common-era):
14177 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14178 (cal-menu-x-popup-menu, calendar-mouse-holidays)
14179 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14180 (calendar-mouse-goto-date):
14181 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14182 * calendar/holidays.el (holidays):
14183 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14184 * calendar/time-date.el (date-to-time, time-subtract, time-add)
14185 (safe-date-to-time): Doc fixes.
14187 * calendar/cal-persia.el (persian-calendar-month-name-array)
14188 (persian-calendar-epoch): Make constants.
14190 * calendar/cal-tex.el (calendar-tex): Move custom group here from
14193 * calendar/cal-x.el (diary-frame-parameters)
14194 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14195 (calendar-after-frame-setup-hooks): Make defcustoms.
14196 (calendar-one-frame-setup, calendar-only-one-frame-setup)
14197 (calendar-two-frame-setup): Doc fix.
14199 * calendar/cal-loaddefs.el: New file.
14201 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14202 * calendar/cal-french.el, calendar/cal-html.el:
14203 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14204 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14205 * calendar/cal-tex.el, calendar/cal-x.el:
14206 Unquote lambda functions. Add autoload cookies to functions formerly
14207 autoloaded in calendar.el. Set `generated-autoload-file' to
14210 * calendar/calendar.el: Move many autoloads to separate file,
14211 cal-loaddefs.el. Move defcustoms to start and re-order.
14212 (calendar-month-name-array, calendar-starred-day): No need to
14213 declare for compiler.
14214 (cal-loaddefs): Require it.
14215 (appt, chinese-calendar, calendar-tex): Move custom groups to the
14217 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14219 (diary-face, diary-file-name-prefix-function, diary-include-string)
14220 (diary-glob-file-regexp-prefix, diary-face-attrs)
14221 (diary-file-name-prefix, sexp-diary-entry-symbol)
14222 (print-diary-entries-hook, list-diary-entries-hook)
14223 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14224 (nongregorian-diary-marking-hook, diary-list-include-blanks):
14226 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14227 (all-bahai-calendar-holidays): Doc fix.
14228 (calendar-insert-indented): Doc fix. Use when rather than if.
14229 (exit-calendar): Use mapc rather than mapcar.
14230 (calendar-cursor-to-date): Use zerop.
14231 (calendar-mark-ring): Add doc-string.
14232 (calendar-starred-day): Defvar it.
14233 (calendar-mode): Make calendar-starred-day local.
14234 (calendar-star-date): No need to make calendar-starred-day local.
14236 * calendar/diary-lib.el: Move defcustoms to start.
14237 (diary-include-string, diary-list-include-blanks)
14238 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14239 (diary-file-name-prefix, diary-file-name-prefix-function)
14240 (sexp-diary-entry-symbol, list-diary-entries-hook)
14241 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14242 (nongregorian-diary-marking-hook, print-diary-entries-hook):
14243 Move here from calendar.el.
14244 (diary-file-name-prefix-function): Use 'identity.
14245 (diary-face): Make it a defcustom, and mark as obsolete.
14246 (top-level): No need to require cal-hebrew, cal-islam when compiling.
14247 (calendar-hebrew-month-name-array-leap-year)
14248 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14249 Define for compiler.
14250 (diary-font-lock-keywords): Use format rather than concat.
14251 Add bahai-diary-entry-symbol.
14253 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14254 * calendar/solar.el: Unquote lambda functions.
14256 * calendar/solar.el (calendar-location-name, calendar-latitude)
14257 (calendar-longitude, solar-setup, solar-sin-degrees)
14258 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14259 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14260 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14261 (solar-exact-local-noon, solar-julian-ut-centuries)
14262 (solar-ephemeris-time, solar-date-next-longitude)
14263 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14264 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14265 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14266 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14268 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14269 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14270 (solar-ecliptic-coordinates): Use unless.
14271 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14274 * calendar/timeclock.el: Add doc-strings to all functions.
14275 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14276 (timeclock-entry-list-length, timeclock-entry-list-projects)
14277 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14279 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14281 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14282 (org-get-entries-from-diary): Require diary-lib.
14284 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
14286 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14287 Pacify byte-compiler.
14289 2008-03-07 Alan Mackenzie <acm@muc.de>
14291 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14292 paren/bracket pairs parsed, to solve performance problem.
14294 2008-03-07 Bastien Guerry <bzg@altern.org>
14296 * bookmark.el (bookmark-set): Don't check for
14297 `bookmark-make-name-function' since `bookmark-buffer-file-name'
14298 already takes care of this.
14299 (bookmark-buffer-name, bookmark-buffer-file-name):
14300 Remove Info-mode specific code.
14302 * info.el (bookmark-get-info-node): Define this function in
14303 info.el, not in bookmark.el.
14304 (Info-mode): Set `bookmark-make-name-function' to
14305 `Info-bookmark-make-name' locally.
14306 (Info-bookmark-make-name): New function.
14308 * bookmark.el (bookmark-make-name-function): New variable.
14310 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14312 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14313 buffer-local, not `bookmark-make-cell-function' (the old name).
14315 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
14317 * doc-view.el (doc-view-bookmark-make-record):
14318 * image-mode.el (image-bookmark-make-record):
14319 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14321 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
14323 * vc.el (vc-status-menu-map-filter): Return orig-binding if
14324 boundp 'vc-ignore-menu-filter.
14325 (vc-status-tool-bar-map): Make it defvar.
14326 (vc-status-mode): vc-status-tool-bar-map now variable.
14327 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14329 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14331 Give a better name to part of the bookmark interface.
14333 This was originally a much larger change, but halfway through I
14334 updated and discovered that Stefan Monnier had done the rest.
14335 It looks like he anticipated the new name too, because he used
14336 `the-record' instead of `the-cell' for some internal variable names.
14338 * bookmark.el (bookmark-make-record-function): Was
14339 `bookmark-make-cell-function'.
14340 (bookmark-make, bookmark-send-annotation): Update for above.
14341 (bookmark-make-record-for-text-file):
14342 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14344 * info.el: Adjust accordingly.
14345 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14347 * image-mode.el: Adjust accordingly.
14348 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14350 * doc-view.el: Adjust accordingly.
14351 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14353 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14355 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14356 Move initialization into declaration.
14357 (bookmark-get-info-node, bookmark-set-info-node): Remove.
14358 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14359 (bookmark-info-current-node): Remove.
14360 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14361 Add relocation fallback. Set bookmark-current-bookmark.
14362 (bookmark-default-handler): Rename from bookmark-jump-noselect.
14363 Remove relocation fallback. Don't set bookmark-current-bookmark.
14364 (bookmark-set): Let it be used even if there's no buffer-file-name
14365 as long as there is a bookmark-make-cell-function.
14366 * info.el (Info-bookmark-jump): Remove relocation fallback.
14367 Don't set bookmark-current-bookmark.
14369 2008-03-07 Glenn Morris <rgm@gnu.org>
14371 * calendar/appt.el (appt-issue-message)
14372 (appt-message-warning-time, appt-audible, appt-visible)
14373 (appt-msg-window, appt-display-mode-line, appt-display-duration)
14374 (appt-display-diary): Remove autoload cookies.
14376 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14377 Remove leading `*' from defcustom doc-strings.
14379 * calendar/cal-dst.el (calendar-dst): New custom group.
14380 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14381 (calendar-time-zone, calendar-daylight-time-offset)
14382 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14383 (calendar-daylight-savings-starts-time)
14384 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14385 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14388 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14390 * calendar/calendar.el (calendar-version): Use emacs-version and
14391 make it obsolete. Move to end.
14392 (calendar-offset, view-diary-entries-initially)
14393 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14394 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14395 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14396 (all-bahai-calendar-holidays, calendar-load-hook)
14397 (initial-calendar-window-hook, today-visible-calendar-hook)
14398 (today-invisible-calendar-hook, calendar-move-hook)
14399 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14400 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14401 (diary-include-string, sexp-diary-entry-symbol)
14402 (abbreviated-calendar-year, american-date-diary-pattern)
14403 (european-date-diary-pattern, european-calendar-display-form)
14404 (american-calendar-display-form, print-diary-entries-hook)
14405 (list-diary-entries-hook, diary-hook, diary-display-hook)
14406 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14407 (nongregorian-diary-marking-hook, diary-list-include-blanks)
14408 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14409 (local-holidays, other-holidays, hebrew-holidays-1)
14410 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14411 (hebrew-holidays, christian-holidays, islamic-holidays)
14412 (bahai-holidays, solar-holidays, calendar-setup)
14413 (calendar-week-start-day): Remove autoload cookies.
14414 (diary-glob-file-regexp-prefix): Doc fix.
14415 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14416 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14417 (calendar-week-start-day, calendar-debug-sexp): Move to start.
14419 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14420 (calendar-time-display-form, calendar-latitude)
14421 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14423 (calendar-latitude, calendar-longitude): Move functions after
14425 (diary-sabbath-candles-minutes): Move to start.
14426 (solar-setup): Use or rather than if.
14427 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14428 Remove condition-case.
14429 (solar-atn2): Use zerop.
14430 (solar-equinoxes-solstices): Doc fix.
14432 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14433 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
14435 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14436 (calendar-longitude, calendar-latitude, calendar-location-name):
14437 Declare for compiler.
14439 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14441 * arc-mode.el (archive-ar-file-header-re): New const.
14442 (archive-ar-summarize, archive-ar-extract): New funs.
14443 (archive-find-type): Recognize ar archives.
14445 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14448 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14450 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
14452 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14453 Replace :enable (mark-active) with :enable mark-active.
14455 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
14457 * vms-patch.el (make-legal-file-name): New obsolete alias.
14458 (make-valid-file-name): Rename from `make-legal-file-name'.
14459 (make-auto-save-file-name): Use it.
14461 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14462 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14463 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14465 * textmodes/org.el (org-export-html-style): Doc fix.
14466 (org-get-legal-level): New obsolete alias.
14467 (org-get-valid-level): Rename from `org-get-legal-level'.
14468 (org-promote, org-demote, org-archive-subtree)
14469 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14471 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14473 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14475 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14476 (vc-status-toggle-mark): New functions.
14477 (vc-status-mode): Set tool bar map.
14479 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14481 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14482 Reported by Drew Adams <drew.adams@oracle.com>.
14484 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14486 * subr.el (read-quoted-char): Resolve modifiers of the character
14489 * comint.el (comint-exec-1): Don't change the coding-system for
14490 decoding to dos-like EOL.
14491 (comint-carriage-motion): Fully rewrite.
14493 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14495 * epg.el (epg-context-include-certs): Reflow docstring.
14496 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14497 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14498 (epg-context-set-signers, epg-context-set-sig-notations)
14499 (epg-make-import-status, epg-make-import-result)
14500 (epg-start-delete-keys): Fix typos in docstrings.
14501 (epg-start-sign-keys, epg-sign-keys):
14502 Fix typos in obsolescence declarations.
14504 * iswitchb.el: Don't check for `cadr' and `last'.
14505 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14506 Add obsolescence declaration and remove redundant info from docstring.
14507 (iswitchb-set-common-completion, iswitchb-set-matches)
14508 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14509 (recentf-list, most-len, most-is-exact):
14510 Don't wrap defvars within `eval-when-compile'.
14512 2008-03-05 Glenn Morris <rgm@gnu.org>
14514 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14515 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14516 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14517 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14518 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14520 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14521 declaration for compiler.
14522 (ediff-xemacs-init-menus): Use when rather than if.
14524 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14525 if+and to just and.
14526 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14527 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14529 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14531 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14532 test inside XEmacs test.
14533 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14534 since it was doing nothing on Emacs.
14535 (ediff-make-bullet-proof-overlay): Use when rather than if.
14537 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14538 (ediff-setup-control-frame): Remove
14539 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14540 a (featurep 'xemacs) test.
14542 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14544 * calc/calc-ext.el (calc-extended-command-history): New variable.
14545 (calc-execute-extended-command): Use `calc-extended-command-history'.
14547 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14549 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14550 (standard-mode-line-position): Add mouse-face.
14552 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14553 * progmodes/grep.el (grep-mode-map): Add :help.
14555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14556 initialize in one step. Add :help. Use :enable to activate menu
14557 items. Show the key binding for edebug-defun.
14558 (lisp-interaction-mode-map): Add a menu.
14560 * term.el (term-mode-map): Define and initialize in one step.
14562 * ediff-init.el (ediff-color-display-p): Simplify.
14563 (Xor): Remove unused function.
14564 (ediff-with-syntax-table): Simplify for Emacs.
14566 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14567 menu-bar being loaded, it always is.
14569 2008-03-05 Glenn Morris <rgm@gnu.org>
14571 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14572 multiple definitions when compiling.
14574 2008-03-04 Alan Mackenzie <acm@muc.de>
14576 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14578 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14579 doc-string, "c-old-LEN" -> "c-old-END".
14581 2008-03-04 Jason Rumney <jasonr@gnu.org>
14583 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14586 2008-03-04 Glenn Morris <rgm@gnu.org>
14588 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14590 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14593 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14595 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14596 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14598 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14599 so that M-q can fill comments.
14600 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14601 commands implemented in elisp.
14602 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14603 (tex-format-cmd): New function.
14604 (tex-compile): Use it to let the user specify default arguments.
14605 (tex-cmd-bibtex-args): New var.
14606 (tex-cmd-doc-view): New function.
14608 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14610 * faces.el (face-spec-set): Fix typos in docstring.
14612 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14614 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14615 (standard-mode-line-position): Use it to add a menu for toggling
14616 column number and line number display.
14618 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14620 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14621 Remove optimization that was working around the form-code-walker bug.
14623 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14624 Walk into the body of lambdas after byte-compile-unfold-lambda.
14626 2008-03-03 Glenn Morris <rgm@gnu.org>
14628 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14629 value, if set, over frame value.
14631 * simple.el (transient-mark-mode): Don't turn on by default.
14633 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14634 accidentally removed by the 2007-12-05 merge from Gnus.
14636 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14638 * progmodes/compile.el (compilation-menu-map): Add menu entries
14639 for useful options.
14641 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14642 Glenn Morris <rgm@gnu.org>
14644 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14645 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14646 Give a `bytecomp-' prefix to local variables with common names.
14648 2008-03-01 Glenn Morris <rgm@gnu.org>
14650 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14651 Restore code commented out 2007-11-10.
14653 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14655 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14657 * emulation/viper-cmd.el, emulation/viper-ex.el:
14658 * emulation/viper-init.el, emulation/viper-keym.el:
14659 * emulation/viper-mous.el, emulation/viper-util.el:
14660 * emulation/viper.el:
14661 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14664 Replace obsolete frame-local variables with frame-parameters.
14665 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14666 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14667 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14669 * emulation/viper-util.el (viper-frame-value): New macro.
14670 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14671 (viper-R-state-post-command-sentinel)
14672 (viper-replace-state-post-command-sentinel)
14673 (viper-change-state-to-insert, viper-change-state-to-emacs):
14674 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14675 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14676 (viper-get-saved-cursor-color-in-insert-mode)
14677 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14678 Use viper-frame-value for viper-replace-overlay-cursor-color,
14679 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14680 viper-vi-state-cursor-color values.
14682 * emulation/viper-cmd.el (zmacs-region-stays):
14683 * emulation/viper-util.el (zmacs-region-stays): No need to define
14686 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14689 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14692 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14695 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14697 * whitespace.el: New version 9.3. As the glyph code generation was
14698 fixed, it is possible now to use character code above ?\x1FFFF in the
14699 display table. Fix `whitespace-indentation-regexp' to not include an
14700 extra ending character. Reported by Michael Welsh Duggan
14701 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14702 the original whitespace package had. Suggested by Eric Cooper
14703 <ecc@cmu.edu>. Doc fix.
14704 (whitespace-action): New option.
14705 (whitespace-display-mappings): Changed default newline visualization to
14706 display downwards arrow, as the glyph code generation was fixed.
14707 (whitespace-unload-function): Assure that all local whitespace mode is
14709 (whitespace-global-modes): Fix type customization.
14710 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14711 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14712 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14714 (whitespace-buffer): Command removed.
14715 (whitespace-trailing-regexp, whitespace-mark-x)
14716 (whitespace-display-window, whitespace-action-when-on)
14717 (whitespace-add-local-hook, whitespace-remove-local-hook)
14718 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14719 (whitespace-action): New funs.
14720 (whitespace-report-list, whitespace-report-text)
14721 (whitespace-report-buffer-name): New consts.
14722 (whitespace-report, whitespace-report-region): New commands.
14724 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14726 * disp-table.el (make-glyph-code): Don't test the result of
14727 `face-id', which already signals an error for invalid faces.
14728 (glyph-face): Simplify.
14730 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14731 running `desktop-not-loaded-hook' to allow modifying it.
14732 Don't show warning message if `desktop-dirname' was modified.
14734 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14736 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14737 we still expect more lines.
14739 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14740 comment-paragraph filling if the commark doesn't match
14741 comment-start-skip.
14743 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14745 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14746 the `imap' variant.
14748 2008-03-01 Jason Rumney <jasonr@gnu.org>
14750 * files.el (make-auto-save-file-name): Encode more characters in
14751 non-file buffer names. Use url-encoding.
14753 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14755 * net/net-utils.el (ftp-program): Fix typo in docstring.
14756 (ifconfig-program-options, netstat-program-options)
14757 (arp-program-options, route-program-options, nslookup-program-options)
14758 (ftp-program-options, smbclient-program-options)
14759 (dns-lookup-program-options, arp, route): Doc fixes.
14761 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14762 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14763 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14764 Fix typos in docstrings.
14765 (gdb-pending-triggers): Reflow docstring.
14766 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14768 2008-03-01 Alan Mackenzie <acm@muc.de>
14770 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14773 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14775 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14777 2008-02-29 Kim F. Storm <storm@cua.dk>
14779 * emulation/cua-base.el (cua-remap-control-v)
14780 (cua-remap-control-z): New defcustoms.
14781 (cua-mode): Add them to set-after property.
14782 (cua--init-keymaps): Use them.
14783 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14785 * help.el (view-emacs-todo): Rename from view-todo.
14786 (describe-gnu-project): Rename from describe-project. Users changed.
14787 (view-help-file): New helper function.
14788 (describe-distribution, describe-copying, describe-gnu-project)
14789 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14790 (view-emacs-debugging, view-external-packages): New commands.
14791 (help-map): Move describe-distribution to C-h C-o (ordering).
14792 Move view-emacs-problems to C-h C-p (problems).
14793 Bind view-emacs-debugging to C-h C-d (debugging).
14794 Bind view-external-packages to C-h C-e (extras).
14795 (help-for-help-internal): Cleanup and align descriptions.
14796 Remove command names to reduce clutter.
14798 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14800 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14801 and quieter face (not a warning).
14803 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14805 * vc.el (vc-status-crt-marked): New variable.
14806 (vc-status-mode): Make it local.
14807 (vc-status-refresh): Use it to save the marked files.
14808 (vc-update-vc-status-buffer): Use it to restore the marked files.
14810 * vc-svn.el (vc-svn-after-dir-status):
14811 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14813 2008-02-29 Glenn Morris <rgm@gnu.org>
14815 * allout.el (allout-topic-encryption-bullet)
14816 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14817 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14820 * net/imap.el (imap-ping-server):
14821 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14822 Change defcustom :version from 23.0 to 23.1.
14824 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14826 * desktop.el (desktop-save): Save the buffer name if the
14827 uniquified base name is empty.
14829 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14831 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14832 correctly when user has "set print address off".
14834 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14836 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14837 version number of the next major Emacs release, not 23.0.
14839 * longlines.el (longlines-unload-function): New function.
14841 2008-02-28 Juri Linkov <juri@jurta.org>
14843 * startup.el (normal-splash-screen): Add argument `concise'.
14844 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14845 to the created buffer. If `concise' is non-nil, call
14846 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14847 (display-startup-screen): Add argument `concise' to the call to
14848 `normal-splash-screen'.
14850 2008-02-28 Kim F. Storm <storm@cua.dk>
14852 * startup.el (startup-echo-area-message): Check for about-emacs.
14854 2008-02-28 Juri Linkov <juri@jurta.org>
14856 * startup.el: Always add initial message to *scratch* buffer if
14857 `initial-scratch-message' is non-nil regardless of the value of
14858 `inhibit-startup-screen'.
14859 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14860 (command-line-1): Move code that inserts `initial-scratch-message'
14861 up before the if-form that checks for `inhibit-startup-screen'.
14862 Suggested by Jonathan Rockway <jon@jrock.us>.
14864 2008-02-28 Juri Linkov <juri@jurta.org>
14866 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14867 Rename `custom-mode' to `Custom-mode' in docstrings.
14868 (custom-buffer-create-internal, customize-browse):
14869 Rename `custom-mode' to `Custom-mode'.
14870 (custom-mode-hook): Rename to `Custom-mode-hook'.
14871 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14872 (custom-mode): Rename to `Custom-mode'.
14873 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14874 (custom-mode): Add backward-compatible non-interactive variant of
14875 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14876 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14878 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14880 * emulation/viper.el (viper-emacs-state-mode-list):
14881 Rename `custom-mode' to `Custom-mode'.
14883 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14884 Capitalize "Tagged Files".
14885 (minibuffer-local-map): Add menu items for next/previous
14886 history elements and isearch history forward/backward.
14888 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14889 `hs-isearch-open' with t instead of `comment' in :selected
14890 for "Code and Comment blocks" menu item.
14892 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14894 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14895 Should be done in desktop.el instead.
14897 2008-02-28 Glenn Morris <rgm@gnu.org>
14899 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14901 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14903 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14904 (Info-menu, Info-goto-node): Remove declarations.
14905 (report-emacs-bug-info): Use info rather than Info-goto-node.
14907 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14908 (idlwave-convert-xml-system-routine-info): Don't require xml.
14909 (idlwave-show-commentary, idlwave-shell-show-commentary):
14910 Don't require finder.
14911 (idlwave-info): Don't require info. Use info rather than
14914 * textmodes/org.el (Info-goto-node): Remove declaration.
14915 (org-info): Use info rather than Info-goto-node.
14917 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14918 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14920 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14922 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14925 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14926 (vc-finish-logentry): Check for vc-status-mode, not only for
14929 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14931 * isearch.el (isearch-printing-char): Don't check
14932 keyboard-coding-system.
14933 Call isearch-process-search-multibyte-characters only when
14934 current-input-method is non-nil.
14936 2008-02-27 Kim F. Storm <storm@cua.dk>
14938 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14939 (glyph-char, glyph-face): Handle cons encoding.
14941 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14943 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14944 empty string, return nil to allow the caller to default to the
14945 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14947 * tool-bar.el (tool-bar-setup): Doc fix.
14949 * mail/supercite.el (sc-describe):
14950 Fix typos in obsolescence declaration.
14952 2008-02-27 Glenn Morris <rgm@gnu.org>
14954 * autoinsert.el (auto-insert-alist): Change permission text to
14955 match FSF's GPLv3 form.
14957 * mail/supercite.el (sc-cite-original): Doc fix.
14958 (sc-version): Make obsolete.
14959 (sc-describe): Show the SC info page. Make obsolete.
14961 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14963 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14964 when using transient-mark-mode.
14965 (default-indicate-unused-lines): Remove unused var.
14967 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14969 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14972 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14974 2008-02-26 Glenn Morris <rgm@gnu.org>
14976 * net/net-utils.el (top-level): Don't require comint when compiling.
14977 (nslookup-font-lock-keywords): Don't require font-lock.
14978 Use font-lock faces rather than variables.
14979 (nslookup, ftp, smbclient, network-service-connection):
14980 Don't require comint.
14981 (comint-prompt-regexp, comint-input-autoexpand)
14982 (comint-input-ring): Declare for compiler.
14983 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14984 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14986 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14989 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14991 * doc-view.el (doc-view-current-page): Add a `win' argument.
14993 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14995 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14996 Demote it to plain defvar.
14997 (doc-view-conversion-refresh-interval): Reduce interval.
14998 (doc-view-goto-page): Allow moving to pages not yet rendered.
14999 (doc-view-goto-page): Construct a file name rather than extracting it
15000 from doc-view-current-files.
15001 (doc-view-kill-proc): Ignore errors from kill-process.
15002 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15003 (doc-view-insert-image): Use appropriate text if the page hasn't been
15004 rendered yet. Adjust scrolling so the text is displayed.
15005 (doc-view-display): Detect not just that a page is available, but also
15006 that it wasn't available before, so as to avoid refreshing all pages
15008 (doc-view-mode): Make doc-view-cache-directory if needed.
15010 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15012 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15015 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15016 refering to a missing required field with the OPT prefix.
15017 Make unwindform more robust.
15019 * textmodes/bibtex.el: Remove support for hideshow minor mode as
15020 it duplicates the bibtex support in progmodes/hideshow.el.
15021 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15022 entries that do not start at the beginning of a line.
15024 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15026 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15028 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
15030 * help-fns.el (describe-variable): Add phrases about
15031 initialization file with and without customization;
15032 use new button type help-info-variable.
15034 * help-mode.el (help-info-variable):
15035 New button able to read Info files for help-fns.el.
15037 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
15039 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15040 (grep-mode): Use grep-mode-tool-bar-map.
15042 * progmodes/compile.el (tool-bar): Require tool-bar.
15043 (compilation-mode-tool-bar-map): New variable.
15044 (compilation-mode): Use compilation-mode-tool-bar-map.
15046 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
15048 2008-02-25 Glenn Morris <rgm@gnu.org>
15050 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15052 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15054 * diff-mode.el (diff-file-junk-re): New const.
15055 (diff-beginning-of-file-and-junk): Use it.
15056 (diff-file-kill): Make sure we were really inside a file diff.
15058 * diff-mode.el: Make it more robust in the presence of empty context
15059 lines in unified hunks.
15060 (diff-valid-unified-empty-line): New var.
15061 (diff-unified->context, diff-sanity-check-hunk): Obey it.
15062 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
15063 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15064 (diff-hunk-header-re-unified): New const.
15065 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15066 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15067 (diff-sanity-check-hunk): Use it.
15069 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15070 Index: line, don't search backward for the previous one.
15072 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15074 * international/fontset.el (setup-default-fontset): Add non-OTF
15075 lao font for lao script.
15077 * language/tibetan.el: Register tibetan-composition-function in
15078 composition-function-table.
15080 * language/tibet-util.el (tibetan-composition-function):
15081 Adjust for the new calling way (argument changed). Try font-shape-text
15084 * language/lao.el: Register lao-composition-function in
15085 composition-function-table.
15087 * language/lao-util.el (lao-composition-function): Adjust for the new
15088 calling way (argument changed). Try font-shape-text if possible.
15090 2008-02-25 Jason Rumney <jasonr@gnu.org>
15092 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15094 2008-02-25 Juri Linkov <juri@jurta.org>
15096 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15097 background, "red4" for a dark background, "red" for 16 and
15098 8 colors, "grey" for grayscale, and inverse video otherwise.
15100 (isearch-message): Keep the original isearch-message intact, and
15101 add text properties to it where necessary. Add `isearch-error' to
15102 the condition that checks if isearch is unsuccessful.
15104 2008-02-24 Juri Linkov <juri@jurta.org>
15106 * progmodes/compile.el (compilation-handle-exit):
15107 Use compilation-error face instead of font-lock-warning-face.
15108 Display the same message in the minibuffer as is inserted
15109 at the end of the compilation buffer.
15111 2008-02-24 Glenn Morris <rgm@gnu.org>
15113 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15114 multiple file case.
15116 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15118 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15119 multiple file case. Use a single `let' rather than two.
15121 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15123 * progmodes/compile.el (compilation-start): Specify a face for
15125 (compilation-handle-exit): Specify a face and a tooltip for
15128 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15130 * hilit-chg.el: Remove spurious * in defcustom docstrings.
15131 (hilit-chg-make-ov): Simplify.
15132 (hilit-chg-fixup): Use remove-overlays.
15133 (hilit-chg-set-face-on-change): Remove redundant call to
15134 `remove-text-properties'.
15136 * dired.el (dired-mark-prompt): Don't count/display the t element.
15137 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15139 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15141 * progmodes/verilog-mode.el (eval-when-compile): Don't define
15143 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15144 Remove. Move contents to the only use ...
15145 (verilog-menu): ... here.
15146 (verilog-statement-menu): Remove. Move contents to the only use ...
15147 (verilog-stmt-menu): ... here.
15148 (verilog-mark-defun): Simply call mark-defun for emacs.
15149 (occur-pos-list): Declare for byte compiler.
15150 (mode-popup-menu): Don't defvar.
15151 (verilog-add-statement-menu): Remove.
15152 (verilog-mode-hook): Don't add verilog-add-statement-menu.
15153 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15155 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15157 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15159 (verilog-font-grouping-keywords-face): Make the begin..end
15160 keywords standout more than other verilog keywords.
15161 (verilog-type-font-keywords): Move the begin..end out of this list
15162 to facilitate making them to (potentially) stand out more.
15163 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15164 function & task blocks.
15165 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15166 initial, function & task blocks.
15167 (verilog-forward-sexp): Handle the new "disable fork" statement of
15169 (verilog-beg-block-re-ordered): Handle the new "disable fork"
15170 statement of IEEE-1800 Verilog.
15171 (verilog-calc-1): Handle the new "disable fork" statement of
15173 (verilog-disable-fork-re): Add const to help handle the new
15174 "disable fork" statement of IEEE-1800 Verilog.
15175 (verilog-declaration-core-re): Add port directions by themselves,
15176 with no qualification, as base item of a declaration.
15177 (verilog-pretty-declarations): Add new flag to ask it to refrain
15178 from printing to the message buffer.
15179 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15180 printing to the message buffer. Improve handling of the many
15181 types of expression line up.
15182 (verilog-just-one-space): Remove printing of an empty message.
15183 (verilog-get-lineup-indent): Rework to support the better handling
15184 of expression lineup for verilog-pretty-expr.
15185 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15187 2008-02-24 Alan Mackenzie <acm@muc.de>
15189 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15190 yesterday's commit.
15192 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15194 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15195 to mouse-set-point in buffers that aren't associated with files.
15197 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15199 2008-02-24 Alan Mackenzie <acm@muc.de>
15201 Set of changes so that "obtrusive" syntactic elements in a
15202 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15203 unmatched paren) don't interact syntactically with stuff outside
15206 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15207 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15209 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15210 a bit of refactoring.
15211 (c-awk-extend-and-syntax-tablify-region): Takes some of the
15212 functionality of c-awk-advise-fl-for-awk-region, which has been
15215 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15216 (c-clear-char-property-with-value): New function and macro which
15217 remove text-properties `equal' to a supplied value.
15219 * progmodes/cc-engine.el: Comment about text properties amended.
15221 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15222 parens around "error\\|warning".
15224 * progmodes/cc-langs.el (c-get-state-before-change-function)
15225 (c-before-font-lock-function, c-anchored-cpp-prefix):
15226 New language variables.
15227 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15229 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15230 syntax-table text properties.
15231 (c-common-init): Call language specific before/after-change
15232 functions at mode initialisation.
15233 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15234 (c-extend-region-for-CPP, c-neutralize-CPP-line)
15235 (c-neutralize-syntax-in-CPP): New functions.
15236 (c-before-change, c-after-change): Call the new language specific
15237 change functions defined in cc-langs.el.
15238 (c-advise-fl-for-region): New macro.
15239 (awk-mode): Remove AWK specific stuff which has been refactored
15240 into language independent stuff.
15242 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15244 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15245 (gdb): (Re)set gdb-flush-pending-output to nil here...
15246 (gdb-init-1): ...instead of here (before gdb-prompt).
15248 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15250 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15251 Recognize ''' just like any other char-constant.
15253 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15255 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15256 careful enough. Detect the uid-change all within the main loop.
15258 2008-02-24 Stefan Monnier <monnier@pastel.home>
15260 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15262 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15264 * hilit-chg.el (highlight-save-buffer-state): New macro.
15265 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15266 (hilit-chg-clear): Use it to preserve the modified-p flag.
15267 (highlight-changes-rotate-faces): Don't mess with the undo-list.
15269 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15271 * font-lock.el (font-lock-set-defaults): Unset previously set variables
15274 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
15276 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15277 from gnus-button-url-regexp.
15279 2008-02-24 Eli Zaretskii <eliz@gnu.org>
15281 * progmodes/compile.el (compilation-next-error): Doc fix.
15282 (compilation-find-file): Doc fix.
15284 2008-02-24 Glenn Morris <rgm@gnu.org>
15286 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15287 Add obsolete aliases to the old names.
15289 2008-02-24 Richard Stallman <rms@gnu.org>
15291 * net/net-utils.el (ifconfig): Rename from ipconfig.
15292 (ipconfig): Alias to ifconfig.
15293 (ifconfig-program): Rename from ipconfig-program.
15294 (ifconfig-program-options): Rename from ipconfig-program-options.
15296 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15298 * progmodes/verilog-mode.el (verilog-declaration-core-re):
15299 Add port directions by themselves, with no qualification, as base
15300 item of a declaration.
15301 (verilog-pretty-declarations): Add new flag that inhibits printing
15302 to the message buffer.
15303 (verilog-pretty-expr): Add new flag that inhibits printing to the
15304 message buffer. Improve handling of the many types of expression
15306 (verilog-just-one-space): Don't print an empty message.
15307 (verilog-get-lineup-indent): Rework to support the better handling
15308 of expression lineup for verilog-pretty-expr.
15309 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15310 (verilog-mode-version, verilog-mode-release-date): Update.
15312 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15314 * subr.el (cancel-change-group): Don't move point.
15316 2008-02-23 Markus Triska <markus.triska@gmx.at>
15318 * linum.el (linum-after-config): Update all visible windows.
15320 2008-02-23 Glenn Morris <rgm@gnu.org>
15322 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15323 Add :help for Solitaire and Tetris.
15325 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15327 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15328 (smtpmail-code-conv-from): Doc fix. Fix custom type.
15329 (smtpmail-queue-index-file): Make it a defcustom.
15330 (smtpmail-queue-index): Delete.
15331 (smtpmail-send-it, smtpmail-send-queued-mail):
15332 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15333 smtpmail-queue-index.
15335 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15338 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
15340 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15342 (iwconfig): New function.
15344 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
15346 * vc.el (vc-find-revision): Make vc-parent-buffer local before
15348 (vc-status-menu-map): Do not define using easy-menu.
15349 (vc-status-menu-map): New defalias.
15350 (vc-status-mode-map): Hook up the menu.
15351 (top-level): Update TODO.
15353 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15355 * vc-bzr.el (vc-bzr-init-version): Rename to ...
15356 (vc-bzr-init-revision): ... this.
15358 2008-02-23 Jason Rumney <jasonr@gnu.org>
15360 * makefile.w32-in (WINS_ALMOST): Remove term.
15361 (WINS): Add term here.
15362 (custom-deps, finder-data): Use WINS_ALMOST.
15364 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
15366 * faces.el (font-weight-table): Fix value of `semi-light'.
15368 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15370 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15371 Make those tables bijective.
15373 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
15375 Finish pdbtrack integration cleanup, settling missing-functions
15376 byte compiler warnings appropriately.
15378 * progmodes/python.el (python-point): Remove this - beginning-of-line
15379 was all that was necessary for `python-pdbtrack-overlay-arrow'.
15380 (python-end-of-def-or-class, python-beginning-of-def-or-class)
15381 (python-goto-initial-line): Drop these - they were only needed for
15383 (python-comint-output-filter-function): Use condition-case and
15384 beginning-of-line directly, instead of python-mode.el functions
15385 which require all sorts of baggage.
15386 (point-safe): Unnecessary - we're using condition-case directly,
15388 (python-execute-file): Include for python-shell, which I'm leaving
15389 in keeping despite it being unnecessary for pdb tracking.
15391 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
15393 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15394 Add SRFI 11 support.
15395 (let-values, let*-values): Specify scheme-indent-function.
15397 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
15399 * vc.el (vc-exec-after): Move setting mode-line-process in the
15401 (vc-set-mode-line-busy-indicator): ... in this new function.
15402 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15403 (vc-update-vc-status-buffer): Reset mode-line-process.
15404 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15405 mark/unmark all the files with the same state as the current one.
15406 With a prefix argument mark/unmark all files.
15407 (vc-status-mode-menu): Adjust strings.
15408 (vc-update-vc-status-buffer): Only do something when the argument
15410 (vc-status-kill-dir-status-process): New function.
15411 (vc-status-mode-map): Bind it.
15412 (vc-status-process-buffer): New variable.
15413 (vc-status-mode): Make it local.
15414 (vc-status-refresh): Set it.
15416 * vc-hg.el (vc-hg-dir-status):
15417 * vc-git.el (vc-git-dir-status):
15418 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15421 2008-02-22 Glenn Morris <rgm@gnu.org>
15423 * json.el (top-level): No need to require thingatpt.
15424 (json-read-keyword): Use thing-at-point rather than word-at-point.
15426 * time.el (top-level): No need to require time-date when compiling.
15428 * emacs-lisp/copyright.el (copyright-update-year):
15429 Fix subexpression numbering for the case when years are split over
15430 lines, and for the replace case.
15432 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
15433 (tpu-caar, tpu-cadr): Delete functions.
15434 (zmacs-regions): No need to declare for compiler.
15435 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15436 (tpu-spell-check): Rewrite, and handle mark after point.
15437 (tpu-special-insert): Use or rather than if.
15439 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15440 rather than spell-region.
15442 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15443 warnings about spell-region.
15445 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15447 * ldefs-boot.el: Regenerated.
15449 * loadup.el: Don't load language/devanagari, language/kannada,
15450 language/malayalam, and language/tamil. Load language/sinhala.
15452 * language/indian.el (indian-font-foundry)
15453 (indian-script-language-alist, indian-font-char-index-table)
15454 (indian-font-char, indian-font-char-range, indian-script-table)
15455 (indian-default-script, indian-composable-pattern): Delete them.
15456 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15457 language environments moved to here.
15458 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15459 New language environments.
15461 * language/devanagari.el, language/devan-util.el,
15462 * language/kannada.el, language/knd-util.el, language/malayalam.el,
15463 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15466 * language/sinhala.el: New file.
15468 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15470 Update Nick Robert's port of pdb tracking from python-mode.el.
15472 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15474 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15475 tracking is happening.
15476 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15477 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15478 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15479 Tracking is plugged in to all comint buffers once python.el is loaded.
15480 (python-pdbtrack-overlay-arrow): Toggle activation of
15481 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15482 (python-pdbtrack-track-stack-file): Use new
15483 `python-pdbtrack-get-source-buffer' for more flexible access to
15484 debugging source files.
15485 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15486 according to pdb stack trace, optionally using new
15487 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15488 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15489 named buffer, or having function with indicated name.
15490 (python-shell): Remove comint-output-filter-functions hook
15491 addition, it's being done elsewhere. Wrap long line.
15493 2008-02-21 Michael Olson <mwolson@gnu.org>
15495 * json.el: Replace XEmacs compatibility code to get rid of
15498 * time.el: Fix compiler warning.
15500 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15502 * json.el: New file (JavaScript Object Notation parser / generator).
15504 2008-02-21 Dave Love <fx@gnu.org>
15506 * progmodes/sym-comp.el: New file.
15508 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15509 Require sym-comp. Add Python buffer to same-window-buffer-names.
15511 (python-font-lock-keywords): Add highlighting for Python builtins.
15512 (python-font-lock-syntactic-keywords): Rewrite.
15513 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15515 (python-mode-map): Add binding for python-find-function.
15516 (python-calculate-indentation): Clean up the logic.
15517 (python-beginning-of-defun): Explicitly set return value.
15518 (python-beginning-of-statement): Stop looping if we get stuck
15520 (python-next-statement): Stop looping if we somehow end up inside
15521 a string while advancing.
15522 (python-preoutput-continuation, python-version-checked): New vars.
15523 (python-check-version): New function.
15524 (run-python): Set default command to python-command instead of
15525 python-python-command.
15526 (run-python): Use python-check-version. Give PYTHONPATH
15527 precedence over data-directory in the process environment.
15528 Load function definitions in python process after.
15529 (python-check-comint-prompt): New function.
15530 (python-send-command, python-send-receive): Use it.
15531 (python-complete-symbol, python-try-complete): Functions deleted.
15532 Use symbol-complete instead of python-complete-symbol throughout.
15533 (python-fill-paragraph): Further refine the fenced-string regexp.
15534 (def-python-skeleton): Expand to the original abbrev instead if in
15535 a comment or string. Tweak skeletons for `if', `while', `for',
15536 `try/except', `try/finally', `name'.
15537 (python-pea-hook, python-abbrev-pc-hook): New functions.
15538 (python-abbrev-syntax-table): New var.
15539 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15540 Use symbol-completion-try-complete for hippie expansion.
15541 Turn on font lock unconditionally.
15542 (python-mode-hook): Defcustom it. No need to use make-local
15543 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15544 option, since it's buffer-local.
15546 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15548 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15550 2008-02-21 Drew Adams <drew.adams@oracle.com>
15552 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15553 "Turn off" and a "Help" entry when the minor mode has no menu.
15555 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15557 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15558 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15559 vc-status-mark-file and vc-status-unmark-file.
15560 (vc-status-mark-unmark): New function.
15561 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15563 2008-02-21 Glenn Morris <rgm@gnu.org>
15565 * composite.el (encode-composition-rule): Fix typo in error message.
15566 (composition-function-table, auto-composition-mode): Doc fixes.
15568 * subr.el (sit-for): Fix obsolete form for nil second argument.
15570 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15571 (spell-string): Make obsolete, in favor of ispell.
15573 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15575 * language/devanagari.el: Don't setup composition-function-table
15577 ("Devanagari"): Change charset, coding-system, coding-priority to
15578 Unicode-based ones. Don't require the feature devan-util.
15580 * composite.el (compose-chars-after): Fix arguments for a function
15581 in composition-function-table.
15582 (auto-compose-region): Likewise.
15584 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15586 (ps-mule-plot-string): Ignore glyph-string based compositions.
15588 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15590 * doc-view.el: Allow different windows to show different pages.
15591 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15592 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15593 add them back as macros instead, using image-mode-winprops instead.
15594 Update all users of those variables.
15595 (doc-view-new-window-function): New function to create a new overlay
15596 for each new window.
15597 (doc-view-mode): Use it and image-mode-setup-winprops.
15598 (doc-view-clone-buffer-hook): Rewrite accordingly.
15600 * image-mode.el: Extend [hv]scroll support to per-window properties.
15601 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15602 (image-mode-winprops-alist): New var to replace them.
15603 (image-mode-new-window-functions): New hook.
15604 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15606 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15607 Remove the `window' argument, update callers.
15608 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15609 Use the new functions.
15610 (image-mode-reapply-winprops): New fun.
15611 (image-mode): Use it.
15613 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15615 * calc/calc-math.el (math-sin-raw): Add optional argument
15616 to keep track of original argument.
15617 (math-cos-raw): Use optional argument when calling math-sin-raw.
15618 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15619 with close to original precision.
15621 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15623 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15624 args in calls of sit-for.
15626 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15628 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15629 (vc-svn-checkin): Fix typo in error message.
15631 * help-mode.el: Require easymenu when compiling.
15633 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15635 * help-mode.el (help-mode-menu): New menu.
15637 2008-02-20 Glenn Morris <rgm@gnu.org>
15639 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15642 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15644 * ps-mule.el (ps-mule-encode-region): Return a single string.
15645 (ps-mule-plot-string): Adjust for the above change.
15646 (ps-mule-encode-header-string): Likewise.
15648 * international/latin1-disp.el (latin1-display): Don't use
15649 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15650 standard-display-table.
15651 (latin1-display-identities): Adjust for the change of what is
15652 returned by (get-language-info charset 'charset).
15654 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15655 characters and terminal case.
15657 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15659 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15661 * progmodes/python.el: Also require comint when loading.
15662 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15663 Replace python-shell with run-python on menu bar.
15664 (python-shell-map): New map.
15665 (python-default-interpreter, python-python-command-args)
15666 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15668 (python-which-shell, python-which-args, python-which-bufname):
15669 New buffer local variables.
15670 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15672 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15673 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15678 (python-point, python-end-of-def-or-class)
15679 (python-beginning-of-def-or-class, python-goto-initial-line)
15680 (python-comint-output-filter-function)
15681 (python-pdbtrack-overlay-arrow)
15682 (python-pdbtrack-track-stack-file, python-toggle-shells)
15683 (python-shell, python-pdbtrack-toggle-stack-tracking)
15684 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15687 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15689 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15690 when the argument is nil.
15692 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15694 * vc.el (dir-status): Add a brief description.
15696 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15698 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15699 If non-nil, reverse the sense of the check.
15701 * vc-rcs.el (vc-rcs-root): New func.
15702 * vc-cvs.el (vc-cvs-root): New func.
15703 * vc-svn.el (vc-svn-root): New func.
15704 * vc-sccs.el (vc-sccs-root): New func.
15706 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15708 * language/japan-util.el (setup-japanese-environment-internal):
15709 Call use-cjk-char-width-table.
15711 * language/japanese.el ("Japanese"): Set exit-function to
15712 use-default-char-width-table.
15714 * international/characters.el: Delete occurrences of non-Unicode
15715 tibetan and ethiopic characters.
15716 (cjk-char-width-table): New variable.
15717 (use-cjk-char-width-table, use-default-char-width-table):
15720 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15722 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15723 (vc-status-mode-menu): Add a :filter.
15724 (vc-status-printer): Add faces.
15726 * vc-hg.el (vc-hg-extra-status-menu): New function.
15727 (vc-hg-dir-status): Clean up the buffer before using it.
15729 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15731 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15732 (gdb): Initialize it here instead.
15734 * files.el (locate-dominating-file): Fix thinko in last change.
15735 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15737 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15739 * vc.el (vc-status-mode-menu): New menu for vc-status.
15741 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15743 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15744 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15745 (verilog-mode-auto, verilog-indent-level-module)
15746 (verilog-minimum-comment-distance, verilog-library-flags)
15747 (verilog-library-directories, verilog-library-files)
15748 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15749 (verilog-xemacs-menu, verilog-set-compile-command)
15750 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15751 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15752 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15753 (verilog-batch-inject-auto, verilog-batch-indent)
15754 (verilog-continued-line, verilog-type-keywords)
15755 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15756 (verilog-read-inst-pins, verilog-read-arg-pins)
15757 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15758 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15759 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15760 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15761 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15762 (verilog-mode-version, verilog-mode-release-date)
15763 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15764 (verilog-simulator, verilog-compiler)
15765 (verilog-auto-sense-defines-constant, verilog-company)
15766 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15767 Fix typos in docstrings.
15768 (verilog-set-auto-endcomments, verilog-calculate-indent)
15769 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15771 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15772 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15773 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15774 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15775 (verilog-leap-to-head, verilog-current-indent-level)
15776 (verilog-case-indent-level, verilog-cpp-keywords)
15777 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15778 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15779 (verilog-signals-not-in, verilog-symbol-detick-text)
15780 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15781 (verilog-forward-close-paren, verilog-backward-open-paren)
15782 (verilog-backward-open-bracket): Doc fixes.
15784 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15785 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15786 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15787 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15788 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15789 Fix typos in docstrings.
15791 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15793 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15795 * info.el (Info-read-node-name): Removed unused `default' arg.
15797 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15799 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15801 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15803 * image-mode.el (image-get-display-property): New fun.
15804 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15805 (image-mode, image-minor-mode, image-toggle-display-text)
15806 (image-toggle-display): Use it.
15808 2008-02-18 Jason Rumney <jasonr@gnu.org>
15810 * international/mule.el (xml-find-file-coding-system): Don't warn
15811 about utf-16 with BOM.
15813 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15815 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15816 warn if file encoding is not utf-8 and encoding not specified.
15817 (xml-find-file-coding-system): New function.
15818 * international/mule-conf.el (file-coding-system-alist): Use it.
15820 2008-02-17 Glenn Morris <rgm@gnu.org>
15822 * international/mule-cmds.el (set-locale-environment):
15823 Pass `frame' to getenv for LC_MESSAGES.
15825 2008-02-17 Juri Linkov <juri@jurta.org>
15827 * time.el (emacs-init-time): Use format instead of format-seconds.
15829 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15831 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15832 bibtex-find-entry. Add autoload cookie.
15833 (bibtex-find-entry): Alias for bibtex-search-entry.
15834 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15835 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15836 (bibtex-clean-entry): atomic-change-group removed.
15837 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15838 to locate buffer location where error occurred.
15839 Make error messages more specific.
15840 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15842 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15844 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15847 * simple.el (transient-mark-mode): Add an :init-value.
15849 * startup.el (command-line): Use custom-reevaluate-setting for
15850 transient-mark-mode.
15852 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15854 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15856 2008-02-16 Juri Linkov <juri@jurta.org>
15858 * startup.el (after-init-time): New variable.
15859 (command-line): Set `after-init-time' to the current time.
15861 * time.el (emacs-init-time): New function.
15863 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15865 * files.el (locate-dominating-file): Remove initial loop because it's
15866 not careful enough. Detect the uid-change all within the main loop.
15868 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15870 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15872 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15874 * vc.el (vc-annotate): Add new argument.
15875 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15877 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15878 Move make-variable-buffer-local code after the corresponding defvar.
15879 (hs-minor-mode-map): Define and initialize in one step.
15880 (hs-minor-mode): Change from defun to define-minor-mode.
15882 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15884 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15885 (gdb-ready): Move declaration...
15887 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15888 (gdb-early-user-input): New variable.
15889 (gdb): Reset gdb-flush-pending-output to nil and set
15890 comint-input-sender here (before gdb-prompt), instead of...
15891 (gdb-init-1): ...here.
15892 (gdb-send): If Emacs is not ready, defer user input to...
15893 (gdb-prompt): ...here.
15895 2008-02-16 Glenn Morris <rgm@gnu.org>
15897 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15899 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15900 (before-init-time): New name for `emacs-startup-time'.
15901 (command-line): Use before-init-time rather than emacs-startup-time.
15902 * time.el (emacs-uptime): Use before-init-time rather than
15903 emacs-startup-time.
15905 * composite.el (composition-function-table): Doc fix.
15907 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15908 in favor of `%z' specifier.
15909 (emacs-uptime): Move to time.el.
15910 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15911 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15912 argument of format-seconds.
15914 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15916 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15918 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15920 * ielm.el (ielm-is-whitespace): Remove.
15921 (ielm-is-whitespace-or-comment): New function.
15922 (ielm-eval-input): Use it.
15924 2008-02-15 Jason Rumney <jasonr@gnu.org>
15926 * term/mac-win.el: Fix coding tag.
15928 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15930 * vc-hooks.el (vc-menu-map):
15931 * bindings.el (mode-line-mode-menu): Add tooltips.
15933 * bindings.el (help-echo): Add more tooltips. Use a less
15934 telegraphic style for existing tooltips.
15936 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15938 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15939 from the auto-generated one.
15941 2008-02-14 Glenn Morris <rgm@gnu.org>
15943 * mail/rmail-spam-filter.el (rmail-spam-filter):
15944 Let-bind message-spam-status.
15946 * mail/smtpmail.el (password-cache-add): Declare as function.
15948 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15950 * mail/smtpmail.el: Use password-cache.
15952 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15954 * uniquify.el (uniquify-buffer-base-name): New function.
15955 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15957 * desktop.el (uniquify-managed): Don't defvar.
15958 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15959 `uniquify-managed'. Return also the buffer's base name.
15960 (desktop-save): When saving the buffer info, filter out the base name,
15961 and save it as buffer name if the buffer is managed by uniquify.
15962 (uniquify-item-base): Don't declare; not called anymore.
15964 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15966 * vc.el (vc-annotate-find-revision-at-line): New function.
15967 (vc-annotate-mode-map): Bind it.
15968 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15971 2008-02-14 Glenn Morris <rgm@gnu.org>
15973 * calendar/time-date.el (format-seconds): New function.
15974 (emacs-uptime): Use format-seconds.
15976 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15977 Remove `LC_ALL=C', since it's included in $(emacs) now.
15979 2008-02-14 Zhang Wei <id.brep@gmail.com>
15981 * textmodes/org-publish.el (org-publish-timestamp-filename):
15982 Replace colon characters in filename too.
15984 2008-02-13 Bastien Guerry <bzg@altern.org>
15986 * mail/rmail.el (rmail-header-name): New face.
15987 (rmail-font-lock-keywords): Use rmail-header-name.
15989 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15990 against X-Spam-Status header field.
15991 (rmail-spam-filter): Also check X-Spam-Status header field.
15993 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15995 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15996 Add support for .pm files and .php files.
15997 (flymake-err-line-patterns): Add pattern for PHP errors.
15998 (flymake-php-init): New function. PHP support for flymake.
16000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16001 Add regular expression for PHP errors.
16003 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
16005 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16006 This DTRT even on w32 machines.
16007 (ange-ftp-cf1): Quote FILENAME.
16009 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
16011 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16012 (smerge-auto-combine): New fun.
16014 2008-02-12 Juri Linkov <juri@jurta.org>
16016 * startup.el (fancy-startup-screen, normal-splash-screen):
16017 Set default-directory to command-line-default-directory.
16019 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16020 after reading the desktop.
16022 * progmodes/compile.el (compilation-auto-jump):
16023 Call compile-goto-error only when compilation-auto-jump-to-first-error
16025 (compilation-scroll-output): Replace :type 'boolean with a choice
16026 that has three options including a third option `first-error'.
16028 (compilation-start, compilation-forget-errors): Add an alternate
16029 condition comparing compilation-scroll-output with `first-error'
16030 in addition to compilation-auto-jump-to-first-error (to call
16031 compilation-auto-jump in the proper place).
16033 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16035 * international/mule.el (sgml-html-meta-auto-coding-function):
16036 Make sure the search limit is ahead.
16038 * tar-mode.el: Fix broken indentation.
16039 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16040 Use with-current-buffer.
16042 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
16044 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16045 it is already automatically buffer-local.
16047 2008-02-12 Drew Adams <drew.adams@oracle.com>
16049 * help.el (describe-key): Join some split lines to facilitate filling.
16050 * help-fns.el (describe-function-1): Fill text of overlong lines.
16052 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
16054 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16055 Use unibyte-string instead of string-make-unibyte.
16057 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16059 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16061 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16062 works also for buffers w/o buffer-file-name. Update callers.
16063 (doc-view-clone-buffer-hook): New fun.
16064 (doc-view-mode): Use it for indirect clones. Mark the overlays with
16065 the `doc-view' property so they can be recognized.
16067 * simple.el (clone-indirect-buffer-hook): New hook.
16068 (clone-indirect-buffer): Run it.
16070 2008-02-11 Michael Olson <mwolson@gnu.org>
16073 * epg-package-info.el: Files removed.
16075 2008-02-11 Daiki Ueno <ueno@unixuser.org>
16077 * epa.el (epa-menu-mode): Merge into epa-mode.
16078 (epa-menu-items): Rename the label "EasyPG Assistant" to
16079 "Encryption/Decryption".
16081 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16082 (epa-dired-mode-map): Rename from epa-dired-map.
16083 (epa-global-dired-mode): Rename the global minor mode.
16085 2008-02-11 Drew Adams <drew.adams@oracle.com>
16087 * isearch.el (isearch-fail): New face.
16088 (isearch-message): Highlight failure part of input.
16090 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16092 * ibuffer.el (ibuffer-header-line-format): New var.
16093 (ibuffer-mode): Set it instead of header-line-format.
16094 (ibuffer-update): Use it to set header-line-format.
16096 * international/mule-cmds.el (ucs-insert): Inherit surrounding
16097 properties like self-insert-command.
16099 2008-02-11 Drew Adams <drew.adams@oracle.com>
16101 * progmodes/etags.el: Add many doc strings.
16103 2008-02-11 Jason Rumney <jasonr@gnu.org>
16105 * ldefs-boot.el: Regenerated.
16107 2008-02-11 Glenn Morris <rgm@gnu.org>
16109 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16110 Shorten some names.
16112 * ffap.el (ffap-rfc-directories): Add :version.
16114 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
16116 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16117 files, and backup files of same.
16119 2008-02-11 Kevin Ryde <user42@zip.com.au>
16121 * ffap.el (ffap-rfc-directories): New variable.
16122 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16124 * info.el (Info-next-reference, Info-prev-reference)
16125 (Info-try-follow-nearest-node): Move to and follow https:// links too.
16127 * simple.el (completion-list-mode): Show full completion-list-mode-map
16130 2008-02-11 Sam Steingold <sds@gnu.org>
16132 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16134 2008-02-11 Glenn Morris <rgm@gnu.org>
16136 * startup.el (emacs-startup-time): New variable.
16137 (command-line): Set emacs-startup-time.
16139 * calendar/time-date.el (emacs-uptime): New function.
16141 2008-02-10 Bastien Guerry <bzg@altern.org>
16143 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16144 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16147 2008-02-10 Daiki Ueno <ueno@unixuser.org>
16149 * epg-config.el: Expand the contents of epg-package-info.el.
16150 (epg-package-name): New constant.
16151 (epg-version-number): New constant.
16152 (epg-bug-report-address): New constant.
16154 * epa-mail.el (epa-mail-mode): Add autoload cookie.
16155 (epa-global-mail-mode): New global minor mode.
16157 * epa-file.el (epa-file-mode): New global minor mode.
16159 * epa-dired.el (epa-dired-mode): New global minor mode.
16161 * epa.el (epa-menu): New variable.
16162 (epa-menu-items): New variable.
16163 (epa-menu-mode): New global minor mode.
16164 (epa-global-minor-modes): New user option.
16165 (epa-mode): New global minor mode.
16167 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
16169 * net/dbus.el: Remove `no-byte-compile' cookie.
16170 (dbus-call-method, dbus-register-signal, dbus-debug)
16171 (dbus-registered-functions-table): Declare them with
16172 `declare-function' or `defvar', respectively.
16173 (top): Don't assert any longer. Require 'cl when compiling.
16174 Apply `ignore-errors' but `dbus-ignore-errors'.
16176 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16178 * diff-mode.el (diff-add-change-log-entries-other-window):
16179 Use add-change-log-entry.
16181 2008-02-09 Jason Rumney <jasonr@gnu.org>
16183 * button.el (button-map):
16184 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16185 * ldefs-boot.el: Regenerate.
16187 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16189 * epa.el (epa-faces, epa):
16190 * epa-file.el (epa-file):
16191 * epg-config.el (epg): Add :version.
16193 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
16195 * vc.el (vc-exec-after): Append CODE to previous fragments.
16196 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16197 take MESSAGES instead of VERBOSE; use it when non-nil.
16198 (vc-diff-internal): Compute messages once; use them;
16199 update call to vc-diff-finish.
16201 2008-02-09 Michael Olson <mwolson@gnu.org>
16203 * net/tramp.el (tramp-process-sentinel): Avoid error when process
16204 buffer has been killed, such as by
16205 `tramp-cleanup-all-connections'.
16207 2008-02-09 Miles Bader <miles@gnu.org>
16209 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16211 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16213 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16214 splitter in context hunks.
16216 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
16218 * international/fontset.el (setup-default-fontset): Fix arabic otf
16219 font specification.
16221 2008-02-08 Daiki Ueno <ueno@unixuser.org>
16229 * epg-package-info.el:
16230 * epg.el: Initial check-in of EasyPG.
16232 2008-02-08 Glenn Morris <rgm@gnu.org>
16234 * woman.el (woman-locale): New defcustom.
16235 (woman-expand-locale, woman-manpath-add-locales): New functions.
16236 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
16238 * international/mule-cmds.el (locale-translate): New function,
16239 with old code extracted from set-locale-environment.
16240 (set-locale-environment): Use locale-translate. Set woman-locale.
16242 * cus-start.el (selection-coding-system): Remove, since it's now
16243 defined in select.el rather than in xselect.c.
16244 * select.el (selection-coding-system): Make it a defcustom, and
16245 add the properties from cus-start.el. Bump :version.
16247 * custom.el (custom-theme-set-variables): Sort symbols that are
16248 dependencies before symbols that depend on them.
16249 (custom-enabled-themes): Set after custom-theme-directory.
16251 * pcmpl-unix.el (top-level): Move provide statement to end.
16252 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16253 `*' from doc-string. Allow to be nil.
16254 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16255 Allow to be nil. Add :version.
16256 (pcmpl-ssh-hosts): Move definition before use. Handle lines
16257 without hostnames, and multiple hostnames per line.
16259 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16261 2008-02-08 Phil Hagelberg <phil@evri.com>
16263 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16264 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16266 2008-02-07 Timo Savola <timo.savola@iki.fi>
16268 * startup.el (command-line-x-option-alist): Add --parent-id.
16270 * term/x-win.el (x-handle-parent-id): New function.
16272 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16274 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16277 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
16279 * net/dbus.el (dbus-interface-peer): New defconst.
16280 (dbus-ping): New defun.
16282 2008-02-06 Sam Steingold <sds@gnu.org>
16284 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16286 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16288 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16289 Just return nil and let the C code provide a fallback.
16291 2008-02-05 Glenn Morris <rgm@gnu.org>
16293 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16294 tramp-flush-connection-property for removed 2nd argument.
16296 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
16298 * diff-mode.el (diff-add-change-log-entries-other-window):
16299 Rename from diff-create-changelog. Change users.
16300 Minor change to hopefully work with plain diffs.
16301 (diff-mode-map): Add binding for it.
16303 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
16305 * diff-mode.el: Add new TODO entry.
16306 (diff-create-changelog): New function.
16307 (diff-mode-menu): Bind it.
16309 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16311 * international/mule-diag.el (print-fontset-element): Handle the
16312 case of inhibiting the fallback fonts.
16314 2008-02-04 Kim F. Storm <storm@cua.dk>
16316 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16317 (ido-magic-delete-char): Use prefix arg.
16319 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
16321 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16322 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16323 of today, the most recent libpng is 1.2.24).
16325 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
16327 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16329 * net/dbus.el (top): Check (featurep 'dbusbind).
16331 * net/tramp.el (tramp-process-sentinel): New defun.
16332 (tramp-do-copy-or-rename-file-out-of-band)
16333 (tramp-maybe-open-connection): Use it as process sentinel.
16334 (tramp-handle-delete-directory): Don't use the "-f" option; it
16336 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16338 (tramp-handle-shell-command): Set `mode-line-process' in the
16341 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16343 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16344 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16345 Use `tramp-process-sentinel' as process sentinel.
16347 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
16349 * whitespace.el (global-whitespace-mode): Revert last change.
16350 (whitespace-unload-function): Force `global-whitespace-mode'
16351 to deactivate local modes in a slightly less intrusive way.
16353 2008-02-02 Eli Zaretskii <eliz@gnu.org>
16355 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16357 2008-02-02 Glenn Morris <rgm@gnu.org>
16359 * international/latin1-disp.el (latin1-display):
16360 * progmodes/fortran.el (fortran-comment-indent-char):
16361 * progmodes/idlw-shell.el (top-level):
16362 * term/mac-win.el (mac-keyboard-translate-char):
16363 * whitespace.el (whitespace-char-valid-p):
16364 * wid-edit.el (widget-key-sequence-read-event):
16365 Use characterp rather than char-valid-p.
16367 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16368 to capitalized-find-word-boundary. Doc fix. Update callers.
16369 (capitalized-next-word-boundary-function-table): Rename to
16370 capitalized-find-word-boundary-function-table. Doc fix. Update users.
16372 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16375 * ps-def.el (declare-function): Add compatibility definition.
16376 (ps-plot-with-face, ps-plot-string): Declare as functions.
16377 (ps-bold-faces, ps-italic-faces): Declare variables.
16379 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16380 (ps-mule-end-job): Declare as functions.
16382 * wid-edit.el (widget-string-complete): Use assoc-string rather
16383 than assoc-ignore-case.
16385 See ChangeLog.13 for earlier changes.
16387 ;; Local Variables:
16389 ;; add-log-time-zone-rule: t
16390 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16393 Copyright (C) 2008 Free Software Foundation, Inc.
16395 This file is part of GNU Emacs.
16397 GNU Emacs is free software: you can redistribute it and/or modify
16398 it under the terms of the GNU General Public License as published by
16399 the Free Software Foundation, either version 3 of the License, or
16400 (at your option) any later version.
16402 GNU Emacs is distributed in the hope that it will be useful,
16403 but WITHOUT ANY WARRANTY; without even the implied warranty of
16404 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16405 GNU General Public License for more details.
16407 You should have received a copy of the GNU General Public License
16408 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16410 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc