bpt/emacs.git
14 years ago(font_open_entity): Don't use ASET if font_object is Qnil.
YAMAMOTO Mitsuharu [Tue, 24 Nov 2009 08:37:32 +0000 (08:37 +0000)]
(font_open_entity): Don't use ASET if font_object is Qnil.

14 years ago* doc-view.el (doc-view-mode): Switch off view-mode explicitly,
Tassilo Horn [Tue, 24 Nov 2009 07:47:45 +0000 (07:47 +0000)]
* doc-view.el (doc-view-mode): Switch off view-mode explicitly,
because it could be enabled automatically if view-read-only is
non-nil.

14 years ago2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Tue, 24 Nov 2009 03:16:38 +0000 (03:16 +0000)]
2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
made on 2009-11-22.

14 years ago(focus-follows-mouse): Mention mouse-autoselect-window.
Glenn Morris [Tue, 24 Nov 2009 02:40:03 +0000 (02:40 +0000)]
(focus-follows-mouse): Mention mouse-autoselect-window.

14 years ago(global-semantic-idle-scheduler-mode): Move after definition of
Glenn Morris [Tue, 24 Nov 2009 02:38:08 +0000 (02:38 +0000)]
(global-semantic-idle-scheduler-mode): Move after definition of
global-semantic-idle-tag-highlight-mode.

