Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
not in dumped files before the associated defcustom.
-2008-04-11 Johan Bockgård <bojohan@gnu.org>
+2008-04-11 Johan Bockgård <bojohan@gnu.org>
* minibuffer.el (lazy-completion-table): Fix debug spec.
* loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
-2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
+2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
* tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
to t and don't truncate msg.
* nxml/nxml-mode.el (nxml-cleanup): New function.
(nxml-mode): Add it to change-major-mode-hook.
-2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
+2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
* calc/.cvsignore: New file.
-2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
+2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
* vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
* faces.el (font-slant-table): Change numeric values for `r',
`roman', and `normal'.
-2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
+2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
Likewise for braille and mathematical.
Use unicode scripts that cover the phonetic script for IPA.
-2008-04-01 Johan Bockgård <bojohan@gnu.org>
+2008-04-01 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
return the assigned value.
(verilog-auto-unused, verilog-auto): Update documentation to use
more obvious instance module names versus cell names.
-2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
+2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
kill if a process is running.
* image-mode.el (image-mode-reapply-winprops): Simplify now that
window-configuration-change-hook works buffer-locally.
-2008-03-26 Johan Bockgård <bojohan@gnu.org>
+2008-03-26 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
for Emacs Lisp, not Lisp.
* emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
replacement is provided, don't print "use nil instead".
-2008-03-26 Johan Bockgård <bojohan@gnu.org>
+2008-03-26 Johan Bockgård <bojohan@gnu.org>
* complete.el (PC-do-completion): Use regexp-quote.
(verilog-signals-matching-regexp): New internal function for
signal matching.
-2008-03-25 Johan Bockgård <bojohan@gnu.org>
+2008-03-25 Johan Bockgård <bojohan@gnu.org>
* info.el (Info-isearch-search): Always return point.
* international/mule.el (load-with-code-conversion): Avoid setting
default-enable-multibyte-characters.
-2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
+2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
* vc.el (vc-annotate-background): Fix custom type.
* progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
of \ and '.
-2008-03-13 Johan Bockgård <bojohan@gnu.org>
+2008-03-13 Johan Bockgård <bojohan@gnu.org>
* net/browse-url.el (browse-url-text-xterm):
Unquote browse-url-text-browser.
(bookmark-insert-buffer-name): Remove.
(bookmark-buffer-file-name): Signal an error rather than returning nil.
-2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
+2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
* tutorial.el (tutorial--default-keys): Update `C-l' binding.
(bookmark-prop-get): Declare.
(Info-bookmark-jump): Use it.
-2008-03-08 Johan Bockgård <bojohan@gnu.org>
+2008-03-08 Johan Bockgård <bojohan@gnu.org>
* subr.el (while-no-input): Don't splice BODY directly into the
`or' form.
* image-mode.el (image-bookmark-make-record):
* info.el (Info-bookmark-make-record): Delete obsolete second arg.
-2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
+2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
* vc.el (vc-status-menu-map-filter): Return orig-binding if
boundp 'vc-ignore-menu-filter.
(org-promote, org-demote, org-archive-subtree)
(org-remember-handler, org-refile, org-put-clock-overlay): Use it.
-2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
+2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Add bookmark_add.
when using transient-mark-mode.
(default-indicate-unused-lines): Remove unused var.
-2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
+2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
and previous.
* help-mode.el (help-info-variable):
New button able to read Info files for help-fns.el.
-2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
+2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
* progmodes/grep.el (grep-mode-tool-bar-map): New variable.
(grep-mode): Use grep-mode-tool-bar-map.
* font-lock.el (font-lock-set-defaults): Unset previously set variables
when needed.
-2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
+2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
* net/rcirc.el (rcirc-url-regexp): Replace definition by copying
from gnus-button-url-regexp.
(python-which-shell, python-which-args, python-which-bufname):
New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p): New variables.
- (python-pdbtrack-stack-entry-regexp)
+
+ * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants.
Pdbtrack features:
+
(python-point, python-end-of-def-or-class)
(python-beginning-of-def-or-class, python-goto-initial-line)
(python-comint-output-filter-function)
* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.
-2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
+2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
* wdired.el (wdired-allow-to-change-permissions): Fix typo.
2008-02-01 Dave Love <fx@gnu.org>
* international/mule-diag.el (describe-character-set):
- Fix printing dimensions. Use `×', not `x'.
+ Fix printing dimensions. Use `×', not `x'.
2008-02-01 Kenichi Handa <handa@m17n.org>
2008-02-01 Dave Love <fx@gnu.org>
- * international/characters.el: Make Ÿ and ÿ a case pair.
+ * international/characters.el: Make Ÿ and ÿ a case pair.
2008-02-01 Kenichi Handa <handa@etl.go.jp>
* progmodes/python.el (top-level): Don't require cl when compiling.
-2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
+2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
* textmodes/flyspell.el (flyspell-large-region): Explicitly set
encoding for aspell process and for communication with it.
(x-send-client-message):
* emulation/cua-base.el (x-clipboard-yank): Declare as functions.
-2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
+2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
* emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
-2007-11-07 Johan Bockgård <bojohan@gnu.org>
+2007-11-07 Johan Bockgård <bojohan@gnu.org>
* eshell/esh-mode.el (eshell-output-filter):
* eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
* help-fns.el (describe-function-1): Don't use the advice origname
if it has no function definition.
-2007-10-18 Johan Bockgård <bojohan@gnu.org>
+2007-10-18 Johan Bockgård <bojohan@gnu.org>
* net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
Use `save-restriction' rather than `widen'.
(bs--get-mode-name, bs-mode): Fix typos in docstrings.
(bs--format-aux): Doc fix.
-2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
+2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
* progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
* progmodes/gud.el (gud-display-line): Find source buffer even when
GUD buffer has its own frame.
-2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
+2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
-2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
+2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Version is 22.2.
* emacs-lisp/copyright.el (copyright-update): Don't update if the file
already uses a more recent copyright version than the "current" one.
-2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
+2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
* doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
(doc-view-insert-image): Minor aesthetical docstring changes.
* indent.el (indent-for-tab-command): First check if the region is
active.
-2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
* whitespace.el (whitespace-tickle-timer): Don't install the timer if
whitespace-rescan-timer-time is 0.
* indent.el (indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.
-2007-09-21 Francesco Potortì <pot@gnu.org>
+2007-09-21 Francesco Potortì <pot@gnu.org>
* progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
(browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
Improve error message.
-2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
* net/browse-url.el (browse-url-url-encode-chars): Use the right
parameter name in the function body.
* newcomment.el (comment-add): New arg EXTRA.
(comment-region-default): Pass EXTRA if not indenting lines.
-2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
* net/browse-url.el (browse-url-url-encode-chars): New function.
URL-encode some chars in a string.
(move-beginning-of-line): Remove unused var `start'.
(blink-matching-open): Restructure in a more functional style.
-2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
* calendar/holidays.el (list-holidays): Remove the cyclic alias.
* term/rxvt.el (rxvt-function-map): Initialize in the declaration.
-2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
* net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
New argument `filename-p' to use one set of confusing chars or another.
2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
* net/browse-url.el (browse-url-encode-url): Use copy-sequence.
- Reported by Jan Djärv <jan.h.d@swipnet.se>.
+ Reported by Jan Djärv <jan.h.d@swipnet.se>.
2007-09-10 Dave Love <fx@gnu.org>
Move font-lock-builtin-face down from 4 to 7 to better keep the
progression of color brightness, and to better match Org-mode's faces.
-2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
* progmodes/meta-mode.el (meta-font-lock-keywords)
(font-lock-match-meta-declaration-item-and-skip-to-next)
* vc-arch.el (vc-arch-checkin): Fix typo.
-2007-09-07 Johan Bockgård <bojohan@gnu.org>
+2007-09-07 Johan Bockgård <bojohan@gnu.org>
* cus-face.el (custom-theme-set-faces): Set face attributes
locally for each frame.
* complete.el (PC-do-completion): Don't try to treat
empty string as an abbreviation.
-2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
+2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
* help-fns.el (describe-variable): Keep doc's text properties.
(normal-no-mouse-startup-screen): New fn, broken out.
(normal-about-screen): New function, contents all new.
-2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
+2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
* emacs-lisp/rx.el (rx): Fix typo in docstring.
* cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
is bound.
-2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
+2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
* emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
in doc string.
(terminal-init-xterm): Use it. Deal with delete-frame hook.
Add the selected frame to xterm-modify-other-keys-terminal-list.
-2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
+2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
(icon-map-list): New variable.
* vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
-2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
+2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
* textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
New variable. List of exceptions for the duplicated word rule.
* files.el (create-file-buffer): If the filename sans directory starts
with spaces, remove them.
-2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
+2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
(x-gtk-map-stock): Use two directory elements when matching
* version.el (emacs-version): Increase to 23.0.50.
-2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
+2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
* env.el (getenv): Pass frame to getenv-internal.
-2007-08-29 Károly LÅÂ\91rentey <lorentey@elte.hu>
+2007-08-29 Károly LÅ\91rentey <lorentey@elte.hu>
* version.el (emacs-version): Show if multi-tty is present.
(display-time-world-timer-second, display-time-world-mode-map):
New variables.
-2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
+2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): New variable.
(x-gtk-map-stock): New function.
* info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
prev/next-node.
-2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
+2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
* play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
* vc.el (vc-annotate-warp-version): Don't use previous-line.
-2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
+2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
* net/browse-url.el (browse-url-emacs): New function.
* emacs-lisp/avl-tree.el: New file.
-2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
+2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
* hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
was used.
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.
-2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
+2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
* progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
(meta-indent-current-nesting): Use a computation of the nesting
(cperl-find-pods-heres): Fix an error when typing expressions like
`s{a}{b}'.
-2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
+2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
* mail/emacsbug.el (report-emacs-bug): Remove the last number of
`emacs-version', use the topic prefix ``version; ''. Make MS-DOS
sloppier, for the sake of GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.
-2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
+2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
* mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
in the mail title. Suggested by Reiner Steib.
* net/trampver.el: Update release number.
-2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
+2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
* startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
* isearch.el (isearch-edit-string): Call to isearch-push-state
after the search.
-2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
+2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
* window.el (fit-window-to-buffer): Remove setting of window-min-height
to 1 as enlarge-window uses the value to resize/shrink windows other
* font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
syntax as well. Reported by Juri Linkov <juri@jurta.org>.
-2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
+2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
* dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.
* diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
-2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
+2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
* term/xterm.el (terminal-init-xterm): Escape parens in character
constants.
* emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
Match against file-name-nondirectory.
Fix text on user customization variables.
- Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
+ Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
* files.el (set-auto-mode): Doc fix.
-2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
+2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
* help-fns.el (find-source-lisp-file): New function.
(describe-function-1): Use find-source-lisp-file to find source
* dabbrev.el (dabbrev-eliminate-newlines):
Renamed from dabbrev--eliminate-newlines. All uses changed.
-2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
+2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
* man.el (Man-next-section): Don't consider the last line of the page
as being part of any section.
* image-dired.el (image-dired-display-image): Derive image-type from
filename rather than assuming jpeg, in case no resizing was needed.
-2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
+2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
* custom.el (defface): Doc fix.