]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2006-05-03 Richard M.... Say "graphical displays".
2006-05-03 Richard M.... Many simplifications.
2006-05-03 Richard M.... (Misc X): Say "graphical displays".
2006-05-03 Richard M.... (read_minibuf): Don't use read_minibuf_noninteractive
2006-05-03 Dan Nicolaescu(isearch-update-ring): Take history-delete-duplicates
2006-05-03 Nick Roberts(gud-watch): Let user select an expression.
2006-05-03 Nick Roberts*** empty log message ***
2006-05-02 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-261
2006-05-02 Jay Belangercalc-embed.el: (calc-override-minor-modes-map, calc...
2006-05-02 Chong Yidong* msb.el (msb): If EVENT is a down event, read and...
2006-05-02 Reiner Steib(command-line-1): Refer to Lisp manual when
2006-05-02 Reiner Steib(byte-compile-dynamic)
2006-05-02 Francesco Potortì(Perl_functions): Free space allocated for var package.
2006-05-02 Kim F. Storm(grep-expand-template): Use symbol-value instead of...
2006-05-02 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-258
2006-05-02 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-257
2006-05-02 Richard M.... *** empty log message ***
2006-05-02 Richard M.... (Top): Add Diff Mode to menu.
2006-05-02 Richard M.... (Diff Mode): New node.
2006-05-02 Richard M.... (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2006-05-02 Richard M.... (nil and t): Clarify.
2006-05-02 Richard M.... (File Local Variables): Suggest using booleanp.
2006-05-01 Andreas Schwab(restore_menu_items): Return a value.
2006-05-01 Richard M.... (help-mode): view-exit-action calls delete-window
2006-05-01 Richard M.... (undo-outer-limit-truncate): Put quotes around buffer...
2006-05-01 Richard M.... (display-warning, lwarn): Doc fixes.
2006-05-01 Richard M.... (tool-bar-setup): Put Help and Preferences items in...
2006-05-01 Juanma Barranquero*** empty log message ***
2006-05-01 Juanma Barranquero(Type Predicates): Fix typos.
2006-05-01 Stefan Monnier(Type Predicates): Add links for booleanp and string...
2006-05-01 Stefan Monnier(nil and t): Add `booleanp' predicate.
2006-05-01 Michael Albinus* net/tramp.el (tramp-completion-file-name-handler...
2006-05-01 Stefan Monnier(Fforward_comment): Detect generic comment at beginning of
2006-05-01 Kim F. Storm*** empty log message ***
2006-05-01 Kim F. Storm(grep-expand-template): Use save-match-data.
2006-05-01 Kim F. Storm*** empty log message ***
2006-05-01 Glenn Morris*** empty log message ***
2006-05-01 Glenn Morris(LaTeX Calendar): Mention cal-tex-preamble-extra.
2006-05-01 Glenn Morris(cal-tex-preamble-extra): New variable.
2006-05-01 Glenn Morris*** empty log message ***
2006-05-01 YAMAMOTO Mitsuharu(mac_update_title_bar): Minor format change.
2006-05-01 YAMAMOTO Mitsuharu*** empty log message ***
2006-05-01 YAMAMOTO Mitsuharu(prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
2006-05-01 YAMAMOTO Mitsuharu(unexec): Error if trying unexec from dumped executable.
2006-05-01 YAMAMOTO Mitsuharu(mac_update_title_bar): Add extern.
2006-05-01 YAMAMOTO Mitsuharu(mac_draw_line, mac_draw_line_to_pixmap): Adjust
2006-05-01 YAMAMOTO Mitsuharu(USE_ATSUI): Set default to 1 if MAC_OSX is defined.
2006-05-01 YAMAMOTO Mitsuharu(mac_update_title_bar): New function.
2006-05-01 YAMAMOTO Mitsuharu(mac_coerce_file_name_ptr): Try typeFSRef if coercion
2006-05-01 YAMAMOTO Mitsuharu(update_window): Don't set changed_p when mode/header
2006-05-01 YAMAMOTO Mitsuharu(Mac International): Now Carbon Emacs has ATSUI support.
2006-05-01 YAMAMOTO Mitsuharu(mac-ae-open-documents, mac-drag-n-drop): Use
2006-04-30 Nick Roberts(GUD Customization): Describe cases %d and %c.
2006-04-30 Nick Roberts*** empty log message ***
2006-04-30 Nick Roberts(gud-def): Add %c case.
2006-04-30 Richard M.... (Fdefine_key): Improve error message when KEY begins...
2006-04-30 Stefan MonnierUpdate my email address.
2006-04-30 Stefan Monnier(Fforward_comment): Don't forget to break out of the...
2006-04-30 Richard M.... *** empty log message ***
2006-04-30 Richard M.... (Multiline Font Lock): Renamed from Multi line Font...
2006-04-30 Richard M.... (mode-line-major-mode-keymap): Undo last change.
2006-04-30 Richard M.... (mode-line-major-mode-keymap): Move the major mode...
2006-04-29 Dan Nicolaescu(main): Initialize docs to NULL.
2006-04-29 Dan Nicolaescu(yow): Free buf.
2006-04-29 Dan Nicolaescu* help-fns.el (describe-variable): Add info about safe...
2006-04-29 Dan NicolaescuDelete c-indentation-style local variable.
2006-04-29 Richard M.... (main): Check for negative value from `read'.
2006-04-29 Richard M.... (read_header): Give fatal error if input has no header.
2006-04-29 Richard M.... tramp-file-name-handler-alist): Delete expand-file...
2006-04-29 Stefan MonnierImprove the documentation of how to hilight multiline...
2006-04-29 Stefan MonnierAdd `booleanp'.
2006-04-29 Stefan Monnier(File Local Variables): Remove the special case t for...
2006-04-29 Stefan Monnier(safe-local-variable-p): Remove support for the special...
2006-04-29 Stefan Monnier(sentence-end-without-space): Fix safety predicate.
2006-04-29 Stefan Monnier(colon-double-space): Tighten the safety predicate.
2006-04-29 Stefan Monnier(abbrev-mode): Tighten the safety predicate.
2006-04-29 Stefan Monnier(booleanp): New fun.
2006-04-29 Stefan Monnier(reftex-guess-label-type): Tighten the safety predicate.
2006-04-29 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-252
2006-04-29 Bill Wohler(Version, mh-version): Update for release 7.95.
2006-04-29 Bill WohlerUpdate for MH-E release 7.95.
2006-04-28 Kim F. Storm(Grep Searching): Add lgrep and rgrep.
2006-04-28 Kim F. StormAdd lgrep + rgrep.
2006-04-28 Kim F. Storm(grep-read-files): Use buffer-name if no buffer-file...
2006-04-28 Kim F. Storm(defgroup grep): Doc fix.
2006-04-28 Kim F. Storm*** empty log message ***
2006-04-28 Eli ZaretskiiFix a typo in a doc string.
2006-04-28 Michael Albinus* net/tramp.el (tramp-completion-file-name-handler...
2006-04-27 Jay Belanger(calc-embedded-make-info): Use `math-read-expr' when
2006-04-27 Reiner Steib(command-line-1): Display warning when
2006-04-26 Roland Winkler* textmodes/bibtex.el (bibtex-user-optional-fields...
2006-04-26 Roland Winkler(bibtex-url): New optional arg no-browse. Return the...
2006-04-26 Roland Winkler(bibtex-user-optional-fields): Mark as risky.
2006-04-26 Nick Roberts(gud-comint-buffer): Move forward to stop byte compiler...
2006-04-26 Nick Roberts(pp1, pv1): Only print value as expression is now print...
2006-04-26 Nick Roberts*** empty log message ***
2006-04-26 Miles BaderRevision: emacs@sv.gnu.org/emacs--devo--0--patch-249
2006-04-26 Stefan MonnierRemove local autoload declaration for
2006-04-26 Juanma Barranquero*** empty log message ***
2006-04-26 Stefan Monnier(store_in_keymap): Change `def' arg to not be `register'.
next