14 years ago(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
Glenn Morris [Tue, 24 Nov 2009 02:37:05 +0000 (02:37 +0000)]
(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
bookmark-bmenu-bookmark-column.

14 years ago(bookmark-bmenu-search): Clear echo area when exiting.
Stefan Monnier [Tue, 24 Nov 2009 02:21:32 +0000 (02:21 +0000)]
(bookmark-bmenu-search): Clear echo area when exiting.

14 years ago* net/browse-url.el (browse-url-filename-alist): On Windows, add
Chong Yidong [Mon, 23 Nov 2009 20:58:55 +0000 (20:58 +0000)]
* net/browse-url.el (browse-url-filename-alist): On Windows, add
two slashes to the "file:" prefix.
(browse-url-file-url): De-munge Cygwin filenames before passing
them to Windows browser.
(browse-url-default-windows-browser): Use call-process.

14 years agoImplement DocView Continuous mode. (Bug#4896)
Juri Linkov [Mon, 23 Nov 2009 20:34:53 +0000 (20:34 +0000)]
Implement DocView Continuous mode.  (Bug#4896)
* doc-view.el (doc-view-continuous-mode): New defcustom.
(doc-view-mode-map): Bind C-n/<down> to `doc-view-next-line-or-next-page',
C-p/<up> to `doc-view-previous-line-or-previous-page'.
(doc-view-next-line-or-next-page)
(doc-view-previous-line-or-previous-page): New commands.

14 years agoImplement Isearch in comint input history. (Bug#3746)
Juri Linkov [Mon, 23 Nov 2009 20:30:33 +0000 (20:30 +0000)]
Implement Isearch in comint input history.  (Bug#3746)
* comint.el (comint-mode): Add `comint-history-isearch-setup' to
`isearch-mode-hook'.
(comint-history-isearch): New defcustom.
(comint-history-isearch-backward)
(comint-history-isearch-backward-regexp): New commands.
(comint-history-isearch-message-overlay): New buffer-local variable.
(comint-history-isearch-setup, comint-history-isearch-end)
(comint-goto-input, comint-history-isearch-search)
(comint-history-isearch-message, comint-history-isearch-wrap)
(comint-history-isearch-push-state)
(comint-history-isearch-pop-state): New functions.

14 years ago* net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
Michael Albinus [Mon, 23 Nov 2009 15:59:07 +0000 (15:59 +0000)]
* net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
return.
(tramp-handle-make-symbolic-link)
(tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
Quote file names.
(tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
(tramp-handle-process-file): Use it.

14 years agoMust create deps for ecrt0.o in its rule.
Jan Djärv [Mon, 23 Nov 2009 14:48:59 +0000 (14:48 +0000)]
Must create deps for ecrt0.o in its rule.

14 years ago* etags.c (absolute_filename): Use memove if we have it for overlapping copy.
Jan Djärv [Mon, 23 Nov 2009 09:51:06 +0000 (09:51 +0000)]
* etags.c (absolute_filename): Use memove if we have it for overlapping copy.

14 years agoSet Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
Jan Djärv [Mon, 23 Nov 2009 08:55:08 +0000 (08:55 +0000)]
Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.

* xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
because that is what Gtk+ font dialog understands.

* font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
of Fcopy_sequence.
(font_open_by_name): Put name given into QCname for font-object returned.

* frame.c (x_set_font): Save original font name as frame parameter
font-parameter.

* xsettings.c (set_default_xft_settings): New function.
(init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
is found.

14 years ago(move-to-window-line-last-op): Remove.
Stefan Monnier [Mon, 23 Nov 2009 05:37:34 +0000 (05:37 +0000)]
(move-to-window-line-last-op): Remove.
(move-to-window-line-top-bottom): Reuse recenter-last-op instead.

14 years ago(move-to-window-line-last-op): New var.
Stefan Monnier [Mon, 23 Nov 2009 05:32:25 +0000 (05:32 +0000)]
(move-to-window-line-last-op): New var.
(move-to-window-line-top-bottom): New command.
(global-map): Bind M-r move-to-window-line-top-bottom.

14 years agoSven Joachim <svenjoac at gmx.de>
Glenn Morris [Mon, 23 Nov 2009 00:32:37 +0000 (00:32 +0000)]
Sven Joachim  <svenjoac at gmx.de>

(dired-guess-shell-alist-default): Support xz format.  (Bug#4953)

14 years ago* cedet/srecode/map.el (srecode-get-maps):
Chong Yidong [Sun, 22 Nov 2009 23:49:13 +0000 (23:49 +0000)]
* cedet/srecode/map.el (srecode-get-maps):
* cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
* cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
* cedet/semantic/decorate/mode.el (semantic-decoration-mode)
(semantic-toggle-decoration-style):
* cedet/semantic/decorate/include.el
(semantic-decoration-include-describe)
(semantic-decoration-unknown-include-describe)
(semantic-decoration-unparsed-include-describe)
(semantic-decoration-all-include-summary):
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
* cedet/semantic/analyze/complete.el
(semantic-analyze-possible-completions):
* cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
(semantic-show-unmatched-syntax-mode)
(semantic-show-parser-state-mode, semantic-stickyfunc-mode)
(semantic-highlight-func-mode):
* cedet/semantic/util.el (semantic-describe-buffer):
* cedet/semantic/symref.el (semantic-symref-find-references-by-name)
(semantic-symref-find-tags-by-name)
(semantic-symref-find-tags-by-regexp)
(semantic-symref-find-tags-by-completion)
(semantic-symref-find-file-references-by-name)
(semantic-symref-find-text):
* cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
(senator-yank-tag):
* cedet/semantic/scope.el (semantic-calculate-scope):
* cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
* cedet/semantic/idle.el (semantic-idle-scheduler-mode)
(define-semantic-idle-service):
* cedet/semantic/complete.el (semantic-complete-analyze-inline)
(semantic-complete-analyze-inline-idle):
* cedet/semantic/analyze.el (semantic-analyze-current-context):
* cedet/mode-local.el (describe-mode-local-bindings)
(describe-mode-local-bindings-in-mode):
* cedet/ede/make.el (ede-make-check-version):
* cedet/ede/locate.el (ede-enable-locate-on-project):
* cedet/cedet-idutils.el (cedet-idutils-expand-filename)
(cedet-idutils-version-check):
* cedet/cedet-global.el (cedet-gnu-global-expand-filename)
(cedet-gnu-global-version-check):
* cedet/cedet-cscope.el (cedet-cscope-expand-filename)
(cedet-cscope-version-check): Use called-interactively-p instead
of interactive-p.

14 years ago* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
Chong Yidong [Sun, 22 Nov 2009 23:09:17 +0000 (23:09 +0000)]
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
Use semantic-format-tag-prototype.

14 years agoMove entries to the correct file and fix format.
Glenn Morris [Sun, 22 Nov 2009 19:53:21 +0000 (19:53 +0000)]
Move entries to the correct file and fix format.

14 years ago* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
Tassilo Horn [Sun, 22 Nov 2009 18:24:29 +0000 (18:24 +0000)]
* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
generation from word-movement command names.

14 years ago(simple_search): Avoid CHAR_TO_BYTE in inner loop when
Andreas Schwab [Sun, 22 Nov 2009 12:11:00 +0000 (12:11 +0000)]
(simple_search): Avoid CHAR_TO_BYTE in inner loop when
searching backwards through multibyte buffer.

14 years ago2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 22 Nov 2009 03:14:14 +0000 (03:14 +0000)]
2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el: use viper-last-command-char instead of
last-command-char/last-command-event.
(viper-prefix-arg-value): do correct conversion of event-char for
XEmacs.

* viper-util.el, viper.el: use viper-last-command-char instead of
last-command-char/last-command-event.

* ediff-init.el, ediff-mult.el, ediff-util.el: relpace
last-command-char and last-command-event with (ediff-last-command-char) everywhere.

* ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
created in fundamental mode.

* ediff.el (ediff-version): revert the change of interactive-p to
called-interactively-p.

14 years ago(Radix modes): Discuss alternate bases for two's complement notations.
Jay Belanger [Sun, 22 Nov 2009 02:19:23 +0000 (02:19 +0000)]
(Radix modes): Discuss alternate bases for two's complement notations.

14 years agoUpdate md5sum.
Chong Yidong [Sat, 21 Nov 2009 20:19:15 +0000 (20:19 +0000)]
Update md5sum.

14 years ago* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
Chong Yidong [Sat, 21 Nov 2009 20:18:37 +0000 (20:18 +0000)]
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
(semantic-complete-jump-local, semantic-complete-jump): Improve
prompt string.

14 years ago* cus-start.el (all): Add native condition for font-use-system-font.
Jan Djärv [Sat, 21 Nov 2009 15:40:24 +0000 (15:40 +0000)]
* cus-start.el (all): Add native condition for font-use-system-font.

* configure.in: Don't check for GConf unless X is used.

14 years agoUse a select wrapper around the GLib event loop, thus taking into account GLib
Jan Djärv [Sat, 21 Nov 2009 15:28:59 +0000 (15:28 +0000)]
Use a select wrapper around the GLib event loop, thus taking into account GLib
timeouts and event sources.  This simplifies Gtk+-code a lot, and is needed
for handling GConf death/restart.

* xterm.c: #include xgselect.h.
(x_initialize): Call xgselect_initialize.

* xsettings.c (something_changedCB): C++ comments => C comments.
(init_gconf): Do not deal with any GLib file descriptors, xg_select
does that now.

* gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
(xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
(scroll_bar_button_cb): Remove.
(create_menus): C++ comments => C comments. Don't bind grab-notify
event.
(xg_create_scroll_bar): Don't bind button-press-event and
button-release-event.

* process.c: Include xgselect.h if defined (USE_GTK) ||
defined (HAVE_GCONF).
(wait_reading_process_output): Call xg_select for the same condition.

* xgselect.c (xg_select): New function to better integrate with
GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.

* xgselect.h: New file, declare xg_select, xgselect_initialize.

* Makefile.in (XOBJ): Add xgselect.o.

14 years ago* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Andreas Schwab [Sat, 21 Nov 2009 11:52:23 +0000 (11:52 +0000)]
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
ignored second argument.  All callers changed.
* regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
(RE_STRING_CHAR_AND_LENGTH): Likewise.
* xdisp.c (string_char_and_length): Likewise.

14 years ago(cc-imenu-java-generic-expression): A corrected version of the patch from
Alan Mackenzie [Sat, 21 Nov 2009 10:32:20 +0000 (10:32 +0000)]
(cc-imenu-java-generic-expression): A corrected version of the patch from
2009-11-18.

14 years ago*** empty log message ***
Alan Mackenzie [Sat, 21 Nov 2009 10:31:01 +0000 (10:31 +0000)]
*** empty log message ***

14 years ago* progmodes/subword.el: Rename from lisp/subword.el.
Tassilo Horn [Sat, 21 Nov 2009 07:50:48 +0000 (07:50 +0000)]
* progmodes/subword.el: Rename from lisp/subword.el.

* subword.el: Rename to progmodes/subword.el.

* Makefile.in (ELCFILES): Adapt to subword.el move.

14 years ago(bookmark-bmenu-bookmark-column): Remove var.
Stefan Monnier [Sat, 21 Nov 2009 06:43:45 +0000 (06:43 +0000)]
(bookmark-bmenu-bookmark-column): Remove var.
(bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
(bookmark-bmenu-show-filenames): Use push.
(bookmark-bmenu-hide-filenames): Use local var instead of
bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
(bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
(bookmark-bmenu-execute-deletions): Don't bother adding/removing the
filenames now that the bookmark names are always available.

14 years agoFix last change.
Chong Yidong [Sat, 21 Nov 2009 04:50:36 +0000 (04:50 +0000)]
Fix last change.

14 years ago(bookmark-search-prompt, bookmark-search-timer): Remove.
Stefan Monnier [Sat, 21 Nov 2009 04:43:10 +0000 (04:43 +0000)]
(bookmark-search-prompt, bookmark-search-timer): Remove.
(bookmark-search-pattern): Move and leave unbound.
(bookmark-bmenu-mode-map): Change binding.
(bookmark-read-search-input): Simplify.
Don't use text-char-description.  Don't error on non-char events.
(bookmark-filtered-alist-by-regexp-only): Remove by folding into the
only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
(bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
Use a local var for the timer.
(bookmark-bmenu-cancel-search): Remove by folding into the only caller
(i.e. bookmark-bmenu-search).

14 years ago(rmail-mime): Decode in fundamental-mode. (Bug#4993)
Glenn Morris [Sat, 21 Nov 2009 02:36:54 +0000 (02:36 +0000)]
(rmail-mime): Decode in fundamental-mode.  (Bug#4993)

14 years ago* xterm.c (x_new_font):
Dan Nicolaescu [Sat, 21 Nov 2009 02:33:45 +0000 (02:33 +0000)]
* xterm.c (x_new_font):
* print.c (print_object):
* cmds.c (Fself_insert_command): Move declarations before statements.

14 years ago* net/browse-url.el (browse-url-default-windows-browser): Use
Chong Yidong [Fri, 20 Nov 2009 21:49:46 +0000 (21:49 +0000)]
* net/browse-url.el (browse-url-default-windows-browser): Use
cygstart for cygwin.

14 years ago* PROBLEMS: Remove fixed rebasing problem.
Chong Yidong [Fri, 20 Nov 2009 21:46:28 +0000 (21:46 +0000)]
* PROBLEMS: Remove fixed rebasing problem.

14 years ago* s/cygwin.h: Remove unneeded linker flags.
Chong Yidong [Fri, 20 Nov 2009 21:44:58 +0000 (21:44 +0000)]
* s/cygwin.h: Remove unneeded linker flags.

14 years ago* PROBLEMS (http): Add workaround for Cygwin crash.
Chong Yidong [Fri, 20 Nov 2009 21:40:00 +0000 (21:40 +0000)]
* PROBLEMS (http): Add workaround for Cygwin crash.

14 years ago* lisp/bookmark.el: Formatting and doc fixes only:
Karl Fogel [Fri, 20 Nov 2009 21:12:54 +0000 (21:12 +0000)]
* lisp/bookmark.el: Formatting and doc fixes only:
  (bookmark-search-delay): Shorten doc string to fit in 80 columns.
  (bookmark-bmenu-search): Wrap to fit within 80 columns.  Minor
    grammar and punctuation fixes in doc string.
  (bookmark-read-search-input): Adjust to fit within 80 columns.

14 years agoChange version number to 6.33x
Carsten Dominik [Fri, 20 Nov 2009 20:55:31 +0000 (20:55 +0000)]
Change version number to 6.33x

14 years ago2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Fri, 20 Nov 2009 20:54:22 +0000 (20:54 +0000)]
2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>

* org.texi: (Column attributes): Fix documentaion of new operators.

14 years ago2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Fri, 20 Nov 2009 20:54:05 +0000 (20:54 +0000)]
2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>

* org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
agenda after adding new entry.

* org-datetree.el (org-datetree-find-day-create): Fix regular
expression.

* org.el (org-display-outline-path): Use a format specifier for
message, to avoid problems with heading containing `%'.

* org-agenda.el (org-agenda-hide-tags-regexp): New option.
(org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
(org-agenda-fix-displayed-tags): New function.
(org-agenda-do-context-action): Just call
`org-display-outline-path', without piping the result through
`message'.

* org-latex.el (org-export-latex-preprocess): Protect secondary
footnote references.

* org-indent.el (org-indent-initialize): Avoid empty strings as
line prefixes.

* org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
hat checking for the mark does not throw an error.
(org-agenda-diary-entry-in-org-file): Catch the case that there is
not `day' text property in the cursor line.

* org.el (org-sort-entries-or-items): Make sure that the final
entry has a newline before doing the sorting.

* org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
property at the beginning of the line.

* org.el (org-make-link-string): Don't allow a description with
only white space.

* org-agenda.el (org-agenda-insert-diary-strategy): New variable.
(org-agenda-insert-diary-as-top-level): New function.
(org-agenda-add-entry-to-org-agenda-diary-file): Call
`org-agenda-insert-diary-as-top-level'.

* org.el (org-occur-in-agenda-files): Make sure none of the
buffers is narrowed.
(org-activate-plain-links): Add the face property here.
(org-set-font-lock-defaults): Do not add the face to plain links,
the activator function does this.

* org-habit.el (org-is-habit-p): Add doc string.

* org-archive.el (org-archive-subtree-default-with-confirmation):
Autoload.

* org-latex.el (org-export-latex-fontify): Fix regexp to make char
after match optional (happens at the end of a line...).

* org.el (org-fontify-meta-lines-and-blocks): Apply special faces
for special blocks.

* org-faces.el (org-copy-face): Set lisp indentation.
(org-quote, org-verse): New faces.

* org-agenda.el (org-agenda-remove-date): Remove variable.

* org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.

* org-html.el (org-export-as-html): Move the home/up link into
the content div.

* org.el (org-export-latex-packages-alist): Option definition
moved here from org-latex.el.

* org-html.el (org-export-html-home/up-format): Add an ID to the
up/home div.

* org-wl.el (org-wl-store-link): Handle the case that
`wl-use-petname' is set.

* org.el (org-set-effort): Improve prompt.
(org-get-outline-path): Widen to get full path.
(org-compact-display-after-subtree-move): Function removed.

2009-11-20  Eric Schulte  <schulte.eric@gmail.com>

* org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
hash keys to cache and re-use images generated by the
org-exp-blocks interface to ditaa and dot.

* org.el (org-format-latex): Latex images are now saved to files
named by the sha1 hash of the latex source text avoiding
regeneration of identical images.

14 years ago* progmodes/cc-cmds.el (c-forward-into-nomenclature)
Tassilo Horn [Fri, 20 Nov 2009 18:09:29 +0000 (18:09 +0000)]
* progmodes/cc-cmds.el (c-forward-into-nomenclature)
(c-backward-into-nomenclature): Adapt to subword renaming.

* subword.el (subword-forward, subword-backward, subword-mark)
(subword-kill, subword-backward-kill, subword-transpose)
(subword-downcase, subword-upcase, subword-capitalize)
(subword-forward-internal, subword-backward-internal): Renamed
from forward-subword, backward-subword, mark-subword kill-subword,
backward-kill-subword, transpose-subwords, downcase-subword,
upcase-subword, capitalize-subword forward-subword-internal,
backward-subword-internal.

14 years ago* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
Stefan Monnier [Fri, 20 Nov 2009 15:47:26 +0000 (15:47 +0000)]
* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
(bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag): New vars.
(bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
(bookmark-bmenu-filter-alist-by-regexp)
(bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
(bookmark-bmenu-search): New command.
(bookmark-bmenu-mode-map): Bind it.

14 years ago* cedet/semantic/complete.el (semantic-complete-inline-map): Doc
Chong Yidong [Fri, 20 Nov 2009 15:11:16 +0000 (15:11 +0000)]
* cedet/semantic/complete.el (semantic-complete-inline-map): Doc
fix.

* cedet/semantic/idle.el (define-semantic-idle-service)
(semantic-idle-summary-mode, semantic-idle-completions): Doc fix.

14 years ago* progmodes/cc-cmds.el: declare-functioned forward-subword and
Tassilo Horn [Fri, 20 Nov 2009 14:28:54 +0000 (14:28 +0000)]
* progmodes/cc-cmds.el: declare-functioned forward-subword and
backward-subword to quit the byte-compiler.

14 years ago* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
Tassilo Horn [Fri, 20 Nov 2009 14:05:18 +0000 (14:05 +0000)]
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.

* Makefile.in: Don't refer cc-subword.elc but subword.elc.

14 years agoAlways suggest system font because .emacs may not have been read yet.
Jan Djärv [Fri, 20 Nov 2009 09:44:42 +0000 (09:44 +0000)]
Always suggest system font because .emacs may not have been read yet.

* xfns.c (x_default_font_parameter): Call xsettings_get_system_font.

* xsettings.h: Declare xsettings_get_system_font.

* xsettings.c (xsettings_get_system_font): New function.
(init_gconf): No use initiating gconf unless we have Xft also.
(syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
HAVE_GCONF.

14 years agogtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
Jan Djärv [Fri, 20 Nov 2009 08:54:18 +0000 (08:54 +0000)]
gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
add a blank entry so it doesn't collapse into nothing.

14 years ago2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Fri, 20 Nov 2009 08:22:32 +0000 (08:22 +0000)]
2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>

* progmodes/cc-cmds.el (c-update-modeline)
(c-forward-into-nomenclature, c-backward-into-nomenclature): Refer
to subword.el functions instead of cc-subword.el.

* progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
subword.el functions instead of cc-subword.el.

* progmodes/cc-subword.el: Renamed to subword.el.
* subword.el: Renamed from progmodes/cc-subword.el.
(subword-mode-map): Renamed from c-subword-mode-map.
(subword-mode): Renamed from c-subword-mode.
(global-subword-mode): New global minor mode.
(forward-subword): Renamed from c-forward-subword.
(backward-subword): Renamed from c-backward-subword.
(mark-subword): Renamed from c-mark-subword.
(kill-subword): Renamed from c-kill-subword.
(backward-kill-subword): Renamed from c-backward-kill-subword.
(transpose-subwords): Renamed from c-tranpose-subword.
(downcase-subword): Renamed from c-downcase-subword.
(capitalize-subword): Renamed from c-capitalize-subword.
(forward-subword-internal): Renamed from
c-forward-subword-internal.
(backward-subword-internal): Renamed from
c-backward-subword-internal.

14 years ago(vc-deduce-fileset): Allow non-state changing operations
Dan Nicolaescu [Fri, 20 Nov 2009 06:56:16 +0000 (06:56 +0000)]
(vc-deduce-fileset): Allow non-state changing operations
from a dired buffer.
(vc-dired-deduce-fileset): New function.
(vc-root-diff, vc-print-root-log): Use it.

14 years agoUse -Wdeclaration-after-statement if available.
Dan Nicolaescu [Fri, 20 Nov 2009 06:05:10 +0000 (06:05 +0000)]
Use -Wdeclaration-after-statement if available.

14 years ago(vc-annotate-show-log-revision-at-line): Pass a
Dan Nicolaescu [Fri, 20 Nov 2009 05:44:49 +0000 (05:44 +0000)]
(vc-annotate-show-log-revision-at-line): Pass a
nil LIMIT argument to vc-print-log-internal.

14 years ago* sem-user.texi (Idle Completions Mode): More copyedits.
Chong Yidong [Fri, 20 Nov 2009 05:02:46 +0000 (05:02 +0000)]
* sem-user.texi (Idle Completions Mode): More copyedits.

14 years agoAdd missing entry.
Stefan Monnier [Fri, 20 Nov 2009 03:19:27 +0000 (03:19 +0000)]
Add missing entry.

14 years ago(Acknowledgments): Add htmlfontify.
Glenn Morris [Fri, 20 Nov 2009 02:30:55 +0000 (02:30 +0000)]
(Acknowledgments): Add htmlfontify.

14 years ago(ELCFILES): Regenerate.
Glenn Morris [Fri, 20 Nov 2009 02:29:32 +0000 (02:29 +0000)]
(ELCFILES): Regenerate.

14 years ago* message.el (message-send-mail-with-sendmail): Revert last change.
Chong Yidong [Fri, 20 Nov 2009 02:26:07 +0000 (02:26 +0000)]
* message.el (message-send-mail-with-sendmail): Revert last change.

14 years ago* sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
Chong Yidong [Fri, 20 Nov 2009 01:52:41 +0000 (01:52 +0000)]
* sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
(Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler):
Numerous copyedits.

14 years ago* cedet/cedet.el (cedet-menu-map): Re-order menu items.
Chong Yidong [Fri, 20 Nov 2009 01:35:49 +0000 (01:35 +0000)]
* cedet/cedet.el (cedet-menu-map): Re-order menu items.

* cedet/semantic.el: Enable idle-mode menu items only if
global-semantic-idle-scheduler-mode is enabled.
(semantic-default-submodes): Doc fix.

* cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
When turning off, disable other idle modes.

14 years ago*** empty log message ***
Jay Belanger [Fri, 20 Nov 2009 01:17:15 +0000 (01:17 +0000)]
*** empty log message ***

14 years ago(calc-octal-radix, calc-hex-radix): Add spec.
Jay Belanger [Fri, 20 Nov 2009 01:09:03 +0000 (01:09 +0000)]
(calc-octal-radix, calc-hex-radix): Add spec.

14 years ago(math-format-date): Fix typo.
Jay Belanger [Fri, 20 Nov 2009 01:08:03 +0000 (01:08 +0000)]
(math-format-date): Fix typo.

14 years ago(calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 01:00:27 +0000 (01:00 +0000)]
(calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.

14 years ago(math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:59:50 +0000 (00:59 +0000)]
(math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.

14 years ago(calc-modes-menu): Clean up two's complement entries.
Jay Belanger [Fri, 20 Nov 2009 00:59:24 +0000 (00:59 +0000)]
(calc-modes-menu): Clean up two's complement entries.

14 years ago(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:58:54 +0000 (00:58 +0000)]
(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.

14 years ago(calc-graph-plot): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:58:28 +0000 (00:58 +0000)]
(calc-graph-plot): Let `calc-twos-complement-mode' be nil.

14 years ago(math-format-date): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:58:00 +0000 (00:58 +0000)]
(math-format-date): Let `calc-twos-complement-mode' be nil.

14 years ago(calc-init-extentions): Rename `calc-complement-signed-mode' to
Jay Belanger [Fri, 20 Nov 2009 00:57:32 +0000 (00:57 +0000)]
(calc-init-extentions): Rename `calc-complement-signed-mode' to
`calc-twos-complement-mode'.
(math-format-number-fancy): Let `calc-twos-complement-mode' be nil.

14 years ago(calc-embedded-mode-vars): Rename `calc-complement-signed-mode' to
Jay Belanger [Fri, 20 Nov 2009 00:56:59 +0000 (00:56 +0000)]
(calc-embedded-mode-vars): Rename `calc-complement-signed-mode' to
`calc-twos-complement-mode'.

14 years ago(math-compose-expr): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:56:28 +0000 (00:56 +0000)]
(math-compose-expr): Let `calc-twos-complement-mode' be nil.

14 years ago(math-format-twos-complement): Renamed from math-format-complement-signed.
Jay Belanger [Fri, 20 Nov 2009 00:55:53 +0000 (00:55 +0000)]
(math-format-twos-complement): Renamed from math-format-complement-signed.
(calc-radix): Rename `calc-complement-signed-mode' to
`calc-twos-complement-mode'.
(calc-octal-radix, calc-hex-radix): Add an argument for two's complement.

14 years ago(calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.
Jay Belanger [Fri, 20 Nov 2009 00:55:13 +0000 (00:55 +0000)]
(calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.

14 years ago(calc-set-mode-line): Rename `calc-complement-signed-mode' to
Jay Belanger [Fri, 20 Nov 2009 00:54:19 +0000 (00:54 +0000)]
(calc-set-mode-line): Rename `calc-complement-signed-mode' to
`calc-twos-complement-mode'.
(math-format-number): Rename `math-format-complement-signed' to
`math-format-twos-complement'.

14 years ago(latex-complete-bibtex-cache, latex-complete-alist): New vars.
Stefan Monnier [Thu, 19 Nov 2009 22:55:41 +0000 (22:55 +0000)]
(latex-complete-bibtex-cache, latex-complete-alist): New vars.
(latex-string-prefix-p, latex-complete-bibtex-keys, latex-complete-data)
(latex-complete-envnames, latex-complete-refkeys): New functions.
(latex-complete, latex-indent-or-complete): New commands.

14 years ago(Funintern): Comment out last change.
Stefan Monnier [Thu, 19 Nov 2009 22:10:40 +0000 (22:10 +0000)]
(Funintern): Comment out last change.

14 years ago* window.el (display-buffer-mark-dedicated): New var.
Stefan Monnier [Thu, 19 Nov 2009 22:05:40 +0000 (22:05 +0000)]
* window.el (display-buffer-mark-dedicated): New var.
(display-buffer): Obey it.
* minibuffer.el (minibuffer-completion-help): Use it.

14 years ago(symbol-complete): Use completion-in-region.
Stefan Monnier [Thu, 19 Nov 2009 22:03:36 +0000 (22:03 +0000)]
(symbol-complete): Use completion-in-region.

14 years ago(file-cache-add-file): Use push and cons.
Stefan Monnier [Thu, 19 Nov 2009 22:02:53 +0000 (22:02 +0000)]
(file-cache-add-file): Use push and cons.
(file-cache-delete-file-regexp): Use push.
(file-cache-complete): Use completion-in-region.

14 years ago(with-wrapper-hook): Fix thinko.
Stefan Monnier [Thu, 19 Nov 2009 20:58:42 +0000 (20:58 +0000)]
(with-wrapper-hook): Fix thinko.

14 years ago* hfy-cmap.el (hfy-rgb-file): Use locate-file.
Stefan Monnier [Thu, 19 Nov 2009 20:47:40 +0000 (20:47 +0000)]
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
(htmlfontify-load-rgb-file): Remove unnused var `ff'.
Use with-current-buffer and string-to-number.
(hfy-fallback-colour-values): Use assoc-string.
* htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
(hfy-face-at): Remove unused var `found-face'.
(hfy-compile-stylesheet): Remove unused var `css'.
(hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
and `orig-buffer'.
(hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
Use with-current-buffer.
(hfy-text-p): Use expand-file-name and fewer setq.

14 years agoMention htmlfontify.
Stefan Monnier [Thu, 19 Nov 2009 20:22:03 +0000 (20:22 +0000)]
Mention htmlfontify.

14 years agoNew files.
Stefan Monnier [Thu, 19 Nov 2009 20:21:01 +0000 (20:21 +0000)]
New files.

14 years ago(switch-to-completions): Move point to the first
Juri Linkov [Thu, 19 Nov 2009 17:40:14 +0000 (17:40 +0000)]
(switch-to-completions): Move point to the first
completion when point was at the beginning of the buffer.

14 years agoVertical completions.
Juri Linkov [Thu, 19 Nov 2009 17:39:14 +0000 (17:39 +0000)]
Vertical completions.

14 years ago(completions-format): New defcustom.
Juri Linkov [Thu, 19 Nov 2009 17:38:37 +0000 (17:38 +0000)]
(completions-format): New defcustom.
(completion--insert-strings): Implement vertical format.

14 years ago* find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
Juri Linkov [Thu, 19 Nov 2009 17:37:22 +0000 (17:37 +0000)]
* find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
* progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.

14 years agoUpdate md5sum.
Chong Yidong [Thu, 19 Nov 2009 16:49:24 +0000 (16:49 +0000)]
Update md5sum.

14 years ago* mail/sendmail.el (mail-yank-prefix): Change default to "> ".
Chong Yidong [Thu, 19 Nov 2009 16:48:30 +0000 (16:48 +0000)]
* mail/sendmail.el (mail-yank-prefix): Change default to "> ".
(mail-signature): Change default to t.
(mail-from-style): Deprecate `system-default' value.
(mail-insert-from-field): For default value of mail-from-style,
default to `angles' unless `angles' needs quoting and `parens'
does not.
(mail-citation-prefix-regexp): Use citation regexp from
message-mode.

14 years ago* message.el (message-from-style, message-interactive)
Chong Yidong [Thu, 19 Nov 2009 16:46:50 +0000 (16:46 +0000)]
* message.el (message-from-style, message-interactive)
(message-cite-prefix-regexp, message-sendmail-envelope-from)
(message-yank-prefix, message-indentation-spaces, message-signature)
(message-signature-file, message-default-headers): For GNU Emacs, set
default values from the corresponding mail-* variables.
(message-send-mail-with-sendmail): Use envelope-from only if
mail-specify-envelope-from is non-nil.

14 years ago* lread.c (Funintern): Error if symbol is t or nil.
Richard M. Stallman [Thu, 19 Nov 2009 16:13:22 +0000 (16:13 +0000)]
* lread.c (Funintern): Error if symbol is t or nil.

14 years ago* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
Michael Albinus [Thu, 19 Nov 2009 09:25:40 +0000 (09:25 +0000)]
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
variables for computing the prompt for reading password.

14 years ago(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
Glenn Morris [Thu, 19 Nov 2009 07:42:20 +0000 (07:42 +0000)]
(dired-compress-file-suffixes): Add ".xz".  (Bug#4953)

14 years ago*** empty log message ***
Glenn Morris [Thu, 19 Nov 2009 07:36:19 +0000 (07:36 +0000)]
*** empty log message ***

14 years ago(sgml-lexical-context): Declare.
Glenn Morris [Thu, 19 Nov 2009 07:27:46 +0000 (07:27 +0000)]
(sgml-lexical-context): Declare.

14 years ago(newsticker-treeview-treewindow-width)
Glenn Morris [Thu, 19 Nov 2009 07:13:29 +0000 (07:13 +0000)]
(newsticker-treeview-treewindow-width)
(newsticker-treeview-listwindow-height): Fix custom type.