aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge from mainline.Paul Eggert2011-03-1768-663/+1095
|\
| * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are inline.Julien Danjou2011-03-174-15/+31
| | | | | | | | | | | | | | gnus-art.el (article-hide-list-identifiers): Use gnus-group-get-list-identifiers. * gnus-sum.el (gnus-group-get-list-identifiers): New function. (gnus-summary-remove-list-identifiers): Use gnus-group-get-list-identifiers to get regexp. (gnus-select-newsgroup, gnus-summary-insert-subject, gnus-summary-insert-articles): Call gnus-summary-remove-list-identifiers unconditionally.
| * lisp/custom.el: Trivial fixes.Juanma Barranquero2011-03-172-8/+16
| | | | | | | | | | | | | | | | * custom.el (custom-known-themes): Reflow docstring. (custom-theme-load-path): Fix typo in docstring. (load-theme): Fix typo in error message. (custom-available-themes, custom-variable-theme-value): Use `let', not `let*'.
| * * lisp/calc-units.el (calcFunc-lupquant): Rename fromJay Belanger2011-03-163-16/+16
| | | | | | | | | | | | | | | | | | `calcFunc-pquant' (fixing previous commit). (calcFunc-lufquant): Rename from `calcFunc-fquant' (fixing previous commit). * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded.
| * * lisp/calc/README: Mention musical notes.Jay Belanger2011-03-168-195/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/calc-units.el (calc-lu-quant): Rename from `calc-logunits-quantity'. (calcFunc-lupquant): Rename from `calcFunc-powerquant'. (calcFunc-lufquant): Rename from `calcFunc-fieldquant'. (calc-db): Rename from `calc-dblevel'. (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'. (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'. (calc-np): Rename from `calc-nplevel'. (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'. (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'. (calc-lu-plus): Rename from `calc-logunits-add'. (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'. (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'. (calc-lu-minus): Rename from `calc-logunits-sub'. (calcFunc-lupsub): Rename from `calcFunc-lupowersub'. (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'. (calc-lu-times): Rename from `calc-logunits-mul'. (calcFunc-lupmul): Rename from `calcFunc-lupowermul'. (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'. (calc-lu-divide): Rename from `calc-logunits-div'. (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'. (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'. * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded. * lisp/calc/calc.el (calc-lu-power-reference): Rename from `calc-logunits-power-reference'. (calc-lu-field-reference): Rename from `calc-logunits-field-reference'. * lisp/calc/calc-help (calc-l-prefix-help): Mention musical note functions. * doc/misc/calc.texi (Logarithmic Units): Update the function names.
| * * lisp/minibuffer.el (completion-all-sorted-completions):Stefan Monnier2011-03-162-1/+14
| | | | | | | | Use :completion-cycle-penalty text property if present.
| * * allout.el (allout-yank-processing): Adjust for new rebulleting regime soKen Manheimer2011-03-162-1/+7
| | | | | | | | bullet being yanked is used without prompting the user for a choice.
| * * src/print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.Stefan Monnier2011-03-162-12/+15
| | | | | | | | (print_preprocess, print_object): New macro to fix last change.
| * * src/print.c (print_preprocess): Don't forget font objects.Stefan Monnier2011-03-162-1/+5
| |
| * Add warning for obsolete _emacs init file.Juanma Barranquero2011-03-164-13/+27
| | | | | | | | | | * lisp/startup.el (command-line): Warn the user that _emacs is deprecated. * etc/NEWS: Document warning about _emacs.
| * lisp/progmodes/delphi.el: Fix typos.Juanma Barranquero2011-03-162-38/+50
| |
| * src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero2011-03-162-6/+10
| |
| * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if we're ↵Lars Magne Ingebrigtsen2011-03-152-9/+21
| | | | | | | | selecting a group with unread articles.
| * Indent.Lars Magne Ingebrigtsen2011-03-151-3/+6
| |
| * Merge changes made in Gnus trunk.Gnus developers2011-03-1512-37/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message.texi (Insertion Variables): Document message-cite-style. nnimap.el (nnimap-open-connection-1): Allow `network-only', too. gssapi.el: New file separated out from imap.el to provide a general Kerberos 5 connection facility for Emacs. message.el (message-elide-ellipsis): Document the format spec ellipsis. message.el (message-elide-region): Allow the ellipsis to say how many lines were removed. gnus-win.el (gnus-configure-frame): Protect against trying to restore window configurations containing buffers that are now dead. nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before parsing to avoid integer overflows. (nnimap-parse-flags): Simplify the last change. (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen. gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on XEmacs, which was one character too wide. gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as default number of articles to display. (gnus-articles-to-read): Use pretty names for prompt. gnus-int.el (gnus-open-server): Ditto. gnus-start.el (gnus-activate-group): Give a backtrace if debug-on-quit is set and the user hits `C-g'. (gnus-read-active-file): Ditto. gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
| * * allout.el (allout-make-topic-prefix) (allout-rebullet-heading): InvertKen Manheimer2011-03-152-8/+16
| | | | | | | | | | the roles of character and string values for INSTEAD, so a string is used for the more common case of a defaulting prompt.
| * * src/coding.c (detect_coding_iso_2022): Reorganize code to clarifyAndreas Schwab2011-03-152-79/+85
| | | | | | | | structure.
| * Fix misuse of quote in `case'.Stefan Monnier2011-03-1521-112/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/ruby-mode.el (ruby-backward-sexp): * lisp/progmodes/ebrowse.el (ebrowse-draw-file-member-info): * lisp/play/gamegrid.el (gamegrid-make-face): * lisp/play/bubbles.el (bubbles--grid-width, bubbles--grid-height) (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images): * lisp/notifications.el (notifications-notify): * lisp/net/xesam.el (xesam-search-engines): * lisp/net/quickurl.el (quickurl-list-insert): * lisp/vc/vc-hg.el (vc-hg-dir-printer): Fix use of case. * lisp/gnus/auth-source.el (auth-source-netrc-create): * lisp/gnus/message.el (message-yank-original): Fix use of `case'. * lisp/org/org-src.el (org-src-switch-to-buffer): * lisp/org/org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot): * lisp/org/org-mouse.el (org-mouse-agenda-type): * lisp/org/org-freemind.el (org-freemind-node-to-org): * lisp/org/ob-sql.el (org-babel-execute:sql): * lisp/org/ob-exp.el (org-babel-exp-do-export, org-babel-exp-code): * lisp/org/ob-ref.el (org-babel-ref-resolve): Fix use of case.
| * * lisp/startup.el (command-line): Update package subdirectory regexp.Chong Yidong2011-03-152-1/+5
| |
| * message.el (message-yank-original): Use cond instead of CL case.Teodor Zlatanov2011-03-152-3/+7
| |
| * * lisp/allout.el (allout-abbreviate-flattened-numbering)Stefan Monnier2011-03-142-2/+6
| | | | | | | | (allout-mode-deactivate-hook): Fix up obsolescence "date".
| * * lisp/gnus/auth-source.el (auth-source-netrc-create): Use usual format for theStefan Monnier2011-03-142-32/+41
| | | | | | | | default in prompts.
| * * lisp/subr.el (read-char-choice): Only show the cursor after the prompt,Stefan Monnier2011-03-142-18/+23
| | | | | | | | not after the answer.
| * * lisp/help-fns.el (variable-at-point): Skip leading quotes, if anyKevin Ryde2011-03-142-0/+6
| | | | | | | | (bug#8253).
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change theStefan Monnier2011-03-142-1/+7
| | | | | | | | warning message.
| * src/ChangeLog: Fix typos.Juanma Barranquero2011-03-141-3/+3
| |
| * src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-1414-73/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * w32select.c: Don't #include "keyboard.h". (run_protected): Add extern declaration for waiting_for_input. * lisp.h (VWindow_system, Qfile_name_history): * keyboard.h (lispy_function_keys) [WINDOWSNT]: * w32term.h (w32_system_caret_hwnd, w32_system_caret_height) (w32_system_caret_x, w32_system_caret_y): Declare extern. * w32.c (Qlocal, noninteractive1, inhibit_window_system): * w32console.c (detect_input_pending, read_input_pending) (encode_terminal_code): * w32fns.c (quit_char, lispy_function_keys, Qtooltip) (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x) (w32_system_caret_y, Qfile_name_history): * w32font.c (w32font_driver, QCantialias, QCotf, QClang): * w32inevt.c (reinvoke_input_signal, lispy_function_keys): * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map) (Qoverriding_terminal_local_map, Qmenu_bar_update_hook): * w32proc.c (Qlocal, report_file_error): * w32term.c (Vwindow_system, updating_frame): * w32uniscribe.c (initialized, uniscribe_font_driver): Remove unneeded extern declarations.
| * * tramp.texi (Remote processes): New subsection "Running shell onMichael Albinus2011-03-142-4/+30
| | | | | | | | a remote host".
| * * src/buffer.c (Fmake_indirect_buffer): Fix incorrect assertion.Chong Yidong2011-03-142-2/+6
| |
| * * NEWS: `shell' prompts for the shell path name, when the defaultMichael Albinus2011-03-142-0/+10
| | | | | | | | | | directory is a remote file name and neither environment variable $ESHELL nor variable `explicit-shell-file-name' is set.
| * * shell.el (shell): When called interactively, offer to change theMichael Albinus2011-03-142-0/+20
| | | | | | | | shell file name on remote hosts.
* | * process.c (make_serial_process_unwind, send_process_trap):Paul Eggert2011-03-162-3/+7
| | | | | | | | (sigchld_handler): Now static.
* | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert2011-03-166-7/+12
| | | | | | | | | | | | | | | | That way, the code declares only the vars that it needs. * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. * s/cygwin.h (PTY_ITERATION): Likewise. * s/darwin.h (PTY_ITERATION): Likewise. * s/gnu-linux.h (PTY_ITERATION): Likewise.
* | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert2011-03-163-3/+5
| | | | | | | | * process.c (allocate_pty): Don't declare stb unless it's needed.
* | * bytecode.c (CONSTANTLIM): Remove; unused.Paul Eggert2011-03-162-6/+10
| | | | | | | | | | (METER_CODE, Bscan_buffer, Bread_char, Bset_mark): Define only if needed.
* | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert2011-03-162-1/+4
| |
* | * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.Paul Eggert2011-03-162-6/+1
| |
* | * unexelf.c: Use a different way to cause a compilation error if anyone usesPaul Eggert2011-03-162-2/+6
| | | | | | | | n rather than nn, a way that does not involve shadowing.
* | * unexelf.c (unexec): Name an expression,Paul Eggert2011-03-162-5/+12
| | | | | | | | to avoid gcc -Wbad-function-cast warning.
* | Add Bug#.Paul Eggert2011-03-161-1/+1
| |
* | * deps.mk (unexalpha.o): Remove; unused.Paul Eggert2011-03-162-1/+4
| |
* | * unexec.h: New file.Paul Eggert2011-03-162-0/+2
| |
* | New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-1611-14/+34
| | | | | | | | | | | | | | | | | | * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o): Depend on unexec.h. * emacs.c [!defined CANNOT_DUMP]: Include unexec.h. * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c: * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
* | * syntax.c (back_comment, skip_chars): Mark vars as initialized.Paul Eggert2011-03-162-2/+3
| |
* | * syntax.c (Fforward_comment, scan_lists): Rename locals to avoidPaul Eggert2011-03-162-8/+10
| | | | | | | | shadowing.
* | * lread.c (Fload, readevalloop, read1): Rename locals to avoid shadowing.Paul Eggert2011-03-162-29/+30
| |
* | * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):Paul Eggert2011-03-162-6/+9
| | | | | | | | Rename locals to avoid shadowing.
* | * lread.c (read1): Rewrite so as not to use empty "else".Paul Eggert2011-03-162-2/+5
| |
* | * print.c (Fredirect_debugging_output): Fix pointer signedess.Paul Eggert2011-03-162-1/+3
| |
* | * lisp.h (debug_output_compilation_hack): Add decl here, to avoidPaul Eggert2011-03-162-0/+4
| | | | | | | | warning when compiling print.c.